public interface FunctionContext
Specification of the interface required by
ContextSupport
for delegation
of function resolution.
Modifier and Type | Method and Description |
---|---|
Function |
getFunction(java.lang.String name)
Retrieve a named function
|
Function getFunction(java.lang.String name)
Retrieve the named function object, or null if no such function exists.
name
- The name of the function sought.Function
matching the specified name.ContextSupport.setFunctionContext(com.werken.xpath.FunctionContext)
Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.