SequenceIterator
AncestorEnumeration
, AncestorEnumeration
, ArrayIterator
, AttributeEnumeration
, AttributeEnumeration
, AxisIteratorImpl
, ChildEnumeration
, DescendantEnumeration
, DescendantEnumeration
, EmptyIterator
, FollowingEnumeration
, FollowingEnumeration
, FollowingSiblingEnumeration
, ListIterator
, NamespaceIterator
, Navigator.AncestorEnumeration
, Navigator.AxisFilter
, Navigator.BaseEnumeration
, Navigator.DescendantEnumeration
, Navigator.FollowingEnumeration
, Navigator.PrecedingEnumeration
, PrecedingEnumeration
, PrecedingEnumeration
, PrecedingOrAncestorEnumeration
, PrecedingSiblingEnumeration
, PrecedingSiblingEnumeration
, PrependIterator
, ReverseArrayIterator
, SiblingEnumeration
, SingletonIterator
, TreeEnumeration
public interface AxisIterator extends SequenceIterator
ATOMIZABLE, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Modifier and Type | Method | Description |
---|---|---|
Item |
current() |
Get the current item in the sequence.
|
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.
|
int |
position() |
Get the current position
|
getProperties
Item next()
next
in interface SequenceIterator
Item current()
current
in interface SequenceIterator
int position()
position
in interface SequenceIterator
SequenceIterator getAnother()
getAnother
in interface SequenceIterator