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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java44 public static final int FUNC_COUNT = 3; field in class:FunctionTable
181 m_functions[FUNC_COUNT] = org.apache.xpath.functions.FuncCount.class;
239 new Integer(FunctionTable.FUNC_COUNT));

Completed in 16 milliseconds