|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.expr.ConcatFunction
class ConcatFunction
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()
Method Detail |
---|
public ConvertibleExpr makeCallExpr(ConvertibleExpr[] args, Node exprNode) throws ParseException
makeCallExpr
in interface Function
ParseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |