~gabriel1984sibiu/minitube/qt5.6

« back to all changes in this revision

Viewing changes to tests/auto/xml/sax/qxmlsimplereader/xmldocs/valid/sa/091.xml.ref

  • Committer: Grevutiu Gabriel
  • Date: 2017-06-13 08:43:17 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170613084317-ek0zqe0u9g3ocvi8
OriginalĀ upstreamĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
setDocumentLocator(locator={columnNumber=1, lineNumber=1})
 
2
startDocument()
 
3
   startDTD(name="doc", publicId="", systemId="")
 
4
      notationDecl(name="n", publicId="", systemId="http://www.w3.org/")
 
5
      unparsedEntityDecl(name="e", publicId="", systemId="http://www.w3.org/", notationName="n")
 
6
      attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="")
 
7
   endDTD()
 
8
   startElement(namespaceURI="", localName="doc", qName="doc", atts=[])
 
9
   endElement(namespaceURI="", localName="doc", qName="doc")
 
10
endDocument()