- All Implemented Interfaces:
Function
4.1 string name(node-set?)
- Author:
- bob mcwhirter (bob @ werken.com)
-
Constructor Summary
Constructors
-
Method Summary
Call the function object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NameFunction
public NameFunction()
-
Method Details
-
call
Description copied from interface: Function
Call the function object.
- Specified by:
call
in interface Function
- Parameters:
context
- The current context the function operates upon
args
- The argument list to the function.
- Returns:
- The result from calling the function.
-