summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlsimplereader/xmldocs/valid/sa/019.xml.ref
blob: f95f625b3385351e5908856ff6980a8e5e80a3c3 (plain)
1
2
3
4
5
6
7
8
9
10
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
startDocument()
   startDTD(name="doc", publicId="", systemId="")
   endDTD()
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
      startCDATA()
         characters(ch="<&")
      endCDATA()
   endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()