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 | Method and Description |
---|---|
protected Compiler |
JXPathContextReferenceImpl.getCompiler()
Returns a static instance of TreeCompiler.
|
Modifier and Type | Method and Description |
---|---|
static Object |
Parser.parseExpression(String expression,
Compiler compiler)
Parses the XPath expression.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeCompiler |
Modifier and Type | Method and Description |
---|---|
void |
XPathParser.setCompiler(Compiler compiler) |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.