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.Objectcall(Context context, java.util.List args)Call the function object.static java.lang.Stringevaluate(java.lang.Object obj)static java.lang.Stringevaluate(org.jdom.Element elem)
-
-
-
Method Detail
-
call
public java.lang.Object call(Context context, java.util.List args)
Description copied from interface:FunctionCall 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)
-
-