| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WrongNumberArgsException | |
| 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 | |
 void | 
FuncFormatNumb.checkNumberArgs(int argNum)
Overide the superclass method to allow one or two arguments.  | 
 void | 
FuncDocument.checkNumberArgs(int argNum)
Overide the superclass method to allow one or two arguments.  | 
| Uses of WrongNumberArgsException in org.apache.xpath.functions | 
| Methods in org.apache.xpath.functions that throw WrongNumberArgsException | |
 void | 
Function.setArg(Expression arg,
       int argNum)
Set an argument expression for a function.  | 
 void | 
Function.checkNumberArgs(int argNum)
Check that the number of arguments passed to this function is correct.  | 
 void | 
FunctionOneArg.setArg(Expression arg,
       int argNum)
Set an argument expression for a function.  | 
 void | 
FunctionOneArg.checkNumberArgs(int argNum)
Check that the number of arguments passed to this function is correct.  | 
 void | 
Function2Args.setArg(Expression arg,
       int argNum)
Set an argument expression for a function.  | 
 void | 
Function2Args.checkNumberArgs(int argNum)
Check that the number of arguments passed to this function is correct.  | 
 void | 
Function3Args.setArg(Expression arg,
       int argNum)
Set an argument expression for a function.  | 
 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.setArg(Expression arg,
       int argNum)
Set an argument expression for a function.  | 
 void | 
FunctionMultiArgs.checkNumberArgs(int argNum)
Check that the number of arguments passed to this function is correct.  | 
 void | 
FuncExtFunction.setArg(Expression arg,
       int argNum)
Set an argument expression for a function.  | 
 void | 
FuncExtFunction.checkNumberArgs(int argNum)
Check that the number of arguments passed to this function is correct.  | 
 void | 
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.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||