Package com.werken.xpath.function
Class StringFunction
- java.lang.Object
-
- com.werken.xpath.function.StringFunction
-
-
Constructor Summary
Constructors Constructor Description StringFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
call(Context context, java.util.List args)
Call the function object.static java.lang.String
evaluate(java.lang.Object obj)
static java.lang.String
evaluate(org.jdom.Element elem)
-
-
-
Method Detail
-
call
public java.lang.Object call(Context context, java.util.List args)
Description copied from interface:Function
Call the function object.
-
evaluate
public static java.lang.String evaluate(java.lang.Object obj)
-
evaluate
public static java.lang.String evaluate(org.jdom.Element elem)
-
-