org.apache.xalan.xsltc.dom
Class SimpleResultTreeImpl.SimpleIterator
- SimpleResultTreeImpl
- Cloneable, DTMAxisIterator
public final class SimpleResultTreeImpl.SimpleIterator
The SimpleIterator is designed to support the nodeset() extension function. It has
a traversal direction parameter. The DOWN direction is used for child and descendant
axes, while the UP direction is used for parent and ancestor axes.
This iterator only handles two nodes (RTF_ROOT and RTF_TEXT). If the type is set,
it will also match the node type with the given type.
cloneIterator , getAxis , getLast , getNodeByPosition , getPosition , getStartNode , includeSelf , isDocOrdered , isReverse , reset , setRestartable |
SimpleIterator
public SimpleIterator()
SimpleIterator
public SimpleIterator(int direction)
SimpleIterator
public SimpleIterator(int direction,
int type)
Copyright © 2006 Apache XML Project. All Rights Reserved.