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 XPathFactory.createUnionExpr(Expr lhs, Expr rhs)
          Returns a new XPath union expression.
 UnionExpr DefaultXPathFactory.createUnionExpr(Expr lhs, Expr rhs)