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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java397 * @param methName The local name of the function.
401 public boolean functionAvailable(String methName) argument
403 Object tblEntry = m_functionID.get(methName);
406 tblEntry = m_functionID_customer.get(methName);

Completed in 31 milliseconds