com.jclark.xsl.expr

Class AppendExpr

class AppendExpr extends ConvertibleStringExpr

Represents the concatenation of two String Expressions
Constructor Summary
AppendExpr(StringExpr expr1, StringExpr expr2)
construct with two XPath expressions which evaluate to Strings
Method Summary
Stringeval(Node node, ExprContext context)
evaluate each of the two sub-expressions with the given context Node and given context, return the concatenation of the results of each evaluation

Constructor Detail

AppendExpr

AppendExpr(StringExpr expr1, StringExpr expr2)
construct with two XPath expressions which evaluate to Strings

Method Detail

eval

public String eval(Node node, ExprContext context)
evaluate each of the two sub-expressions with the given context Node and given context, return the concatenation of the results of each evaluation