com.jclark.xsl.expr
Class ConcatFunction

java.lang.Object
  extended by com.jclark.xsl.expr.ConcatFunction
All Implemented Interfaces:
Function

 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


Constructor Summary
ConcatFunction()
           
 
Method Summary
 ConvertibleExpr makeCallExpr(ConvertibleExpr[] args, Node exprNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcatFunction

ConcatFunction()
Method Detail

makeCallExpr

public ConvertibleExpr makeCallExpr(ConvertibleExpr[] args,
                                    Node exprNode)
                             throws ParseException
Specified by:
makeCallExpr in interface Function
Throws:
ParseException