org.pasoa.query.xquery
Class XQueryProcessor
java.lang.Object
org.pasoa.query.xquery.XQueryProcessor
- public class XQueryProcessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XQueryProcessor
public XQueryProcessor()
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