| |
|
| java.lang.Object xtc.xform.ConcatFunction
ConcatFunction | class ConcatFunction implements Function(Code) | | ConcatFunction external method class.
version: $Revision: 1.8 $ |
Method Summary | |
public Object | apply(List<Object> args) Return a singleton Sequence containing the
concatenation of all the strings passed in args. | public String | getName() Get the name of the function. |
apply | public Object apply(List<Object> args)(Code) | | Return a singleton Sequence containing the
concatenation of all the strings passed in args.
Parameters: args - The list of strings to concatenate The concatenated string |
getName | public String getName()(Code) | | Get the name of the function.
The function name |
|
|
|