|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceSet | |
org.apache.xindice.client.xmldb | Implements the XML:DB API for use with Xindice data stores. |
org.apache.xindice.client.xmldb.services | Implements several XML:DB Services, including standard and extension services. |
org.xmldb.api.modules | |
org.xmldb.api.reference.modules | |
org.xmldb.api.sdk | |
org.xmldb.api.sdk.modules |
Uses of ResourceSet in org.apache.xindice.client.xmldb |
Classes in org.apache.xindice.client.xmldb that implement ResourceSet | |
class |
ResourceSetImpl
ResourceSet contains a set of resources as returned from a query
or other operation. |
Uses of ResourceSet in org.apache.xindice.client.xmldb.services |
Methods in org.apache.xindice.client.xmldb.services that return ResourceSet | |
ResourceSet |
XPathQueryServiceImpl.query(java.lang.String query)
Executes an XPath query on the server. |
ResourceSet |
XPathQueryServiceImpl.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. |
Uses of ResourceSet in org.xmldb.api.reference.modules |
Methods in org.xmldb.api.reference.modules that return ResourceSet | |
ResourceSet |
XPathQueryServiceImpl.query(java.lang.String query)
Run an XPath query againt the Collection . |
Uses of ResourceSet in org.xmldb.api.sdk |
Classes in org.xmldb.api.sdk that implement ResourceSet | |
class |
SimpleResourceSet
Provides a base ResourceSet implementation that utilizes a synchronized list to contain the set of resources. |
Uses of ResourceSet in org.xmldb.api.sdk.modules |
Methods in org.xmldb.api.sdk.modules that return ResourceSet | |
ResourceSet |
SimpleXPathQueryService.query(java.lang.String query)
Run an XPath query againt the Collection . |
ResourceSet |
SimpleXPathQueryService.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. |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |