Searched defs:checkNumberArgs (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/
H A DFuncConcat.java76 public void checkNumberArgs(int argNum) throws WrongNumberArgsException method in class:FuncConcat
H A DFuncSubstring.java110 public void checkNumberArgs(int argNum) throws WrongNumberArgsException method in class:FuncSubstring
H A DFunctionDef1Arg.java142 public void checkNumberArgs(int argNum) throws WrongNumberArgsException method in class:FunctionDef1Arg
H A DFunction2Args.java103 public void checkNumberArgs(int argNum) throws WrongNumberArgsException method in class:Function2Args
H A DFunction3Args.java101 public void checkNumberArgs(int argNum) throws WrongNumberArgsException method in class:Function3Args
H A DFunctionOneArg.java82 public void checkNumberArgs(int argNum) throws WrongNumberArgsException method in class:FunctionOneArg
H A DFunction.java73 public void checkNumberArgs(int argNum) throws WrongNumberArgsException method in class:Function
H A DFunctionMultiArgs.java121 public void checkNumberArgs(int argNum) throws WrongNumberArgsException{} method in class:FunctionMultiArgs
H A DFuncExtFunction.java248 public void checkNumberArgs(int argNum) throws WrongNumberArgsException{} method in class:FuncExtFunction

Completed in 50 milliseconds