Uses of Interface
org.jaxen.expr.FilterExpr

Packages that use FilterExpr
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
org.jaxen.pattern Defines XSLT Pattern objects. 
org.jaxen.util Utility objects for walking object models. 
 

Uses of FilterExpr in org.jaxen.expr
 

Classes in org.jaxen.expr that implement FilterExpr
 class DefaultFilterExpr
           
 

Methods in org.jaxen.expr that return FilterExpr
 FilterExpr DefaultXPathFactory.createFilterExpr(Expr expr)
           
 FilterExpr XPathFactory.createFilterExpr(Expr expr)
           
 

Methods in org.jaxen.expr with parameters of type FilterExpr
 PathExpr DefaultXPathFactory.createPathExpr(FilterExpr filterExpr, LocationPath locationPath)
           
 void Visitor.visit(FilterExpr expr)
           
 void VisitorSupport.visit(FilterExpr expr)
           
 PathExpr XPathFactory.createPathExpr(FilterExpr filterExpr, LocationPath locationPath)
           
 

Uses of FilterExpr in org.jaxen.pattern
 

Methods in org.jaxen.pattern with parameters of type FilterExpr
 void LocationPathPattern.addFilter(FilterExpr filter)
          Adds a filter to this pattern
 

Uses of FilterExpr in org.jaxen.util
 

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



Copyright © 2001-2005 Codehaus. All Rights Reserved.