|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.expr.ConvertibleExpr
com.jclark.xsl.expr.ConvertibleStringExpr
com.jclark.xsl.expr.AppendExpr
class AppendExpr
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 | |
---|---|
java.lang.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 |
Methods inherited from class com.jclark.xsl.expr.ConvertibleStringExpr |
---|
constantValue, makeBooleanExpr, makeNumberExpr, makeStringExpr, makeVariantExpr |
Methods inherited from class com.jclark.xsl.expr.ConvertibleExpr |
---|
makeNodeSetExpr, makePredicateExpr |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
AppendExpr(StringExpr expr1, StringExpr expr2)
Method Detail |
---|
public java.lang.String eval(Node node, ExprContext context) throws XSLException
XSLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |