org.exist.xmldb
Interface XPathQueryServiceImpl
- All Superinterfaces:
- Configurable, Service, XPathQueryService
- All Known Implementing Classes:
- LocalXPathQueryService, RemoteXPathQueryService
- public interface XPathQueryServiceImpl
- extends XPathQueryService
XPathQueryServiceImpl.java
- Author:
- wolf
query
public ResourceSet query(XMLResource res,
java.lang.String query)
throws XMLDBException
- Process an XPath query based on the result of a previous query.
The XMLResource contains the result received from a previous
query.
- Throws:
XMLDBException
query
public ResourceSet query(XMLResource res,
java.lang.String query,
java.lang.String sortExpr)
throws XMLDBException
- Throws:
XMLDBException
query
public ResourceSet query(java.lang.String query,
java.lang.String sortExpr)
throws XMLDBException
- Throws:
XMLDBException
Copyright (C) Wolfgang Meier. All rights reserved.