Uses of Interface
org.jaxen.expr.PathExpr
-
Packages that use PathExpr Package Description org.jaxen.expr Interfaces and default implementations for XPath expression components. -
-
Uses of PathExpr in org.jaxen.expr
Classes in org.jaxen.expr that implement PathExpr Modifier and Type Class Description (package private) classDefaultPathExprMethods in org.jaxen.expr that return PathExpr Modifier and Type Method Description PathExprDefaultXPathFactory. createPathExpr(FilterExpr filterExpr, LocationPath locationPath)PathExprXPathFactory. createPathExpr(FilterExpr filterExpr, LocationPath locationPath)Create a new path expression.
-