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, Iterator predIter)
           
 

Uses of Predicated in org.jaxen.expr
 

Subinterfaces of Predicated in org.jaxen.expr
 interface AllNodeStep
          Represents the XPath node-test node().
 interface CommentNodeStep
          Represents the XPath node-test comment().
 interface FilterExpr
          Represents an XPath filter expression.
 interface NameStep
          Represents an XPath name test such as para or svg:rect.
 interface ProcessingInstructionNodeStep
          Represents the XPath node-test processing-instruction().
 interface Step
          Represents a location step in a LocationPath.
 interface TextNodeStep
          Represents the XPath node-test text().
 

Classes in org.jaxen.expr that implement Predicated
 class DefaultAllNodeStep
          Deprecated. this class will become non-public in the future; use the interface instead
 class DefaultCommentNodeStep
          Deprecated. this class will become non-public in the future; use the interface instead
 class DefaultFilterExpr
          Deprecated. this class will become non-public in the future; use the interface instead
 class DefaultNameStep
          Deprecated. this class will become non-public in the future; use the interface instead
 class DefaultProcessingInstructionNodeStep
          Deprecated. this class will become non-public in the future; use the interface instead
 class DefaultStep
          Deprecated. this class will become non-public in the future; use the interface instead
 class DefaultTextNodeStep
          Deprecated. this class will become non-public in the future; use the interface instead
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.