com.jclark.xsl.expr

Class AddExpr

class AddExpr extends ConvertibleNumberExpr

a compiled XPath expression (component) that represents the addition of two sub-expressions
Constructor Summary
AddExpr(NumberExpr expr1, NumberExpr expr2)
construct with two NumberExpr(essions)
Method Summary
doubleeval(Node node, ExprContext context)
evaluate to result of a double

Constructor Detail

AddExpr

AddExpr(NumberExpr expr1, NumberExpr expr2)
construct with two NumberExpr(essions)

Method Detail

eval

public double eval(Node node, ExprContext context)
evaluate to result of a double