Uses of Interface
org.jaxen.expr.XPathExpr
-
Packages that use XPathExpr 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. -
-
Uses of XPathExpr in org.jaxen
Fields in org.jaxen declared as XPathExpr Modifier and Type Field Description private XPathExpr
BaseXPath. xpath
the parsed form of the XPath expressionprivate XPathExpr
JaxenHandler. xpath
Methods in org.jaxen that return XPathExpr Modifier and Type Method Description XPathExpr
JaxenHandler. getXPathExpr()
Retrieve the simplified Jaxen XPath expression tree.XPathExpr
JaxenHandler. getXPathExpr(boolean shouldSimplify)
Retrieve the Jaxen XPath expression tree, optionally simplified. -
Uses of XPathExpr in org.jaxen.expr
Classes in org.jaxen.expr that implement XPathExpr Modifier and Type Class Description class
DefaultXPathExpr
Deprecated.this class will become non-public in the future; use the interface insteadMethods in org.jaxen.expr that return XPathExpr Modifier and Type Method Description XPathExpr
DefaultXPathFactory. createXPath(Expr rootExpr)
XPathExpr
XPathFactory. createXPath(Expr rootExpr)
Create a newXPathExpr
from anExpr
.
-