Overview
Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Interface org.jaxen.expr.UnionExpr
Uses in package org.jaxen.expr
Classes implementing org.jaxen.expr.UnionExpr
class
DefaultUnionExpr
Methods with return type org.jaxen.expr.UnionExpr
UnionExpr
DefaultXPathFactory
.
createUnionExpr
(
Expr
lhs,
Expr
rhs)
UnionExpr
XPathFactory
.
createUnionExpr
(
Expr
lhs,
Expr
rhs)
Returns a new XPath union expression.
Overview
Package
Class
Use
Tree
Index
Deprecated
About