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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java147 private static HashMap m_functionID = new HashMap(); field in class:FunctionTable
232 m_functionID.put(Keywords.FUNC_CURRENT_STRING,
234 m_functionID.put(Keywords.FUNC_LAST_STRING,
236 m_functionID.put(Keywords.FUNC_POSITION_STRING,
238 m_functionID.put(Keywords.FUNC_COUNT_STRING,
240 m_functionID.put(Keywords.FUNC_ID_STRING,
242 m_functionID.put(Keywords.FUNC_KEY_STRING,
244 m_functionID.put(Keywords.FUNC_LOCAL_PART_STRING,
246 m_functionID.put(Keywords.FUNC_NAMESPACE_STRING,
248 m_functionID
[all...]

Completed in 78 milliseconds