public final class ForwardPositionIterator extends DTMAxisIteratorBase
_includeSelf, _isRestartable, _last, _markedNode, _position, _startNode
END
Constructor and Description |
---|
ForwardPositionIterator(DTMAxisIterator source)
Deprecated.
|
Modifier and Type | Method and 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.
|
getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, resetPosition, returnNode, setRestartable
public ForwardPositionIterator(DTMAxisIterator source)
public DTMAxisIterator cloneIterator()
DTMAxisIteratorBase
cloneIterator
in interface DTMAxisIterator
cloneIterator
in class DTMAxisIteratorBase
public int next()
DTMAxisIterator
public DTMAxisIterator setStartNode(int node)
DTMAxisIterator
node
- Sets the root of the iteration.public DTMAxisIterator reset()
DTMAxisIterator
reset
in interface DTMAxisIterator
reset
in class DTMAxisIteratorBase
public void setMark()
DTMAxisIterator
public void gotoMark()
DTMAxisIterator
Copyright © 2018 JBoss by Red Hat. All rights reserved.