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 VisitorSupport.visit(Predicate predicate)
           
 void DefaultFilterExpr.addPredicate(Predicate predicate)
           
 void DefaultStep.addPredicate(Predicate predicate)
           
 void PredicateSet.addPredicate(Predicate predicate)
           
 List PredicateSet.applyPredicate(Predicate predicate, List nodes2Filter, ContextSupport support)
           
 void Predicated.addPredicate(Predicate predicate)
           
 void Visitor.visit(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-2003 Codehaus. All Rights Reserved.