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

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 287 if (m_requiredFound == null)
288 m_requiredFound = new Hashtable();
289 m_requiredFound.put(def.getName(), "xsl:" +def.getName());
699 Hashtable m_requiredFound;
707 if (m_requiredFound.get(elem) != null)
708 m_requiredFound.remove(elem);
718 if (m_requiredFound == null)
720 return m_requiredFound.isEmpty();
730 if (m_requiredFound == null)
732 Enumeration elems = m_requiredFound.elements()
    [all...]
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 176 milliseconds