|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentSet
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 |
---|
boolean hasMoreDocuments() throws DBException
DBException
org.w3c.dom.Document getNextDocument() throws DBException
DBException
Container getNextContainer() throws DBException
DBException
|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |