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
Classes in org.jaxen.expr that implement UnionExpr Modifier and Type Class Description class
DefaultUnionExpr
Deprecated.this class will become non-public in the future; use the interface insteadMethods 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.
-