Uses of Interface
org.jaxen.expr.Predicate

Packages that use Predicate
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
 

Uses of Predicate in org.jaxen.expr
 

Classes in org.jaxen.expr that implement Predicate
(package private)  class DefaultPredicate
           
 

Methods in org.jaxen.expr that return Predicate
 Predicate XPathFactory.createPredicate(Expr predicateExpr)
          Create from the supplied expression.
 Predicate DefaultXPathFactory.createPredicate(Expr predicateExpr)
           
 

Methods in org.jaxen.expr with parameters of type Predicate
 void PredicateSet.addPredicate(Predicate predicate)
          Add a predicate to the set.
 void Predicated.addPredicate(Predicate predicate)
          Add an additional predicate to this object.
 void DefaultStep.addPredicate(Predicate predicate)
          Deprecated.  
 void DefaultFilterExpr.addPredicate(Predicate predicate)
          Deprecated.  
 java.util.List PredicateSet.applyPredicate(Predicate predicate, java.util.List nodes2Filter, ContextSupport support)