Uses of Interface
org.jaxen.expr.LogicalExpr

Packages that use LogicalExpr
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
org.jaxen.util Utility objects for walking object models. 
 

Uses of LogicalExpr in org.jaxen.expr
 

Classes in org.jaxen.expr that implement LogicalExpr
(package private)  class DefaultAndExpr
           
(package private)  class DefaultLogicalExpr
           
(package private)  class DefaultOrExpr
           
 

Methods in org.jaxen.expr with parameters of type LogicalExpr
 void VisitorSupport.visit(LogicalExpr expr)
           
 void Visitor.visit(LogicalExpr expr)
           
 

Uses of LogicalExpr in org.jaxen.util
 

Methods in org.jaxen.util with parameters of type LogicalExpr
 void XPath2XMLVisitor.visit(LogicalExpr expr)