mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
12 lines
450 B
Plaintext
12 lines
450 B
Plaintext
|
SAX.setDocumentLocator()
|
||
|
SAX.startDocument()
|
||
|
SAX.startElementNs(element, NULL, 'http://example.org/ns/1', 2, xmlns:rng='http://example.org/ns/1', xmlns='http://example.org/ns/1', 1, 0, name='foo"...', 3)
|
||
|
SAX.characters(
|
||
|
, 3)
|
||
|
SAX.startElementNs(empty, NULL, 'http://example.org/ns/1', 0, 0, 0)
|
||
|
SAX.endElementNs(empty, NULL, 'http://example.org/ns/1')
|
||
|
SAX.characters(
|
||
|
, 1)
|
||
|
SAX.endElementNs(element, NULL, 'http://example.org/ns/1')
|
||
|
SAX.endDocument()
|