Uses of Interface
org.xmldb.api.base.ResourceSet
Packages that use ResourceSet
-
Uses of ResourceSet in org.xmldb.api.base
Methods in org.xmldb.api.base with parameters of type ResourceSetModifier and TypeMethodDescriptionvoidResourceSet.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 ResourceSetModifier and TypeMethodDescriptionXQueryService.execute(CompiledExpression expression) Execute a compiled XQuery.Run an XPath query against theCollection.Executes the given query and returns the result as a resource set.XPathQueryService.queryResource(String id, String query) Run an XPath query against an XML resource stored in theCollectionassociated with this service.XQueryService.queryResource(String id, String query) Executes the given query and returns the result as a resource set.