org.apache.xalan.xsltc.dom
public class SingletonIterator extends DTMAxisIteratorBase
| Constructor Summary | |
|---|---|
| SingletonIterator() | |
| SingletonIterator(int node) | |
| SingletonIterator(int node, boolean constant) | |
| Method Summary | |
|---|---|
| void | gotoMark() |
| int | next() |
| DTMAxisIterator | reset() |
| void | setMark() |
| DTMAxisIterator | setStartNode(int node)
Override the value of _node only when this
object was constructed using the empty constructor. |