Uses of Class
org.apache.xpath.functions.WrongNumberArgsException

Packages that use WrongNumberArgsException
org.apache.xalan.templates Implements the trax.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)
          **For advanced use only**  
 void FuncDocument.checkNumberArgs(int argNum)
          **For advanced use only**  
 

Uses of WrongNumberArgsException in org.apache.xpath.functions
 

Methods in org.apache.xpath.functions that throw WrongNumberArgsException
 void Function.setArg(Expression arg, int argNum)
          **For advanced use only**  
 void Function.checkNumberArgs(int argNum)
          **For advanced use only**  
 void FunctionOneArg.setArg(Expression arg, int argNum)
           
 void FunctionOneArg.checkNumberArgs(int argNum)
           
 void Function2Args.setArg(Expression arg, int argNum)
           
 void Function2Args.checkNumberArgs(int argNum)
           
 void Function3Args.setArg(Expression arg, int argNum)
           
 void Function3Args.checkNumberArgs(int argNum)
           
 void FuncFormatNumber.checkNumberArgs(int argNum)
          **For advanced use only**  
 void FunctionDef1Arg.checkNumberArgs(int argNum)
           
 void FuncExtFunction.setArg(Expression arg, int argNum)
           
 void FuncExtFunction.checkNumberArgs(int argNum)
           
 void FunctionMultiArgs.setArg(Expression arg, int argNum)
           
 void FunctionMultiArgs.checkNumberArgs(int argNum)
           
 void FuncSubstring.checkNumberArgs(int argNum)
          **For advanced use only**  
 void FuncConcat.checkNumberArgs(int argNum)
          **For advanced use only**  
 



Copyright © 2000 Apache XML Project. All Rights Reserved.