Uses of Class
org.apache.xpath.functions.WrongNumberArgsException
| Package | Description |
|---|---|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xpath.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
-
Uses of WrongNumberArgsException in org.apache.xalan.templates
Methods in org.apache.xalan.templates that throw WrongNumberArgsException Modifier and Type Method Description voidFuncDocument. checkNumberArgs(int argNum)Overide the superclass method to allow one or two arguments.voidFuncFormatNumb. checkNumberArgs(int argNum)Overide the superclass method to allow one or two arguments.protected voidFuncDocument. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected voidFuncFormatNumb. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object. -
Uses of WrongNumberArgsException in org.apache.xpath.functions
Methods in org.apache.xpath.functions that throw WrongNumberArgsException Modifier and Type Method Description voidFuncConcat. checkNumberArgs(int argNum)Check that the number of arguments passed to this function is correct.voidFuncExtFunction. checkNumberArgs(int argNum)Check that the number of arguments passed to this function is correct.voidFuncSubstring. checkNumberArgs(int argNum)Check that the number of arguments passed to this function is correct.voidFunction. checkNumberArgs(int argNum)Check that the number of arguments passed to this function is correct.voidFunction2Args. checkNumberArgs(int argNum)Check that the number of arguments passed to this function is correct.voidFunction3Args. checkNumberArgs(int argNum)Check that the number of arguments passed to this function is correct.voidFunctionDef1Arg. checkNumberArgs(int argNum)Check that the number of arguments passed to this function is correct.voidFunctionMultiArgs. checkNumberArgs(int argNum)Check that the number of arguments passed to this function is correct.voidFunctionOneArg. checkNumberArgs(int argNum)Check that the number of arguments passed to this function is correct.protected voidFuncConcat. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected voidFuncExtFunction. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected voidFuncSubstring. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected voidFunction. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected voidFunction2Args. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected voidFunction3Args. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected voidFunctionDef1Arg. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected voidFunctionMultiArgs. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected voidFunctionOneArg. reportWrongNumberArgs()Constructs and throws a WrongNumberArgException with the appropriate message for this function object.voidFuncExtFunction. setArg(Expression arg, int argNum)Set an argument expression for a function.voidFunction. setArg(Expression arg, int argNum)Set an argument expression for a function.voidFunction2Args. setArg(Expression arg, int argNum)Set an argument expression for a function.voidFunction3Args. setArg(Expression arg, int argNum)Set an argument expression for a function.voidFunctionMultiArgs. setArg(Expression arg, int argNum)Set an argument expression for a function.voidFunctionOneArg. setArg(Expression arg, int argNum)Set an argument expression for a function.