Uses of Interface
org.jaxen.expr.PathExpr

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

Uses of PathExpr in org.jaxen.expr
 

Methods in org.jaxen.expr that return PathExpr
 PathExpr DefaultXPathFactory.createPathExpr(FilterExpr filterExpr, LocationPath locationPath)
           
 PathExpr XPathFactory.createPathExpr(FilterExpr filterExpr, LocationPath locationPath)
           
 

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

Uses of PathExpr in org.jaxen.util
 

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



Copyright © 2001-2003 Codehaus. All Rights Reserved.