SequenceIterator<T>
AxisIterator<T>
AncestorEnumeration
, AncestorEnumeration
, ArrayIterator
, AttributeEnumeration
, AttributeEnumeration
, AxisIteratorImpl
, AxisIteratorOverSequence
, ChildEnumeration
, DescendantEnumeration
, DescendantEnumeration
, EmptyAxisIterator
, EmptyIterator
, FollowingEnumeration
, FollowingEnumeration
, FollowingSiblingEnumeration
, IteratorIterator
, ListIterator
, Navigator.AncestorEnumeration
, Navigator.AxisFilter
, Navigator.BaseEnumeration
, Navigator.DescendantEnumeration
, Navigator.EmptyTextFilter
, Navigator.FollowingEnumeration
, Navigator.PrecedingEnumeration
, NodeWrappingAxisIterator
, PrecedingEnumeration
, PrecedingEnumeration
, PrecedingOrAncestorEnumeration
, PrecedingSiblingEnumeration
, PrecedingSiblingEnumeration
, PrependIterator
, ReverseArrayIterator
, SiblingEnumeration
, SingleNodeIterator
, SingletonIterator
, StringTokenIterator
, StringValue.CharacterIterator
, TreeEnumeration
, VirtualCopy.VirtualCopier
, VirtualUntypedCopy.VirtualUntypedCopier
, WrappingIterator
public interface UnfailingIterator<T extends Item> extends SequenceIterator<T>
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Modifier and Type | Method | Description |
---|---|---|
T |
current() |
Get the current item in the sequence.
|
UnfailingIterator<T> |
getAnother() |
Get another iterator over the same sequence of items, positioned at the
start of the sequence.
|
T |
next() |
Get the next item in the sequence.
|
int |
position() |
Get the current position
|
close, getProperties
T next()
next
in interface SequenceIterator<T extends Item>
T current()
current
in interface SequenceIterator<T extends Item>
int position()
position
in interface SequenceIterator<T extends Item>
UnfailingIterator<T> getAnother()
getAnother
in interface SequenceIterator<T extends Item>