Home
last modified time | relevance | path

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

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