Uses of Interface
org.jaxen.expr.XPathExpr

Packages that use XPathExpr
org.jaxen This package defines the core Jaxen API to the XPath engine. 
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
 

Uses of XPathExpr in org.jaxen
 

Methods in org.jaxen that return XPathExpr
 XPathExpr JaxenHandler.getXPathExpr()
          Retrieve the simplified Jaxen XPath expression tree.
 XPathExpr JaxenHandler.getXPathExpr(boolean shouldSimplify)
          Retrieve the Jaxen XPath expression tree, optionally simplified.
 

Uses of XPathExpr in org.jaxen.expr
 

Classes in org.jaxen.expr that implement XPathExpr
 class DefaultXPathExpr
          Deprecated. this class will become non-public in the future; use the interface instead
 

Methods in org.jaxen.expr that return XPathExpr
 XPathExpr XPathFactory.createXPath(Expr rootExpr)
          Create a new XPathExpr from an Expr.
 XPathExpr DefaultXPathFactory.createXPath(Expr rootExpr)
           
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.