| コンストラクタと説明 |
|---|
EvaluateFunction() |
public Object call(Context context, List args) throws FunctionCallException
Functioncall インタフェース内 Functioncontext - the context at the point in the
expression when the function is calledargs - arguments provided to the functionList
(node-set), Double, Boolean, or
StringFunctionCallException - if an XPath error occurs during evaluation;
for instance, if the number or type of the arguments is incorrectpublic static List evaluate(Context context, Object arg) throws FunctionCallException
Copyright © 2001-2013 Codehaus. All Rights Reserved.