mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-06 05:57:39 +03:00
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
|
SAX.setDocumentLocator()
|
||
|
SAX.startDocument()
|
||
|
SAX.startElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace', 0, 0, 0)
|
||
|
SAX.endElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace')
|
||
|
SAX.endDocument()
|