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