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
Methods in org.jaxen that return XPathExpr Modifier and Type Method Description XPathExprJaxenHandler. getXPathExpr()Retrieve the simplified Jaxen XPath expression tree.XPathExprJaxenHandler. getXPathExpr(boolean shouldSimplify)Retrieve the Jaxen XPath expression tree, optionally simplified. -
Uses of XPathExpr in org.jaxen.expr
Methods in org.jaxen.expr that return XPathExpr Modifier and Type Method Description XPathExprDefaultXPathFactory. createXPath(Expr rootExpr)XPathExprXPathFactory. createXPath(Expr rootExpr)Create a newXPathExprfrom anExpr.
-