Uses of Interface
org.jaxen.expr.Predicate
-
Packages that use Predicate Package Description org.jaxen.expr Interfaces and default implementations for XPath expression components. -
-
Uses of Predicate in org.jaxen.expr
Methods in org.jaxen.expr that return Predicate Modifier and Type Method Description PredicateDefaultXPathFactory. createPredicate(Expr predicateExpr)PredicateXPathFactory. createPredicate(Expr predicateExpr)Create from the supplied expression.Methods in org.jaxen.expr with parameters of type Predicate Modifier and Type Method Description voidDefaultFilterExpr. addPredicate(Predicate predicate)Deprecated.voidDefaultStep. addPredicate(Predicate predicate)Deprecated.voidPredicated. addPredicate(Predicate predicate)Add an additional predicate to this object.voidPredicateSet. addPredicate(Predicate predicate)Add a predicate to the set.java.util.ListPredicateSet. applyPredicate(Predicate predicate, java.util.List nodes2Filter, ContextSupport support)
-