elena 2003/01/17 06:29:10
Modified: java/src/org/apache/xerces/dom NodeImpl.java
Log:
Element Definition should not have -1 code (related to debugging of the deferred DOM)
Revision Changes Path
1.62 +2 -2 xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java
Index: NodeImpl.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/NodeImpl.java,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- NodeImpl.java 16 Jan 2003 22:53:44 -0000 1.61
+++ NodeImpl.java 17 Jan 2003 14:29:10 -0000 1.62
@@ -167,7 +167,7 @@
// public
/** Element definition node type. */
- public static final short ELEMENT_DEFINITION_NODE = -1;
+ public static final short ELEMENT_DEFINITION_NODE = 21;
//
// Data
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]