Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java77 public static final int FUNC_NUMBER = 15; field in FunctionTable
197 m_functions[FUNC_NUMBER] = org.apache.xpath.functions.FuncNumber.class;
263 new Integer(FunctionTable.FUNC_NUMBER)); in m_functionID.put() argument