com.werken.xpath.function
Interface Function
- BooleanFunction, CeilingFunction, ConcatFunction, ContainsFunction, CountFunction, FalseFunction, FloorFunction, LastFunction, LocalNameFunction, NameFunction, NamespaceUriFunction, NotFunction, NumberFunction, PositionFunction, RoundFunction, StartsWithFunction, StringFunction, StringLengthFunction, SubstringAfterFunction, SubstringBeforeFunction, SubstringFunction, SumFunction, TrueFunction
public interface Function
Interface for Function objects to conform to,
for extensible function libraries.
Object | call(Context context, List args) - Call the function object.
|
call
public Object call(Context context,
List args)
Call the function object.
context
- The current context the function operates uponargs
- The argument list to the function.
- The result from calling the function.
Copyright B) 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.