java.lang.Cloneable, DTMAxisIteratorpublic final class ForwardPositionIterator extends DTMAxisIteratorBase
END| Constructor | Description |
|---|---|
ForwardPositionIterator(DTMAxisIterator source) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
DTMAxisIterator |
cloneIterator() |
Deprecated.
Returns a deep copy of this iterator.
|
void |
gotoMark() |
Deprecated.
Restores the current node remembered by setMark().
|
int |
next() |
Deprecated.
Get the next node in the iteration.
|
DTMAxisIterator |
reset() |
Deprecated.
Resets the iterator to the last start node.
|
void |
setMark() |
Deprecated.
Remembers the current node for the next call to gotoMark().
|
DTMAxisIterator |
setStartNode(int node) |
Deprecated.
Set start to END should 'close' the iterator,
i.e. subsequent call to next() should return END.
|
getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, setRestartablepublic ForwardPositionIterator(DTMAxisIterator source)
public DTMAxisIterator cloneIterator()
DTMAxisIteratorBasecloneIterator in interface DTMAxisIteratorcloneIterator in class DTMAxisIteratorBasepublic int next()
DTMAxisIteratorpublic DTMAxisIterator setStartNode(int node)
DTMAxisIteratornode - Sets the root of the iteration.public DTMAxisIterator reset()
DTMAxisIteratorreset in interface DTMAxisIteratorreset in class DTMAxisIteratorBasepublic void setMark()
DTMAxisIteratorpublic void gotoMark()
DTMAxisIteratorCopyright © 2014 Apache XML Project. All Rights Reserved.