mkwan 2003/04/03 11:18:16
Modified: java/src/org/apache/xml/dtm/ref DTMDefaultBase.java
Log:
Update comments for DTMDefaultBase.ROOTNODE.
Revision Changes Path
1.35 +3 -3
xml-xalan/java/src/org/apache/xml/dtm/ref/DTMDefaultBase.java
Index: DTMDefaultBase.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/DTMDefaultBase.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- DTMDefaultBase.java 1 Apr 2003 19:14:04 -0000 1.34
+++ DTMDefaultBase.java 3 Apr 2003 19:18:16 -0000 1.35
@@ -81,11 +81,11 @@
{
static boolean JJK_DEBUG=false;
-// %HZ%: Added following back in temporarily only - must remove!!!
+ // This constant is likely to be removed in the future. Use the
+ // getDocument() method instead of ROOTNODE to get at the root
+ // node of a DTM.
/** The identity of the root node. */
public static final int ROOTNODE = 0;
-// %HZ%: Added preceding back in temporarily only - must remove!!!
-
/**
* The number of nodes, which is also used to determine the next
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]