| Package | Description |
|---|---|
| lux |
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.s9api.XQueryExecutable |
Compiler.compile(String exprString)
Compiles the XQuery expression (main module) using a Saxon
XQueryCompiler, then translates it into a mutable AbstractExpression
tree using a SaxonTranslator, optimizes it with a PathOptimizer, and then re-serializes and re-compiles. |
net.sf.saxon.s9api.XQueryExecutable |
Compiler.compile(String exprString,
ErrorListener errorListener) |
net.sf.saxon.s9api.XQueryExecutable |
Compiler.compile(String exprString,
ErrorListener errorListener,
URI baseURI)
Compiles an XQuery expression, returning a Saxon XQueryExecutable.
|
Copyright © 2013. All Rights Reserved.