Package org.jaxen.expr
Interface UnionExpr
-
- All Superinterfaces:
BinaryExpr
,Expr
,java.io.Serializable
- All Known Implementing Classes:
DefaultUnionExpr
public interface UnionExpr extends BinaryExpr
Represents an XPath union expression. This is production 18 in the XPath 1.0 specification:[18] UnionExpr ::= PathExpr | UnionExpr '|' PathExpr
-
-
Method Summary
-
Methods inherited from interface org.jaxen.expr.BinaryExpr
getLHS, getOperator, getRHS
-
-