Uses of Interface
org.jaxen.expr.Visitable

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

Uses of Visitable in org.jaxen.expr
 

Subinterfaces of Visitable in org.jaxen.expr
 interface AdditiveExpr
           
 interface AllNodeStep
           
 interface BinaryExpr
           
 interface CommentNodeStep
           
 interface EqualityExpr
           
 interface Expr
           
 interface FilterExpr
           
 interface FunctionCallExpr
           
 interface LiteralExpr
           
 interface LocationPath
           
 interface LogicalExpr
           
 interface MultiplicativeExpr
           
 interface NameStep
           
 interface NumberExpr
           
 interface PathExpr
           
 interface Predicate
           
 interface ProcessingInstructionNodeStep
           
 interface RelationalExpr
           
 interface Step
          A Step represents a location step in a LocationPath.
 interface TextNodeStep
           
 interface UnaryExpr
           
 interface UnionExpr
           
 interface VariableReferenceExpr
           
 

Classes in org.jaxen.expr that implement Visitable
 class DefaultAbsoluteLocationPath
          Deprecated. this class will become non-public in the future; use the interface instead
 class DefaultAllNodeStep
          Deprecated. this class will become non-public in the future; use the interface instead
(package private)  class org.jaxen.expr.DefaultBinaryExpr
           
 class DefaultCommentNodeStep
          Deprecated. this class will become non-public in the future; use the interface instead
 class DefaultExpr
          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 DefaultFunctionCallExpr
          Deprecated. this class will become non-public in the future; use the interface instead
(package private)  class org.jaxen.expr.DefaultLocationPath
           
 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 DefaultRelativeLocationPath
          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
 class DefaultUnionExpr
          Deprecated. this class will become non-public in the future; use the interface instead
 



Copyright © 2001-2005 Codehaus. All Rights Reserved.