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