Uses of Class
org.loboevolution.apache.xpath.functions.WrongNumberArgsException
Package
Description
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.loboevolution.apache.xpath.functions
Modifier and TypeMethodDescriptionvoid
FuncConcat.checkNumberArgs
(int argNum) Check that the number of arguments passed to this function is correct.void
FuncSubstring.checkNumberArgs
(int argNum) Check that the number of arguments passed to this function is correct.void
Function.checkNumberArgs
(int argNum) Check that the number of arguments passed to this function is correct.void
Function2Args.checkNumberArgs
(int argNum) Check that the number of arguments passed to this function is correct.void
Function3Args.checkNumberArgs
(int argNum) Check that the number of arguments passed to this function is correct.void
FunctionDef1Arg.checkNumberArgs
(int argNum) Check that the number of arguments passed to this function is correct.void
FunctionMultiArgs.checkNumberArgs
(int argNum) Check that the number of arguments passed to this function is correct.void
FunctionOneArg.checkNumberArgs
(int argNum) Check that the number of arguments passed to this function is correct.protected void
FuncConcat.reportWrongNumberArgs()
Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected void
FuncSubstring.reportWrongNumberArgs()
Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected void
Function.reportWrongNumberArgs()
Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected void
Function2Args.reportWrongNumberArgs()
Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected void
Function3Args.reportWrongNumberArgs()
Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected void
FunctionDef1Arg.reportWrongNumberArgs()
Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected void
FunctionMultiArgs.reportWrongNumberArgs()
Constructs and throws a WrongNumberArgException with the appropriate message for this function object.protected void
FunctionOneArg.reportWrongNumberArgs()
Constructs and throws a WrongNumberArgException with the appropriate message for this function object.void
Function.setArg
(Expression arg, int argNum) Set an argument expression for a function.void
Function2Args.setArg
(Expression arg, int argNum) Set an argument expression for a function.void
Function3Args.setArg
(Expression arg, int argNum) Set an argument expression for a function.void
FunctionMultiArgs.setArg
(Expression arg, int argNum) Set an argument expression for a function.void
FunctionOneArg.setArg
(Expression arg, int argNum) Set an argument expression for a function.