summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/sa/099.xml.ref
blob: 21cd9bced2be4f93f3c69651e5325dd5e6d75c24 (plain)
1
2
3
4
5
6
7
8
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
startDocument()
   processingInstruction(target="xml", data="version='1.0' encoding='utf-8'")
   startDTD(name="doc", publicId="", systemId="")
   endDTD()
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
   endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()