Uses of Interface
org.jaxen.expr.XPathExpr
Packages that use XPathExpr
Package
Description
This package defines the core Jaxen API to the XPath engine.
Interfaces and default implementations for
XPath expression components.
-
Uses of XPathExpr in org.jaxen
Modifier and TypeFieldDescriptionprivate final XPathExprBaseXPath.xpaththe parsed form of the XPath expressionprivate XPathExprJaxenHandler.xpathModifier and TypeMethodDescriptionJaxenHandler.getXPathExpr()Retrieve the simplified Jaxen XPath expression tree.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 XPathExprModifier and TypeClassDescriptionclassDeprecated.this class will become non-public in the future; use the interface insteadMethods in org.jaxen.expr that return XPathExprModifier and TypeMethodDescriptionDefaultXPathFactory.createXPath(Expr rootExpr) XPathFactory.createXPath(Expr rootExpr) Create a newXPathExprfrom anExpr.