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