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