com.jclark.xsl.expr
class AppendExpr extends ConvertibleStringExpr
Constructor Summary | |
---|---|
AppendExpr(StringExpr expr1, StringExpr expr2)
construct with two XPath expressions which evaluate
to Strings |
Method Summary | |
---|---|
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 |