com.jclark.xsl.expr

Class ConcatFunction

Implemented Interfaces:
Function

(package private) class ConcatFunction
extends java.lang.Object
implements Function

represents the XPath Function: string concat(string, string, string*) has the method makeCallExpr which will construct a String expression representing the concat function

Method Summary

ConvertibleExpr
makeCallExpr(ConvertibleExpr args, Node exprNode)

Method Details

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr args,
                                    Node exprNode)
            throws ParseException