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

Packages that use ResourceSet
org.xmldb.api.base   
org.xmldb.api.modules   
 

Uses of ResourceSet in org.xmldb.api.base
 

Methods in org.xmldb.api.base with parameters of type ResourceSet
 void ResourceSet.addAll(ResourceSet rSet)
          Adds all Resource instances in the resourceSet to this set.
 

Uses of ResourceSet in org.xmldb.api.modules
 

Methods in org.xmldb.api.modules that return ResourceSet
 ResourceSet XQueryService.execute(CompiledExpression expression)
          Execute a compiled XQuery.
 ResourceSet XPathQueryService.query(java.lang.String query)
          Run an XPath query against the Collection.
 ResourceSet XQueryService.query(java.lang.String query)
           
 ResourceSet XPathQueryService.queryResource(java.lang.String id, java.lang.String query)
          Run an XPath query against an XML resource stored in the Collection associated with this service.
 ResourceSet XQueryService.queryResource(java.lang.String id, java.lang.String query)