|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndexIterator
If an iterator implements this class, it should have at least an index on items to allow fast access for each item.
| Method Summary | |
|---|---|
XDMIterator |
getItem(int position)
Returns the item on the given Position. |
boolean |
hasItem(int position)
Checks if the given position is availabe |
boolean |
hasNextItem()
Checks if a nextItem exists |
XDMIterator |
nextItem()
Returns the next item. |
| Method Detail |
|---|
boolean hasItem(int position)
throws MXQueryException
position - Position in the sequence (starting with 1)
MXQueryException
XDMIterator getItem(int position)
throws MXQueryException
position - Position in the sequence (starting with 1)
MXQueryException
boolean hasNextItem()
throws MXQueryException
MXQueryException
XDMIterator nextItem()
throws MXQueryException
MXQueryException
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||