org.pasoa.query.xpath
Class XPathQueryImpl

java.lang.Object
  extended by org.pasoa.query.xpath.XPathQueryImpl
All Implemented Interfaces:
XPathQuery

public class XPathQueryImpl
extends Object
implements XPathQuery


Constructor Summary
XPathQueryImpl()
           
 
Method Summary
 Document resolve(Retrieval backend, String xpath, Map namespaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathQueryImpl

public XPathQueryImpl()
Method Detail

resolve

public Document resolve(Retrieval backend,
                        String xpath,
                        Map namespaces)
                 throws QueryProblem
Specified by:
resolve in interface XPathQuery
Throws:
QueryProblem