Uses of Interface
org.jaxen.expr.Predicate
Packages that use Predicate
Package
Description
Interfaces and default implementations for
XPath expression components.
-
Uses of Predicate in org.jaxen.expr
Methods in org.jaxen.expr that return PredicateModifier and TypeMethodDescriptionDefaultXPathFactory.createPredicate
(Expr predicateExpr) XPathFactory.createPredicate
(Expr predicateExpr) Create from the supplied expression.Methods in org.jaxen.expr with parameters of type PredicateModifier and TypeMethodDescriptionvoid
DefaultFilterExpr.addPredicate
(Predicate predicate) Deprecated.void
DefaultStep.addPredicate
(Predicate predicate) Deprecated.void
Predicated.addPredicate
(Predicate predicate) Add an additional predicate to this object.void
PredicateSet.addPredicate
(Predicate predicate) Add a predicate to the set.PredicateSet.applyPredicate
(Predicate predicate, List nodes2Filter, ContextSupport support)