Interface LogicalExpr
- All Superinterfaces:
BinaryExpr, Expr, Serializable
Represents an XPath logical expression. This represents productions
21 OrExpr and
22 AndExpr in the XPath specification.
| [21] | OrExpr | ::= | AndExpr | |
| | OrExpr 'or' AndExpr | ||||
| [22] | AndExpr | ::= | EqualityExpr | |
| | AndExpr 'and' EqualityExpr |
-
Method Summary
Methods inherited from interface BinaryExpr
getLHS, getOperator, getRHS