| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface UnfailingIterator
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 | |
|---|---|
 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  | 
| Methods inherited from interface net.sf.saxon.om.SequenceIterator | 
|---|
getProperties | 
| Method Detail | 
|---|
Item next()
next in interface SequenceIteratorItem current()
current in interface SequenceIteratorint position()
position in interface SequenceIteratorSequenceIterator getAnother()
getAnother in interface SequenceIterator
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||