AxisIterator
, SequenceIterator
, UnfailingIterator
Navigator.AncestorEnumeration
, Navigator.DescendantEnumeration
, Navigator.FollowingEnumeration
, Navigator.PrecedingEnumeration
public abstract static class Navigator.BaseEnumeration extends AxisIteratorImpl
current, position
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Constructor | Description |
---|---|
BaseEnumeration() |
Modifier and Type | Method | 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.
|
atomize, close, current, getProperties, getStringValue, iterateAxis, moveNext, position
public final Item next()
UnfailingIterator
public abstract void advance()
public abstract SequenceIterator getAnother()
UnfailingIterator