jd.xml.xslt.expr
Class XsltFunctionType
java.lang.Object
jd.xml.xpath.expr.function.FunctionType
jd.xml.xslt.expr.XsltFunctionType
- public class XsltFunctionType
- extends FunctionType
A FunctionType for XsltFunctions.
Constructor Summary |
XsltFunctionType(String name,
int argumentCount)
Create a FunctionType with a fixed number of arguments. |
XsltFunctionType(String name,
int minArgumentCount,
int maxArgumentCount)
Create a FunctionType with a variable number of arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XsltFunctionType
public XsltFunctionType(String name,
int argumentCount)
- Create a FunctionType with a fixed number of arguments.
XsltFunctionType
public XsltFunctionType(String name,
int minArgumentCount,
int maxArgumentCount)
- Create a FunctionType with a variable number of arguments.
copyFunction
public Function copyFunction(Function function)
throws InstantiationException,
ClassNotFoundException,
IllegalAccessException
- Create a copy of the function.
- Overrides:
copyFunction
in class FunctionType
- Throws:
InstantiationException
ClassNotFoundException
IllegalAccessException