public final class SAX2DTM2.TypedChildrenIterator extends DTMDefaultBaseIterators.InternalAxisIteratorBase
_currentNode
_includeSelf, _isRestartable, _last, _markedNode, _position, _startNode
END
Constructor and Description |
---|
SAX2DTM2.TypedChildrenIterator(int nodeType)
Constructor TypedChildrenIterator
|
Modifier and Type | Method and Description |
---|---|
int |
getNodeByPosition(int position)
Return the node at the given position.
|
int |
next()
Get the next node in the iteration.
|
DTMAxisIterator |
setStartNode(int node)
Set start to END should 'close' the iterator,
i.e.
|
gotoMark, setMark
cloneIterator, getAxis, getLast, getPosition, getStartNode, includeSelf, isDocOrdered, isReverse, reset, resetPosition, returnNode, setRestartable
public SAX2DTM2.TypedChildrenIterator(int nodeType)
nodeType
- The extended type ID being requested.public DTMAxisIterator setStartNode(int node)
node
- Sets the root of the iteration.public int next()
public int getNodeByPosition(int position)
getNodeByPosition
in interface DTMAxisIterator
getNodeByPosition
in class DTMAxisIteratorBase
position
- The positionCopyright © 2018 JBoss by Red Hat. All rights reserved.