java.lang.Cloneable
, DTMAxisIterator
DTMDefaultBaseIterators.NthDescendantIterator
, DTMDefaultBaseIterators.TypedDescendantIterator
public class DTMDefaultBaseIterators.DescendantIterator extends DTMDefaultBaseIterators.InternalAxisIteratorBase
END
Constructor | Description |
---|---|
DescendantIterator() |
Modifier and Type | Method | Description |
---|---|---|
int |
next() |
Get the next node in the iteration.
|
DTMAxisIterator |
reset() |
Reset.
|
DTMAxisIterator |
setStartNode(int node) |
Set start to END should 'close' the iterator,
i.e. subsequent call to next() should return END.
|
cloneIterator, getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, setRestartable
gotoMark, setMark
public DTMAxisIterator setStartNode(int node)
node
- Sets the root of the iteration.public int next()
public DTMAxisIterator reset()
reset
in interface DTMAxisIterator
reset
in class DTMAxisIteratorBase
Copyright ? 2014 Apache XML Project. All Rights Reserved.