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