org.exist.xquery
Class XQuery
java.lang.Object
org.exist.xquery.XQuery
- public class XQuery
- extends java.lang.Object
- Author:
- wolf
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XQuery
public XQuery(DBBroker broker)
newContext
public XQueryContext newContext(AccessContext accessCtx)
getXQueryPool
public XQueryPool getXQueryPool()
compile
public CompiledXQuery compile(XQueryContext context,
java.lang.String expression)
throws XPathException
- Throws:
XPathException
compile
public CompiledXQuery compile(XQueryContext context,
Source source)
throws XPathException,
java.io.IOException
- Throws:
XPathException
java.io.IOException
compile
public CompiledXQuery compile(XQueryContext context,
Source source,
boolean xpointer)
throws XPathException,
java.io.IOException
- Throws:
XPathException
java.io.IOException
execute
public Sequence execute(CompiledXQuery expression,
Sequence contextSequence)
throws XPathException
- Throws:
XPathException
execute
public Sequence execute(CompiledXQuery expression,
Sequence contextSequence,
boolean resetContext)
throws XPathException
- Throws:
XPathException
execute
public Sequence execute(java.lang.String expression,
Sequence contextSequence,
AccessContext accessCtx)
throws XPathException
- Throws:
XPathException
Copyright (C) Wolfgang Meier. All rights reserved.