|
Class Summary |
| EXPathSupport |
|
| PathOptimizer |
Prepares an XPath expression tree for indexed execution against a Lux data
store. |
| SaxonTranslator |
Translates Saxon XPath 2.0 Expressions into Lux AbstractExpressions. |
| SlopCounter |
adds up the number of wildcard ("*" or node()) path steps on the left or
right-hand side of a path; descendant axis steps count as an infinite
number of wildcard steps. |
| VarBinding |
Captures information about variable bindings of let and for variables used during optimization |
| XPathQuery |
Wraps a Lucene Query, with advice as to how to process its results as XPath. |