Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java400 Object tblEntry = m_functionID.get(methName); in functionAvailable() local
401 if (null != tblEntry) return true; in functionAvailable()
403 tblEntry = m_functionID_customer.get(methName); in functionAvailable()
404 return (null != tblEntry)? true : false; in functionAvailable()