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

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 107 m_lexicalHandler = dtm.getLexicalHandler();
150 m_lexicalHandler = null;
776 if (null != m_lexicalHandler)
778 m_lexicalHandler.startDTD(name, publicId, systemId);
794 if (null != m_lexicalHandler)
796 m_lexicalHandler.endDTD();
828 if (null != m_lexicalHandler)
830 m_lexicalHandler.startEntity(name);
847 if (null != m_lexicalHandler)
849 m_lexicalHandler.endEntity(name)
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 27 milliseconds