Uses of Interface
org.jaxen.expr.UnaryExpr

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

Uses of UnaryExpr in org.jaxen.expr
 

Classes in org.jaxen.expr that implement UnaryExpr
(package private)  class DefaultUnaryExpr
           
 

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

Uses of UnaryExpr in org.jaxen.util
 

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