|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
DocumentSet is an interface for iterating over a set of Documents.
| Method Summary | |
Container |
getNextContainer()
getNextContainer returns the next Document in the set wrapped in a Collection Container. |
org.w3c.dom.Document |
getNextDocument()
getNextDocument returns the next Document in the set. |
boolean |
hasMoreDocuments()
hasMoreDocuments returns whether there are any more Documents left in the set. |
| Method Detail |
public boolean hasMoreDocuments()
throws DBException
public org.w3c.dom.Document getNextDocument()
throws DBException
public Container getNextContainer()
throws DBException
|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||