AtomizableIterator, AxisIterator, SequenceIteratorNavigator.AncestorEnumeration, Navigator.DescendantEnumeration, Navigator.FollowingEnumeration, Navigator.PrecedingEnumerationpublic abstract static class Navigator.BaseEnumeration extends AxisIteratorImpl
current, positionATOMIZABLE, 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.
|
current, getProperties, isAtomizing, position, setIsAtomizingpublic final Item next()
AxisIteratorpublic abstract void advance()
public abstract SequenceIterator getAnother()
AxisIterator