org.pasoa.query.xquery
Class XQueryProcessor

java.lang.Object
  extended by org.pasoa.query.xquery.XQueryProcessor

public class XQueryProcessor
extends Object


Constructor Summary
XQueryProcessor()
           
 
Method Summary
static Document resolve(String query, Document storeDoc, XQueryResolver engine)
           
static Collection resolveXPath(String path, Map namespaces, Node storeDoc, XQueryResolver engine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryProcessor

public XQueryProcessor()
Method Detail

resolveXPath

public static Collection resolveXPath(String path,
                                      Map namespaces,
                                      Node storeDoc,
                                      XQueryResolver engine)
                               throws QueryProblem
Throws:
QueryProblem

resolve

public static Document resolve(String query,
                               Document storeDoc,
                               XQueryResolver engine)
                        throws Exception
Throws:
Exception