| Package | Description |
|---|---|
| org.apache.commons.jxpath.ri |
Reference implementation of JXPath.
|
| org.apache.commons.jxpath.ri.compiler |
XPath parse tree.
|
| org.apache.commons.jxpath.ri.parser |
JavaCC XPath grammar.
|
| Modifier and Type | Field | Description |
|---|---|---|
private static Compiler |
JXPathContextReferenceImpl.COMPILER |
| Modifier and Type | Method | Description |
|---|---|---|
protected Compiler |
JXPathContextReferenceImpl.getCompiler() |
Returns a static instance of TreeCompiler.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.Object |
Parser.parseExpression(java.lang.String expression,
Compiler compiler) |
Parses the XPath expression.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TreeCompiler |
| Modifier and Type | Field | Description |
|---|---|---|
private Compiler |
XPathParser.compiler |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XPathParser.setCompiler(Compiler compiler) |