mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-19 10:03:34 +03:00
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
|
SAX.setDocumentLocator()
|
||
|
SAX.startDocument()
|
||
|
SAX.internalSubset(root, , )
|
||
|
SAX.elementDecl(root, 1, ...)
|
||
|
SAX.comment( " )
|
||
|
SAX.externalSubset(root, , )
|
||
|
SAX.startElement(root)
|
||
|
SAX.endElement(root)
|
||
|
SAX.endDocument()
|