public class ConcatFunction extends Object implements Function
string concat(string,string,string*)
Concatenates its arguments and returns the resulting string.
コンストラクタと説明 |
---|
ConcatFunction()
Create a new
ConcatFunction object. |
public Object call(Context context, List args) throws FunctionCallException
string() function.
call
インタフェース内 Function
context
- the context at the point in the
expression when the function is calledargs
- the list of strings to be concatenatedString
containing the concatenation of the items
of args
FunctionCallException
- if args
has less than two itemspublic static String evaluate(List list, Navigator nav)
String
as if by the XPath string()
function.list
- the items to be concatenatednav
- ignoredCopyright © 2001-2013 Codehaus. All Rights Reserved.