Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java866 private Hashtable m_compilerCache = new Hashtable(); field in TemplateList.TemplateWalker
913 ct = (ElemTemplate) m_compilerCache.get(new Integer(retValue.getUid())); in next()
916 m_compilerCache.put(new Integer(retValue.getUid()), retValue); in next()