uk.ac.soton.itinnovation.registry.component.xml.db.xmldb
Class XmlResultIteratorXmlDb
java.lang.Object
uk.ac.soton.itinnovation.registry.component.xml.db.xmldb.XmlResultIteratorXmlDb
- All Implemented Interfaces:
- Iterable<org.xmldb.api.modules.XMLResource>, Iterator<org.xmldb.api.modules.XMLResource>, ResultIterator<org.xmldb.api.modules.XMLResource>
public final class XmlResultIteratorXmlDb
- extends Object
- implements ResultIterator<org.xmldb.api.modules.XMLResource>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlResultIteratorXmlDb
public XmlResultIteratorXmlDb(org.xmldb.api.base.ResourceIterator iterator)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<org.xmldb.api.modules.XMLResource>- Specified by:
hasNext in interface ResultIterator<org.xmldb.api.modules.XMLResource>
next
public org.xmldb.api.modules.XMLResource next()
- Specified by:
next in interface Iterator<org.xmldb.api.modules.XMLResource>- Specified by:
next in interface ResultIterator<org.xmldb.api.modules.XMLResource>
remove
public void remove()
- Specified by:
remove in interface Iterator<org.xmldb.api.modules.XMLResource>
iterator
public Iterator<org.xmldb.api.modules.XMLResource> iterator()
- Specified by:
iterator in interface Iterable<org.xmldb.api.modules.XMLResource>
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.