BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use WrongNumberArgsException
weblogic.apache.xalan.templates   
weblogic.apache.xpath.functions   
 

Uses of WrongNumberArgsException in weblogic.apache.xalan.templates
 

Methods in weblogic.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 weblogic.apache.xpath.functions
 

Methods in weblogic.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 FuncSubstring.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 FuncConcat.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.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.