Uses of Interface
org.jaxen.expr.UnionExpr

Packages that use UnionExpr
org.jaxen.expr Interfaces and default implementations for XPath expression components. 
 

Uses of UnionExpr in org.jaxen.expr
 

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

Methods in org.jaxen.expr that return UnionExpr
 UnionExpr DefaultXPathFactory.createUnionExpr(Expr lhs, Expr rhs)
           
 UnionExpr XPathFactory.createUnionExpr(Expr lhs, Expr rhs)
          Returns a new XPath union expression.
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.