|
XML:DB API SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xmldb.api.sdk.SimpleResourceIterator
ResourceIterator is used to iterate over a set of resources.
Constructor Summary | |
SimpleResourceIterator(java.util.List resources)
|
Method Summary | |
boolean |
hasMoreResources()
Returns true as long as there are still more resources to be iterated. |
Resource |
nextResource()
Returns the next Resource instance in the iterator. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleResourceIterator(java.util.List resources)
Method Detail |
public boolean hasMoreResources() throws XMLDBException
hasMoreResources
in interface ResourceIterator
public Resource nextResource() throws XMLDBException
Resource
instance in the iterator.nextResource
in interface ResourceIterator
Resource
instance in the iterator.
|
XML:DB API SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |