Project

General

Profile

« Previous | Next » 

Revision 203

Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parameters for the
servlet have changed substantially.

View differences:

TextNode.java
1 1
/**
2
 *      Name: TextNode.java
3
 *   Purpose: A Class that represents an XML Text node and its contents,
4
 *            and can build itself from a database connection
5
 * Copyright: 2000 Regents of the University of California and the
6
 *            National Center for Ecological Analysis and Synthesis
7
 *   Authors: Matt Jones
2
 *  '$RCSfile$'
3
 *    Purpose: A Class that represents an XML Text node and its contents,
4
 *             and can build itself from a database connection
5
 *  Copyright: 2000 Regents of the University of California and the
6
 *             National Center for Ecological Analysis and Synthesis
7
 *    Authors: Matt Jones
8 8
 *
9
 *   Version: '$Id$'
9
 *   '$Author$'
10
 *     '$Date$'
11
 * '$Revision$'
10 12
 */
11 13

  
12 14
package edu.ucsb.nceas.metacat;
......
51 53
        return nodeData;
52 54
    }
53 55
}
56

  
57
/**
58
 * '$Log$
59
 * 'Revision 1.6.2.2  2000/06/25 23:38:17  jones
60
 * 'Added RCSfile keyword
61
 * '
62
 * 'Revision 1.6.2.1  2000/06/25 23:34:18  jones
63
 * 'Changed documentation formatting, added log entries at bottom of source files
64
 * ''
65
 */

Also available in: Unified diff