|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiplicativeExpr
Represents an XPath multiplicative expression. This is production 26 in the XPath 1.0 specification:
[26] | MultiplicativeExpr | ::= | UnaryExpr | |
| MultiplicativeExpr MultiplyOperator UnaryExpr | ||||
| MultiplicativeExpr 'div' UnaryExpr | ||||
| MultiplicativeExpr 'mod' UnaryExpr |
Method Summary |
---|
Methods inherited from interface org.jaxen.expr.BinaryExpr |
---|
getLHS, getOperator, getRHS |
Methods inherited from interface org.jaxen.expr.Expr |
---|
evaluate, getText, simplify |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |