Uses of Interface
org.jaxen.expr.UnionExpr
Packages that use UnionExpr
Package
Description
Interfaces and default implementations for
XPath expression components.
-
Uses of UnionExpr in org.jaxen.expr
Classes in org.jaxen.expr that implement UnionExprModifier and TypeClassDescriptionclassDeprecated.this class will become non-public in the future; use the interface insteadMethods in org.jaxen.expr that return UnionExprModifier and TypeMethodDescriptionDefaultXPathFactory.createUnionExpr(Expr lhs, Expr rhs) XPathFactory.createUnionExpr(Expr lhs, Expr rhs) Returns a new XPath union expression.