Class MethodFunction
java.lang.Object
org.apache.commons.jxpath.functions.MethodFunction
- All Implemented Interfaces:
Function
An XPath extension function implemented as an individual Java method.
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
method
-
EMPTY_ARRAY
-
-
Constructor Details
-
MethodFunction
Create a new MethodFunction.- Parameters:
method
- implementing Method
-
-
Method Details
-
invoke
Description copied from interface:Function
Computes the value of the function. Each implementation of Function is responsible for conversion of supplied parameters to the required argument types. -
toString
-