Xindice API

Uses of Interface
org.xmldb.api.base.ResourceIterator

Packages that use ResourceIterator
org.apache.xindice.client.xmldb Implements the XML:DB API for use with Xindice data stores. 
org.xmldb.api.base   
org.xmldb.api.sdk   
 

Uses of ResourceIterator in org.apache.xindice.client.xmldb
 

Classes in org.apache.xindice.client.xmldb that implement ResourceIterator
 class ResourceIteratorImpl
           
 

Methods in org.apache.xindice.client.xmldb that return ResourceIterator
 ResourceIterator ResourceSetImpl.getIterator()
          Returns an iterator over all Resource instances stored in the set.
 

Uses of ResourceIterator in org.xmldb.api.base
 

Methods in org.xmldb.api.base that return ResourceIterator
 ResourceIterator ResourceSet.getIterator()
          Returns an iterator over all Resource instances stored in the set.
 

Uses of ResourceIterator in org.xmldb.api.sdk
 

Classes in org.xmldb.api.sdk that implement ResourceIterator
 class SimpleResourceIterator
          ResourceIterator is used to iterate over a set of resources.
 

Methods in org.xmldb.api.sdk that return ResourceIterator
 ResourceIterator SimpleResourceSet.getIterator()
          Returns an iterator over all Resource instances stored in the set.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation