Searched refs:m_docType (Results 1 – 2 of 2) sorted by relevance
99 m_docType(0), in Importer()111 m_docType(0), in Importer()127 m_docType(docType), in Importer()144 m_docType(docType), in Importer()167 return m_docType; in docType()185 m_docType = 0; in setIdentifyMode()274 ASSERT(m_docType); in xmlElementStart()275 if(m_docType->rootElement != pName) { in xmlElementStart()277 err << m_docType->rootElement << "/>"; in xmlElementStart()292 m_docType = (*it).second; in xmlElementStart()[all …]
146 XML::DocumentType* m_docType; variable