public class DTMDefaultBaseIterators.PrecedingSiblingIterator extends DTMDefaultBaseIterators.InternalAxisIteratorBase
| Modifier and Type | Field and Description |
|---|---|
protected int |
_startNodeID
The node identity of _startNode for this iterator
|
_currentNode_includeSelf, _isRestartable, _position, _startNodeEND| Constructor and Description |
|---|
PrecedingSiblingIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReverse() |
int |
next()
Get the next node in the iteration.
|
void |
setStartNode(int node)
Set start to END should 'close' the iterator, i.e.
|
cloneIterator, includeSelf, reset, resetPosition, returnNodeprotected int _startNodeID
public boolean isReverse()
isReverse in interface DTMAxisIteratorisReverse in class DTMAxisIteratorBasepublic void setStartNode(int node)
node - Sets the root of the iteration.public int next()
Copyright © 2022. All rights reserved.