|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnfailingIterator<T extends Item>
A SequenceIterator is used to iterate over a sequence. An UnfailingIterator is a SequenceIterator that throws no checked exceptions.
Field Summary |
---|
Fields inherited from interface net.sf.saxon.om.SequenceIterator |
---|
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD |
Method Summary | |
---|---|
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 |
Methods inherited from interface net.sf.saxon.om.SequenceIterator |
---|
close, getProperties |
Method Detail |
---|
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>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |