Package org.basex.api.xmldb
Class BXResourceIterator
java.lang.Object
org.basex.api.xmldb.BXResourceIterator
- All Implemented Interfaces:
Iterable<org.xmldb.api.base.Resource>,org.xmldb.api.base.ResourceIterator
public final class BXResourceIterator
extends Object
implements org.xmldb.api.base.ResourceIterator, Iterable<org.xmldb.api.base.Resource>
Implementation of the ResourceIterator Interface for the XMLDB:API.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Method Details
-
hasMoreResources
public boolean hasMoreResources()- Specified by:
hasMoreResourcesin interfaceorg.xmldb.api.base.ResourceIterator
-
nextResource
public org.xmldb.api.base.Resource nextResource() throws org.xmldb.api.base.XMLDBException- Specified by:
nextResourcein interfaceorg.xmldb.api.base.ResourceIterator- Throws:
org.xmldb.api.base.XMLDBException
-
iterator
-