Uses of Interface
org.jaxen.expr.Predicated

Packages that use Predicated
org.jaxen This package defines the core Jaxen API to the XPath engine. 
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
 

Uses of Predicated in org.jaxen
 

Methods in org.jaxen with parameters of type Predicated
protected  void JaxenHandler.addPredicates(Predicated obj, java.util.Iterator predIter)
           
 

Uses of Predicated in org.jaxen.expr
 

Subinterfaces of Predicated in org.jaxen.expr
 interface AllNodeStep
           
 interface CommentNodeStep
           
 interface FilterExpr
           
 interface NameStep
           
 interface ProcessingInstructionNodeStep
           
 interface Step
          A Step represents a location step in a LocationPath.
 interface TextNodeStep
           
 

Classes in org.jaxen.expr that implement Predicated
 class DefaultAllNodeStep
           
 class DefaultCommentNodeStep
           
 class DefaultFilterExpr
           
 class DefaultNameStep
          Expression object that represents any flavor of name-test steps within an XPath.
 class DefaultProcessingInstructionNodeStep
           
 class DefaultStep
           
 class DefaultTextNodeStep
           
 



Copyright © 2001-2005 Codehaus. All Rights Reserved.