org.apache.xml.dtm.ref
public final class EmptyIterator extends Object implements DTMAxisIterator
| Method Summary | |
|---|---|
| DTMAxisIterator | cloneIterator() |
| static DTMAxisIterator | getInstance() |
| int | getLast() |
| int | getNodeByPosition(int position) |
| int | getPosition() |
| int | getStartNode() |
| void | gotoMark() |
| boolean | isReverse() |
| int | next() |
| DTMAxisIterator | reset() |
| void | setMark() |
| void | setRestartable(boolean isRestartable) |
| DTMAxisIterator | setStartNode(int node) |