Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java157 private HashMap m_functionID_customer = new HashMap(); field in FunctionTable
352 Object id = m_functionID_customer.get(key); in getFunctionID()
375 m_functionID_customer.put(name, new Integer(funcIndex)); in installFunction()
385 m_functionID_customer.put(name, in installFunction()
403 tblEntry = m_functionID_customer.get(methName); in functionAvailable()