AxisIterator, SequenceIterator, UnfailingIteratorNavigator.AncestorEnumeration, Navigator.DescendantEnumeration, Navigator.FollowingEnumeration, Navigator.PrecedingEnumerationpublic abstract static class Navigator.BaseEnumeration extends AxisIteratorImpl
current, positionGROUNDED, 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, positionpublic final Item next()
UnfailingIteratorpublic abstract void advance()
public abstract SequenceIterator getAnother()
UnfailingIterator