Package org.jaxen.expr

Interfaces and default implementations for XPath expression components.

See:
          Description

Interface Summary
AdditiveExpr  
AllNodeStep  
BinaryExpr  
CommentNodeStep  
EqualityExpr  
Expr  
FilterExpr  
FunctionCallExpr  
LiteralExpr  
LocationPath  
LogicalExpr  
MultiplicativeExpr  
NameStep  
NumberExpr  
PathExpr  
Predicate  
Predicated  
ProcessingInstructionNodeStep  
RelationalExpr  
Step A Step represents a location step in a LocationPath.
TextNodeStep  
UnaryExpr  
UnionExpr  
VariableReferenceExpr  
Visitable  
Visitor  
XPathExpr  
XPathFactory  
 

Class Summary
DefaultAbsoluteLocationPath Deprecated. this class will become non-public in the future; use the interface instead
DefaultAllNodeStep Deprecated. this class will become non-public in the future; use the interface instead
DefaultCommentNodeStep Deprecated. this class will become non-public in the future; use the interface instead
DefaultExpr Deprecated. this class will become non-public in the future; use the interface instead
DefaultFilterExpr Deprecated. this class will become non-public in the future; use the interface instead
DefaultFunctionCallExpr Deprecated. this class will become non-public in the future; use the interface instead
DefaultNameStep Deprecated. this class will become non-public in the future; use the interface instead
DefaultProcessingInstructionNodeStep Deprecated. this class will become non-public in the future; use the interface instead
DefaultRelativeLocationPath Deprecated. this class will become non-public in the future; use the interface instead
DefaultStep Deprecated. this class will become non-public in the future; use the interface instead
DefaultTextNodeStep Deprecated. this class will become non-public in the future; use the interface instead
DefaultUnionExpr Deprecated. this class will become non-public in the future; use the interface instead
DefaultXPathExpr Deprecated. this class will become non-public in the future; use the interface instead
DefaultXPathFactory  
PredicateSet  
VisitorSupport  
 

Package org.jaxen.expr Description

Interfaces and default implementations for XPath expression components.



Copyright © 2001-2005 Codehaus. All Rights Reserved.