summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/sa/038.xml.ref
blob: d24c10b495b396b476c84c0e0016affdbb240e1e (plain)
1
2
3
4
5
6
7
8
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
startDocument()
   comment(ch=" comment ")
   startDTD(name="doc", publicId="", systemId="")
   endDTD()
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
   endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()