Uses of Interface
org.xmldb.api.base.ResourceSet
-
Packages that use ResourceSet Package Description 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 Modifier and Type Method Description voidResourceSet. addAll(ResourceSet rSet)Adds allResourceinstances in the resourceSet to this set. -
Uses of ResourceSet in org.xmldb.api.modules
Methods in org.xmldb.api.modules that return ResourceSet Modifier and Type Method Description ResourceSetXQueryService. execute(CompiledExpression expression)Execute a compiled XQuery.ResourceSetXPathQueryService. query(java.lang.String query)Run an XPath query against theCollection.ResourceSetXQueryService. query(java.lang.String query)Executes the given query and returns the result as a resource set.ResourceSetXPathQueryService. queryResource(java.lang.String id, java.lang.String query)Run an XPath query against an XML resource stored in theCollectionassociated with this service.ResourceSetXQueryService. queryResource(java.lang.String id, java.lang.String query)Executes the given query and returns the result as a resource set.
-