|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionContext
Specification of the interface required by
ContextSupport
for delegation
of function resolution.
Method Summary | |
---|---|
Function |
getFunction(java.lang.String name)
Retrieve a named function |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |