Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xml.dtm.ref.DTMAxisIteratorBase
org.apache.xalan.xsltc.dom.SingletonIterator
public class SingletonIterator
extends DTMAxisIteratorBase
Fields inherited from interface org.apache.xml.dtm.DTMAxisIterator | |
END |
Constructor Summary | |
| |
|
Method Summary | |
void |
|
int |
|
DTMAxisIterator |
|
void |
|
DTMAxisIterator |
|
Methods inherited from class org.apache.xml.dtm.ref.DTMAxisIteratorBase | |
cloneIterator , getAxis , getLast , getNodeByPosition , getPosition , getStartNode , includeSelf , isDocOrdered , isReverse , reset , setRestartable |
public SingletonIterator()
public SingletonIterator(int node)
public SingletonIterator(int node, boolean constant)
public DTMAxisIterator reset()
- Specified by:
- reset in interface DTMAxisIterator
- Overrides:
- reset in interface DTMAxisIteratorBase
public DTMAxisIterator setStartNode(int node)
Override the value of _node only when this object was constructed using the empty constructor.
- Specified by:
- setStartNode in interface DTMAxisIterator