jkesselm 01/04/05 13:30:18
Modified: java/src/org/apache/xml/utils Tag: DTM_EXP DTM.java
Log:
Javadoc tweaks
Revision Changes Path
No revision
No revision
1.2.2.7 +2 -2 xml-xalan/java/src/org/apache/xml/utils/DTM.java
Index: DTM.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/utils/DTM.java,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -u -r1.2.2.6 -r1.2.2.7
--- DTM.java 2001/04/05 20:27:09 1.2.2.6
+++ DTM.java 2001/04/05 20:30:17 1.2.2.7
@@ -263,7 +263,7 @@
// TODO: Joe would like to rename this to walkNextDescendent
// to distinguish it more strongly from getFirstChild
- /** Lightweight subtree-walker. Given a node handle, find the next
+ /** Lightweight tree-walker. Given a node handle, find the next
* node in document order. The walk stops (returning DTM.NULL) when
* it would otherwise run off the end of the document.
* <p>
@@ -281,7 +281,7 @@
// (or perhaps just walkFollowing?)
// to distinguish it more strongly from getNextSibling.
- /** Lightweight subtree-walker. Given a node handle, find the next
+ /** Lightweight tree-walker. Given a node handle, find the next
* node in reverse document order. (Postorder right-to-left traversal).
The
* walk stops (returning DTM.NULL) when it would otherwise run off the
* beginning of the document.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]