Searched refs:m_dtdHandler (Results 1 – 1 of 1) sorted by relevance
104 m_dtdHandler = dtm.getDTDHandler(); in TransformerHandlerImpl()147 m_dtdHandler = null; in clearCoRoutine()280 if (m_dtdHandler != null) in notationDecl()282 m_dtdHandler.notationDecl(name, publicId, systemId); in notationDecl()302 if (m_dtdHandler != null) in unparsedEntityDecl()304 m_dtdHandler.unparsedEntityDecl(name, publicId, systemId, notationName); in unparsedEntityDecl()1064 private DTDHandler m_dtdHandler = null; field in TransformerHandlerImpl