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 and Description |
---|---|
private static Compiler |
JXPathContextReferenceImpl.COMPILER |
Modifier and Type | Method and Description |
---|---|
protected Compiler |
JXPathContextReferenceImpl.getCompiler()
Returns a static instance of TreeCompiler.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
Parser.parseExpression(java.lang.String expression,
Compiler compiler)
Parses the XPath expression.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeCompiler |
Modifier and Type | Field and Description |
---|---|
private Compiler |
XPathParser.compiler |
Modifier and Type | Method and Description |
---|---|
void |
XPathParser.setCompiler(Compiler compiler) |