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