net.sf.saxon.expr
public static class ArithmeticExpression.NumericArithmetic extends ArithmeticExpression
| Field Summary | |
|---|---|
| boolean | backwardsCompatible |
| Constructor Summary | |
|---|---|
| NumericArithmetic(Expression p1, int operator, Expression p2) | |
| Method Summary | |
|---|---|
| static Item | doArithmetic(Expression operand0, int operator, Expression operand1, XPathContext context, boolean backwardsCompatible) |
| Item | evaluateItem(XPathContext context)
Evaluate the expression. |
| void | setBackwardsCompatible(boolean flag) |