mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElementNs(foo, NULL, NULL, 0, 0, 0)
|
|
SAX.characters(
|
|
Text with EUC-JP chars at pos, 170)
|
|
SAX.characters(駪槗___
|
|
_, 11)
|
|
SAX.endElementNs(foo, NULL, NULL)
|
|
SAX.endDocument()
|