|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.s9api.XQueryExecutable
public class XQueryExecutable
An XQueryExecutable represents the compiled form of a query.
To execute the query, it must first be loaded to form an XQueryEvaluator
.
An XQueryExecutable is immutable, and therefore thread-safe. It is simplest to load a new XsltTransformer each time the stylesheet is to be run. However, the XsltTransformer is serially reusable within a single thread.
An XQueryExecutable is created by using one of the compile
methods on the
XQueryCompiler
class.
Method Summary | |
---|---|
XQueryExpression |
getUnderlyingCompiledQuery()
Get the underlying implementation object representing the compiled stylesheet. |
XQueryEvaluator |
load()
Load the stylesheet to prepare it for execution. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public XQueryEvaluator load()
public XQueryExpression getUnderlyingCompiledQuery()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |