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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java21 * $Id: FunctionTable.java,v 1.3 2005/09/28 13:49:34 pvedula Exp $
33 public class FunctionTable class
236 new Integer(FunctionTable.FUNC_CURRENT));
238 new Integer(FunctionTable.FUNC_LAST));
240 new Integer(FunctionTable.FUNC_POSITION));
242 new Integer(FunctionTable.FUNC_COUNT));
244 new Integer(FunctionTable.FUNC_ID));
246 new Integer(FunctionTable.FUNC_KEY));
248 new Integer(FunctionTable.FUNC_LOCAL_PART));
250 new Integer(FunctionTable
307 public FunctionTable(){ method in class:FunctionTable
[all...]

Completed in 158 milliseconds