org.apache.xalan.xsltc.dom
Class SimpleResultTreeImpl.SimpleIterator
public final
class
SimpleResultTreeImpl.SimpleIterator
extends DTMAxisIteratorBase
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.
public SimpleIterator()
public SimpleIterator(int direction)
public SimpleIterator(int direction, int type)
public void gotoMark()
public int next()
public void setMark()
Copyright © 2005 Apache XML Project. All Rights Reserved.