Project

General

Profile

« Previous | Next » 

Revision 313

Added by bojilova almost 24 years ago

Call to DBSAXNode constructor simplified

View differences:

DBSAXHandler.java
140 140
     }      
141 141

  
142 142
     // Create the current node representation
143
     currentNode = new DBSAXNode(conn, localName, parentNode, 
144
                                 rootNode, currentDocument);
143
     currentNode = new DBSAXNode(conn, localName, parentNode, currentDocument);
145 144

  
146 145
     // Add all of the attributes
147 146
     for (int i=0; i<atts.getLength(); i++) {
......
361 360

  
362 361
/**
363 362
 * '$Log$
363
 * 'Revision 1.31  2000/06/29 23:27:08  jones
364
 * 'Fixed bug in DBEntityResolver so that it now properly delegates to
365
 * 'the system id found inthe database.
366
 * 'Changed DBValidate to use DBEntityResolver, rather than the OASIS
367
 * 'catalog, and to return validation results in XML format.
368
 * '
364 369
 * 'Revision 1.30  2000/06/28 03:14:35  jones
365 370
 * 'Fixed bug where TEXT nodes couldn't be longer than 4000 characters, which
366 371
 * 'is the maximum length of a VARCHAR2 field in Oracle.  Now, if text

Also available in: Unified diff