Uses of Interface
org.jaxen.expr.UnionExpr
-
Packages that use UnionExpr Package Description org.jaxen.expr Interfaces and default implementations for XPath expression components. -
-
Uses of UnionExpr in org.jaxen.expr
Methods in org.jaxen.expr that return UnionExpr Modifier and Type Method Description UnionExpr
DefaultXPathFactory. createUnionExpr(Expr lhs, Expr rhs)
UnionExpr
XPathFactory. createUnionExpr(Expr lhs, Expr rhs)
Returns a new XPath union expression.
-