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