com.jclark.xsl.expr
Class AppendExpr
- StringExpr
(package private) class AppendExpr
Represents the concatenation of two String Expressions
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
|
AppendExpr
(package private) AppendExpr(StringExpr expr1,
StringExpr expr2)
construct with two XPath expressions which evaluate
to Strings
eval
public String eval(Node node,
ExprContext context)
throws XSLException
evaluate each of the two sub-expressions with the given
context Node and given context, return the concatenation
of the results of each evaluation
- eval in interface StringExpr