darling-libxml2/libxml2/result/dtd13.sax
2020-07-01 10:58:33 -04:00

11 lines
265 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.comment( comment before the DTD )
SAX.internalSubset(doc, , )
SAX.elementDecl(doc, 2, ...)
SAX.externalSubset(doc, , )
SAX.comment( comment after the DTD )
SAX.startElement(doc)
SAX.endElement(doc)
SAX.endDocument()