mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-30 13:17:37 +03:00
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElement(doc, attr='to normalize with a space')
|
|
SAX.endElement(doc)
|
|
SAX.endDocument()
|