blob: 3cf024e6bdeb37b667b6d8277347c3a7bd290935 [file] [log] [blame]
SAX.setDocumentLocator()
SAX.startDocument()
SAX.comment( comment before the DTD )
SAX.internalSubset(doc, (null), (null))
SAX.elementDecl(doc, 2, ...)
SAX.comment( comment after the DTD )
SAX.startElement(doc)
SAX.endElement(doc)
SAX.endDocument()