mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
![]() |
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()
|