1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-12 09:17:37 +03:00
libxml2/result/tstblanks.xml.sax2

7 lines
184 B
Plaintext
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(a, NULL, NULL, 0, 1, 0, test='pass...', 6)
SAX.characters(content, 7)
SAX.endElementNs(a, NULL, NULL)
SAX.endDocument()