mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElementNs(title, NULL, NULL, 0, 0, 0)
|
|
SAX.characters(my title, 8)
|
|
SAX.endElementNs(title, NULL, NULL)
|
|
SAX.endDocument()
|