- All Superinterfaces:
- Expr, Serializable
- All Known Subinterfaces:
- AdditiveExpr, EqualityExpr, LogicalExpr, MultiplicativeExpr, RelationalExpr, UnionExpr
- All Known Implementing Classes:
- DefaultUnionExpr
public interface BinaryExpr
extends Expr
Represents a binary expression.
This does not match anything in the XPath 1.0 grammar, but in Jaxen
it includes the usual binary operations such as addition, multiplication,
logical and, logical or, and so forth.