java.lang.Cloneable
, DTMAxisIterator
public 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, 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 © 2014 Apache XML Project. All Rights Reserved.