Package org.jaxen.expr
Interface EqualityExpr
-
- All Superinterfaces:
BinaryExpr
,Expr
,java.io.Serializable
- All Known Implementing Classes:
DefaultEqualityExpr
,DefaultEqualsExpr
,DefaultNotEqualsExpr
public interface EqualityExpr extends BinaryExpr
Represents an XPath equality expression. This is production 23 in the XPath 1.0 specification:[23] EqualityExpr ::= RelationalExpr | EqualityExpr '=' RelationalExpr | EqualityExpr '!=' RelationalExpr
-
-
Method Summary
-
Methods inherited from interface org.jaxen.expr.BinaryExpr
getLHS, getOperator, getRHS
-
-