public final class DTMDefaultBaseIterators.NamespaceChildrenIterator extends DTMDefaultBaseIterators.InternalAxisIteratorBase
END
Constructor and Description |
---|
DTMDefaultBaseIterators.NamespaceChildrenIterator(int type)
Constructor NamespaceChildrenIterator
|
Modifier and Type | Method and Description |
---|---|
int |
next()
Get the next node in the iteration.
|
DTMAxisIterator |
setStartNode(int node)
Set start to END should 'close' the iterator,
i.e. subsequent call to next() should return END.
|
gotoMark, setMark
cloneIterator, getAxis, getLast, getNodeByPosition, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, reset, setRestartable
public DTMDefaultBaseIterators.NamespaceChildrenIterator(int type)
type
- The extended type ID being requested.public DTMAxisIterator setStartNode(int node)
node
- Sets the root of the iteration.public int next()
Copyright © 2006 Apache XML Project. All Rights Reserved.