summaryrefslogtreecommitdiffstats
path: root/tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/ext-sa/013.xml.ref
blob: 92fb65a2d2106226a77a9f40449c93c6bf0b5262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
startDocument()
   startDTD(name="doc", publicId="", systemId="")
      attributeDecl(eName="e", aName="a1", type="", valueDefault="", value="")
      attributeDecl(eName="e", aName="a2", type="", valueDefault="", value="")
      externalEntityDecl(name="x", publicId="", systemId="013.ent")
   endDTD()
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
      resolveEntity(publicId="", systemId="013.ent", ret={})
      skippedEntity(name="x")
   endElement(namespaceURI="", localName="doc", qName="doc")
endDocument()