|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xindice.core.data.EmptyDocumentSet
public final class EmptyDocumentSet
EmptyDocumentSet implements an empty DocumentSet.
Constructor Summary | |
---|---|
EmptyDocumentSet()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmptyDocumentSet()
Method Detail |
---|
public boolean hasMoreDocuments()
DocumentSet
hasMoreDocuments
in interface DocumentSet
public org.w3c.dom.Document getNextDocument()
DocumentSet
getNextDocument
in interface DocumentSet
public Container getNextContainer()
DocumentSet
getNextContainer
in interface DocumentSet
|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |