|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LuxException | |
|---|---|
| lux | |
| Uses of LuxException in lux |
|---|
| Methods in lux that throw LuxException | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||