HomeSort by relevance Sort by last modified time
    Searched defs:m_namedTemplates (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 76 ElemTemplate existingTemplate = (ElemTemplate) m_namedTemplates.get(template.getName());
79 m_namedTemplates.put(template.getName(), template);
89 m_namedTemplates.put(template.getName(), template);
416 return (ElemTemplate) m_namedTemplates.get(qname);
768 private Hashtable m_namedTemplates = new Hashtable(89);
806 return m_namedTemplates;
820 m_namedTemplates = v;
900 hashIterator = m_namedTemplates.elements();
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 61 milliseconds