Package com.werken.xpath.function
Class SubstringBeforeFunction
- java.lang.Object
-
- com.werken.xpath.function.SubstringBeforeFunction
-
-
Constructor Summary
Constructors Constructor Description SubstringBeforeFunction()
-
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 strArg, java.lang.Object matchArg)
-