public abstract static class Navigator.BaseEnumeration extends AxisIteratorImpl
current, position
ATOMIZABLE, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Constructor and Description |
---|
BaseEnumeration() |
Modifier and Type | Method and Description |
---|---|
abstract void |
advance()
The advance() method must be provided in each concrete implementation.
|
abstract SequenceIterator |
getAnother()
Get another iterator over the same sequence of items, positioned at the
start of the sequence.
|
Item |
next()
Get the next item in the sequence.
|
current, getProperties, isAtomizing, position, setIsAtomizing
public final Item next()
AxisIterator
public abstract void advance()
public abstract SequenceIterator getAnother()
AxisIterator