org.apache.xml.dtm.ref
public final class DTMDefaultBaseIterators.TypedAncestorIterator extends DTMDefaultBaseIterators.AncestorIterator
Constructor Summary | |
---|---|
TypedAncestorIterator(int type)
Constructor TypedAncestorIterator
|
Method Summary | |
---|---|
DTMAxisIterator | setStartNode(int node)
Set start to END should 'close' the iterator,
i.e. subsequent call to next() should return END.
|
Parameters: type The extended type ID being requested.
Parameters: node Sets the root of the iteration.
Returns: A DTMAxisIterator set to the start of the iteration.