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-23, BSD License, Christian Gruen
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreResources()Iterator<org.xmldb.api.base.Resource>iterator()org.xmldb.api.base.ResourcenextResource()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
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
-
-