Searched refs:m_functionID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java149 private static HashMap m_functionID = new HashMap(); field in class:FunctionTable
235 m_functionID.put(Keywords.FUNC_CURRENT_STRING,
237 m_functionID.put(Keywords.FUNC_LAST_STRING,
239 m_functionID.put(Keywords.FUNC_POSITION_STRING,
241 m_functionID.put(Keywords.FUNC_COUNT_STRING,
243 m_functionID.put(Keywords.FUNC_ID_STRING,
245 m_functionID.put(Keywords.FUNC_KEY_STRING,
247 m_functionID.put(Keywords.FUNC_LOCAL_PART_STRING,
249 m_functionID.put(Keywords.FUNC_NAMESPACE_STRING,
251 m_functionID
[all...]

Completed in 41 milliseconds