Home
last modified time | relevance | path

Searched refs:m_docType (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/cortex/Persistence/
H A DImporter.cpp99 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 …]
H A DImporter.h146 XML::DocumentType* m_docType; variable