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

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

Uses of ResourceSet in org.basex.api.xmldb
 

Classes in org.basex.api.xmldb that implement ResourceSet
 class BXResourceSet
          Implementation of the ResourceSet Interface for the XMLDB:API.
 

Methods in org.basex.api.xmldb that return ResourceSet
 ResourceSet BXQueryService.query(java.lang.String query)
           
 ResourceSet BXQueryService.queryResource(java.lang.String id, java.lang.String query)
           
 

Uses of ResourceSet in org.xmldb.api.modules
 

Methods in org.xmldb.api.modules that return ResourceSet
 ResourceSet XPathQueryService.query(java.lang.String query)
          Run an XPath query against the Collection.
 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.