sboag 00/11/06 09:43:55
Modified: java/src/org/apache/xalan/stree Child.java
Log:
Documentation changes.
Revision Changes Path
1.11 +5 -3 xml-xalan/java/src/org/apache/xalan/stree/Child.java
Index: Child.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/stree/Child.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Child.java 2000/10/30 18:43:44 1.10
+++ Child.java 2000/11/06 17:43:49 1.11
@@ -130,7 +130,7 @@
* if a endElement event has occured. An atomic node always
* returns true.
*
- * NEEDSDOC ($objectName$) @return
+ * @return true.
*/
public boolean isComplete()
{
@@ -141,9 +141,11 @@
/**
* Set that this node's child list is complete, i.e.
- * an endElement event has occured.
+ * an endElement event has occured. At this level, this
+ * method does nothing.
*
- * NEEDSDOC @param isComplete
+ * @param isComplete true if this node has had all it's
+ * children added.
*/
public void setComplete(boolean isComplete){}