AtomizableIterator
, AxisIterator
, SequenceIterator
Navigator.AncestorEnumeration
, Navigator.DescendantEnumeration
, Navigator.FollowingEnumeration
, Navigator.PrecedingEnumeration
public abstract static class Navigator.BaseEnumeration extends AxisIteratorImpl
current, position
ATOMIZABLE, 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, setIsAtomizing
public final Item next()
AxisIterator
public abstract void advance()
public abstract SequenceIterator getAnother()
AxisIterator