public final class ClonedNodeListIterator extends DTMAxisIteratorBase
_includeSelf, _isRestartable, _last, _markedNode, _position, _startNode
END
Constructor and Description |
---|
ClonedNodeListIterator(CachedNodeListIterator source) |
Modifier and Type | Method and Description |
---|---|
DTMAxisIterator |
cloneIterator()
Returns a deep copy of this iterator.
|
int |
getNodeByPosition(int pos)
Return the node at the given position.
|
int |
getPosition() |
void |
gotoMark()
Restores the current node remembered by setMark().
|
int |
next()
Get the next node in the iteration.
|
DTMAxisIterator |
reset()
Resets the iterator to the last start node.
|
void |
setMark()
Remembers the current node for the next call to gotoMark().
|
void |
setRestartable(boolean isRestartable)
Set if restartable.
|
DTMAxisIterator |
setStartNode(int node)
Set start to END should 'close' the iterator,
i.e.
|
getAxis, getLast, getStartNode, includeSelf, isDocOrdered, isReverse, resetPosition, returnNode
public ClonedNodeListIterator(CachedNodeListIterator source)
public void setRestartable(boolean isRestartable)
DTMAxisIterator
setRestartable
in interface DTMAxisIterator
setRestartable
in class DTMAxisIteratorBase
public DTMAxisIterator setStartNode(int node)
DTMAxisIterator
node
- Sets the root of the iteration.public int next()
DTMAxisIterator
public int getPosition()
getPosition
in interface DTMAxisIterator
getPosition
in class DTMAxisIteratorBase
public int getNodeByPosition(int pos)
DTMAxisIteratorBase
getNodeByPosition
in interface DTMAxisIterator
getNodeByPosition
in class DTMAxisIteratorBase
pos
- The positionpublic DTMAxisIterator cloneIterator()
DTMAxisIteratorBase
cloneIterator
in interface DTMAxisIterator
cloneIterator
in class DTMAxisIteratorBase
public DTMAxisIterator reset()
DTMAxisIterator
reset
in interface DTMAxisIterator
reset
in class DTMAxisIteratorBase
public void setMark()
DTMAxisIterator
public void gotoMark()
DTMAxisIterator
Copyright © 2017 JBoss by Red Hat. All rights reserved.