| Package | Description |
|---|---|
| lux | |
| lux.exception |
| 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,
QueryStats stats) |
net.sf.saxon.s9api.XQueryExecutable |
Compiler.compile(String exprString,
ErrorListener errorListener,
URI baseURI,
QueryStats stats)
Compiles an XQuery expression, returning a Saxon XQueryExecutable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceExhaustedException |
Copyright © 2013. All Rights Reserved.