mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElement(doc, attr='to normalize with a space')
|
|
SAX.endElement(doc)
|
|
SAX.endDocument()
|