org.apache.xml.dtm.ref
public abstract class DTMDefaultBaseIterators.InternalAxisIteratorBase extends DTMAxisIteratorBase
Modifier and Type | Field and Description |
---|---|
protected int |
_currentNode
Current iteration location.
|
_includeSelf, _isRestartable, _last, _markedNode, _position, _startNode
END
Constructor and Description |
---|
DTMDefaultBaseIterators.InternalAxisIteratorBase() |
Modifier and Type | Method and Description |
---|---|
void |
gotoMark()
Restores the current node remembered by setMark().
|
void |
setMark()
Remembers the current node for the next call to gotoMark().
|
cloneIterator, getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, reset, resetPosition, returnNode, setRestartable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
next, setStartNode
protected int _currentNode
Copyright © 2016 The Apache Software Foundation. All rights reserved.