Home
last modified time | relevance | path

Searched refs:checkNumberArgs (Results 1 – 12 of 12) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncConcat.java75 public void checkNumberArgs(int argNum) throws WrongNumberArgsException in checkNumberArgs() method in FuncConcat
DFunction.java72 public void checkNumberArgs(int argNum) throws WrongNumberArgsException in checkNumberArgs() method in Function
DFunctionOneArg.java81 public void checkNumberArgs(int argNum) throws WrongNumberArgsException in checkNumberArgs() method in FunctionOneArg
DFunction3Args.java100 public void checkNumberArgs(int argNum) throws WrongNumberArgsException in checkNumberArgs() method in Function3Args
DFunction2Args.java102 public void checkNumberArgs(int argNum) throws WrongNumberArgsException in checkNumberArgs() method in Function2Args
DFuncSubstring.java109 public void checkNumberArgs(int argNum) throws WrongNumberArgsException in checkNumberArgs() method in FuncSubstring
DFunctionDef1Arg.java141 public void checkNumberArgs(int argNum) throws WrongNumberArgsException in checkNumberArgs() method in FunctionDef1Arg
DFunctionMultiArgs.java120 public void checkNumberArgs(int argNum) throws WrongNumberArgsException{} in checkNumberArgs() method in FunctionMultiArgs
DFuncExtFunction.java247 public void checkNumberArgs(int argNum) throws WrongNumberArgsException{} in checkNumberArgs() method in FuncExtFunction
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncFormatNumb.java173 public void checkNumberArgs(int argNum) throws WrongNumberArgsException in checkNumberArgs() method in FuncFormatNumb
DFuncDocument.java438 public void checkNumberArgs(int argNum) throws WrongNumberArgsException in checkNumberArgs() method in FuncDocument
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java1055 func.checkNumberArgs(i); in compileFunction()