org.exist.xquery
Class XQuery
java.lang.Object
org.exist.xquery.XQuery
public class XQuery
- extends Object
- Author:
- wolf
XQuery
public XQuery(DBBroker broker)
newContext
public XQueryContext newContext(AccessContext accessCtx)
getXQueryPool
public XQueryPool getXQueryPool()
compile
public CompiledXQuery compile(XQueryContext context,
String expression)
throws XPathException
- Throws:
XPathException
compile
public CompiledXQuery compile(XQueryContext context,
Source source)
throws XPathException,
IOException
- Throws:
XPathException
IOException
compile
public CompiledXQuery compile(XQueryContext context,
Source source,
boolean xpointer)
throws XPathException,
IOException
- Throws:
XPathException
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(String expression,
Sequence contextSequence,
AccessContext accessCtx)
throws XPathException
- Throws:
XPathException
Copyright (C) Wolfgang Meier. All rights reserved.