com.werken.xpath.function

Class SubstringBeforeFunction

Implemented Interfaces:
Function

public class SubstringBeforeFunction
extends java.lang.Object
implements Function

4.2 string substring-before(string,string)

Author:
bob mcwhirter (bob @ werken.com)

Method Summary

Object
call(Context context, List args)
static String
evaluate(Object strArg, Object matchArg)

Method Details

call

public Object call(Context context,
                   List args)
Specified by:
call in interface Function


evaluate

public static String evaluate(Object strArg,
                              Object matchArg)


Copyright B) 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.