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