|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Function
Interface for the extensible function framework.
NOTE: This class is not typically used directly, but is exposed for writers of extended XPath packages.
Implementations of Function are functors
which are used to evaluate a function-call within an
XPath expression.
FunctionContext| Method Summary | |
|---|---|
java.lang.Object |
call(Context context,
java.util.List args)
Call this function. |
| Method Detail |
|---|
java.lang.Object call(Context context,
java.util.List args)
throws 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.
FunctionCallException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||