public interface UnfailingIterator<T extends Item> extends SequenceIterator<T>
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Modifier and Type | Method and 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>
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.