Searched defs:reportWrongNumberArgs (Results 1 - 11 of 11) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncFormatNumb.java176 reportWrongNumberArgs();
185 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:FuncFormatNumb
H A DFuncDocument.java441 reportWrongNumberArgs();
450 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:FuncDocument
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncConcat.java78 reportWrongNumberArgs();
87 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:FuncConcat
H A DFuncSubstring.java112 reportWrongNumberArgs();
121 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:FuncSubstring
H A DFunctionDef1Arg.java144 reportWrongNumberArgs();
153 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:FunctionDef1Arg
H A DFunction.java59 reportWrongNumberArgs();
75 reportWrongNumberArgs();
85 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:Function
H A DFunction2Args.java91 reportWrongNumberArgs();
105 reportWrongNumberArgs();
114 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:Function2Args
H A DFunction3Args.java89 reportWrongNumberArgs();
103 reportWrongNumberArgs();
112 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:Function3Args
H A DFunctionMultiArgs.java129 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:FunctionMultiArgs
132 new Object[]{ "Programmer's assertion: the method FunctionMultiArgs.reportWrongNumberArgs() should never be called." });
H A DFunctionOneArg.java70 reportWrongNumberArgs();
84 reportWrongNumberArgs();
93 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:FunctionOneArg
H A DFuncExtFunction.java322 protected void reportWrongNumberArgs() throws WrongNumberArgsException { method in class:FuncExtFunction
325 new Object[]{ "Programmer's assertion: the method FunctionMultiArgs.reportWrongNumberArgs() should never be called." });

Completed in 500 milliseconds