Uses of Interface
org.jaxen.expr.FilterExpr
Packages that use FilterExpr
Package
Description
Interfaces and default implementations for
XPath expression components.
Defines XSLT Pattern objects.
-
Uses of FilterExpr in org.jaxen.expr
Classes in org.jaxen.expr that implement FilterExprModifier and TypeClassDescriptionclass
Deprecated.this class will become non-public in the future; use the interface insteadMethods in org.jaxen.expr that return FilterExprModifier and TypeMethodDescriptionDefaultXPathFactory.createFilterExpr
(Expr expr) XPathFactory.createFilterExpr
(Expr expr) Returns a new XPath filter expression.Methods in org.jaxen.expr with parameters of type FilterExprModifier and TypeMethodDescriptionDefaultXPathFactory.createPathExpr
(FilterExpr filterExpr, LocationPath locationPath) XPathFactory.createPathExpr
(FilterExpr filterExpr, LocationPath locationPath) Create a new path expression. -
Uses of FilterExpr in org.jaxen.pattern
Methods in org.jaxen.pattern with parameters of type FilterExprModifier and TypeMethodDescriptionvoid
LocationPathPattern.addFilter
(FilterExpr filter) Deprecated.Adds a filter to this pattern