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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java38 public static final int FUNC_LAST = 1; field in class:FunctionTable
179 m_functions[FUNC_LAST] = org.apache.xpath.functions.FuncLast.class;
235 new Integer(FunctionTable.FUNC_LAST));

Completed in 265 milliseconds