SequenceIteratorAxisIteratorArrayIterator, AxisIteratorImpl, EmptyIterator, ListIterator, NamespaceIterator, Navigator.AncestorEnumeration, Navigator.AxisFilter, Navigator.BaseEnumeration, Navigator.DescendantEnumeration, Navigator.FollowingEnumeration, Navigator.PrecedingEnumeration, NodeArrayIterator, NodeListIterator, PrependIterator, ReverseArrayIterator, ReverseNodeArrayIterator, SingleNodeIterator, SingletonIterator, StringTokenIterator, StringValue.CharacterIterator, VirtualCopy.VirtualCopier, VirtualUntypedCopy.VirtualUntypedCopierpublic interface UnfailingIterator extends SequenceIterator
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
|
close, getPropertiesItem next()
next in interface SequenceIteratorItem current()
current in interface SequenceIteratorint position()
position in interface SequenceIteratorSequenceIterator getAnother()
getAnother in interface SequenceIterator