net.sf.saxon.om
public abstract static class Navigator.BaseEnumeration extends AxisIteratorImpl
BaseEnumeration takes responsibility for incrementing position when next() is called. The advance() method in a subclass should therefore not modify position.
| Method Summary | |
|---|---|
| abstract void | advance()
The advance() method must be provided in each concrete implementation.
|
| abstract SequenceIterator | getAnother() |
| Item | next() |