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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java19 * $Id: FunctionTable.java 468655 2006-10-28 07:12:06Z minchau $
31 public class FunctionTable class
233 new Integer(FunctionTable.FUNC_CURRENT));
235 new Integer(FunctionTable.FUNC_LAST));
237 new Integer(FunctionTable.FUNC_POSITION));
239 new Integer(FunctionTable.FUNC_COUNT));
241 new Integer(FunctionTable.FUNC_ID));
243 new Integer(FunctionTable.FUNC_KEY));
245 new Integer(FunctionTable.FUNC_LOCAL_PART));
247 new Integer(FunctionTable
304 public FunctionTable(){ method in class:FunctionTable
[all...]

Completed in 145 milliseconds