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