public final class SimpleResultTreeImpl.SimpleIterator extends DTMAxisIteratorBase
_includeSelf, _isRestartable, _last, _markedNode, _position, _startNodeEND| Constructor and Description | 
|---|
| SimpleResultTreeImpl.SimpleIterator() | 
| SimpleResultTreeImpl.SimpleIterator(int direction) | 
| SimpleResultTreeImpl.SimpleIterator(int direction,
                                   int type) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | gotoMark()Restores the current node remembered by setMark(). | 
| int | next()Get the next node in the iteration. | 
| void | setMark()Remembers the current node for the next call to gotoMark(). | 
| DTMAxisIterator | setStartNode(int nodeHandle)Set start to END should 'close' the iterator,
 i.e. | 
cloneIterator, getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, reset, resetPosition, returnNode, setRestartablepublic SimpleResultTreeImpl.SimpleIterator()
public SimpleResultTreeImpl.SimpleIterator(int direction)
public SimpleResultTreeImpl.SimpleIterator(int direction,
                                   int type)
public int next()
DTMAxisIteratorpublic DTMAxisIterator setStartNode(int nodeHandle)
DTMAxisIteratornodeHandle - Sets the root of the iteration.public void setMark()
DTMAxisIteratorpublic void gotoMark()
DTMAxisIteratorCopyright © 2012 JBoss by Red Hat. All Rights Reserved.