Project

General

Profile

« Previous | Next » 

Revision 219

Added feature to now ouput COMMENTs and PIs when the document is
read from the database with DBReader.

View differences:

TextNode.java
29 29
     * @param nodetype the type of the node
30 30
     */
31 31
    public TextNode (long nodeid, long parentnodeid,
32
                          String nodedata, String nodetype) {
32
                          String nodedata) {
33 33
      setNodeID(nodeid);
34 34
      setParentID(parentnodeid);
35 35
      setNodeData(nodedata);
36
      setNodeType(nodetype);
36
      setNodeType("TEXT");
37 37
    }
38 38

  
39 39
    /** Set the node data to the given string */
......
56 56

  
57 57
/**
58 58
 * '$Log$
59
 * 'Revision 1.7  2000/06/26 10:35:05  jones
60
 * 'Merged in substantial changes to DBWriter and associated classes and to
61
 * 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE
62
 * 'functions.  The command line tools and the parameters for the
63
 * 'servlet have changed substantially.
64
 * '
59 65
 * 'Revision 1.6.2.2  2000/06/25 23:38:17  jones
60 66
 * 'Added RCSfile keyword
61 67
 * '

Also available in: Unified diff