Uses of Interface
org.jaxen.expr.Predicate

Packages that use Predicate
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
org.jaxen.util Utility objects for walking object models. 
 

Uses of Predicate in org.jaxen.expr
 

Methods in org.jaxen.expr that return Predicate
 Predicate DefaultXPathFactory.createPredicate(Expr predicateExpr)
           
 Predicate XPathFactory.createPredicate(Expr predicateExpr)
           
 

Methods in org.jaxen.expr with parameters of type Predicate
 void Visitor.visit(Predicate predicate)
           
 void VisitorSupport.visit(Predicate predicate)
           
 void DefaultStep.addPredicate(Predicate predicate)
           
 void DefaultFilterExpr.addPredicate(Predicate predicate)
           
 void PredicateSet.addPredicate(Predicate predicate)
           
 java.util.List PredicateSet.applyPredicate(Predicate predicate, java.util.List nodes2Filter, ContextSupport support)
           
 void Predicated.addPredicate(Predicate predicate)
           
 

Uses of Predicate in org.jaxen.util
 

Methods in org.jaxen.util with parameters of type Predicate
 void XPath2XMLVisitor.visit(Predicate predicate)
           
 



Copyright © 2001-2005 Codehaus. All Rights Reserved.