|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for the extensible function framework.
Implementations of Function are functors
which are used to evaluate a function-call within an
XPath expression.
The Source Code of this Java class is available under a BSD-style license.
Ricebridge acknowledges that the Jaxen XPath component is developed and maintained by The Werken Company.
| Method Summary | |
Object |
call(com.ricebridge.xmlman.tp.Context context,
List args)
Call this function. |
| Method Detail |
public Object call(com.ricebridge.xmlman.tp.Context context,
List args)
throws com.ricebridge.xmlman.tp.FunctionCallException
context - The context at the point in the
expression when the function is called.args - List of arguments provided during
the call of the function.
com.ricebridge.xmlman.tp.FunctionCallException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||