summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlsimplereader/xmldocs/valid/sa/085.xml.ref
blob: 8f9cdcc6d0f4c14eb32e0bd013b4097809874c85 (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="<foo>")
   endDTD()
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
      skippedEntity(name="e")
   endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()