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

Method Summary
 ResourceSet query(java.lang.String query, java.lang.String sortExpr)
           
 ResourceSet query(XMLResource res, java.lang.String query)
          Process an XPath query based on the result of a previous query.
 ResourceSet query(XMLResource res, java.lang.String query, java.lang.String sortExpr)
           
 
Methods inherited from interface org.xmldb.api.modules.XPathQueryService
clearNamespaces, getNamespace, query, queryResource, removeNamespace, setNamespace
 
Methods inherited from interface org.xmldb.api.base.Service
getName, getVersion, setCollection
 
Methods inherited from interface org.xmldb.api.base.Configurable
getProperty, setProperty
 

Method Detail

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.