HomeSort by relevance Sort by last modified time
    Searched refs:checkNumberArgs (Results 1 - 12 of 12) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncConcat.java 75 public void checkNumberArgs(int argNum) throws WrongNumberArgsException
FuncSubstring.java 109 public void checkNumberArgs(int argNum) throws WrongNumberArgsException
Function.java 72 public void checkNumberArgs(int argNum) throws WrongNumberArgsException
Function2Args.java 102 public void checkNumberArgs(int argNum) throws WrongNumberArgsException
Function3Args.java 100 public void checkNumberArgs(int argNum) throws WrongNumberArgsException
FunctionOneArg.java 81 public void checkNumberArgs(int argNum) throws WrongNumberArgsException
FunctionDef1Arg.java 141 public void checkNumberArgs(int argNum) throws WrongNumberArgsException
FunctionMultiArgs.java 120 public void checkNumberArgs(int argNum) throws WrongNumberArgsException{}
FuncExtFunction.java 247 public void checkNumberArgs(int argNum) throws WrongNumberArgsException{}
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 173 public void checkNumberArgs(int argNum) throws WrongNumberArgsException
FuncDocument.java 438 public void checkNumberArgs(int argNum) throws WrongNumberArgsException
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 1055 func.checkNumberArgs(i);
    [all...]

Completed in 257 milliseconds