|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.xml.Nodes
electric.xml.Children
Children is an enumeration over a collection of child nodes. To iterate through the collection in a typesafe way, use current(), first() and next().
Field Summary |
Fields inherited from class electric.xml.Nodes |
current, list |
Method Summary | |
Child |
current()
Return the current Child, or null if there is none. |
Child |
first()
Move to the first Child and return it, or null if there is none. |
Child |
next()
Return the current Child and then advance to the next one if present. |
Methods inherited from class electric.xml.Nodes |
currentNode, firstNode, getNodeList, hasMoreElements, nextElement, nextNode, remove, reset, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Child current()
public Child first()
public Child next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |