org.jaxen.expr
public class DefaultUnionExpr extends DefaultBinaryExpr implements UnionExpr
Deprecated: this class will become non-public in the future; use the interface instead
| Field Summary | |
|---|---|
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| DefaultUnionExpr(Expr lhs, Expr rhs) | |
| Method Summary | |
|---|---|
| Object | evaluate(Context context) |
| String | getOperator() |
| String | toString() |