|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstract Iterator on Nodes.
Nodes are enumerated through nextNode() and currentNode().
The sequence cannot be rewinded, but it can be cloned in its initial state by reborn().
Method Summary | |
Node |
currentNode()
The last node reached (must be preceded by nextNode(), otherwise the result is indefined.) |
boolean |
nextNode()
Attempts to get the next Node. |
NodeSequence |
reborn()
New incarnation of this sequence: a clone in initial state. |
Method Detail |
public boolean nextNode() throws DataModelException
DataModelException
public Node currentNode()
public NodeSequence reborn()
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |