Package | Description |
---|---|
org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
org.jaxen.expr |
Interfaces and default implementations for
XPath expression components.
|
Modifier and Type | Field and Description |
---|---|
private XPathExpr |
BaseXPath.xpath
the parsed form of the XPath expression
|
private XPathExpr |
JaxenHandler.xpath |
Modifier and Type | Method and Description |
---|---|
XPathExpr |
JaxenHandler.getXPathExpr()
Retrieve the simplified Jaxen XPath expression tree.
|
XPathExpr |
JaxenHandler.getXPathExpr(boolean shouldSimplify)
Retrieve the Jaxen XPath expression tree, optionally
simplified.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultXPathExpr
Deprecated.
this class will become non-public in the future;
use the interface instead
|
Modifier and Type | Method and Description |
---|---|
XPathExpr |
DefaultXPathFactory.createXPath(Expr rootExpr) |
XPathExpr |
XPathFactory.createXPath(Expr rootExpr)
Create a new
XPathExpr from an Expr . |