mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-11-27 06:00:35 +00:00
11 lines
265 B
Plaintext
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()
|