1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/ns5.sax

12 lines
285 B
Plaintext
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(element, name='foo', xmlns:rng='http://example.org/ns/1', xmlns='http://example.org/ns/1')
SAX.characters(
, 3)
SAX.startElement(empty)
SAX.endElement(empty)
SAX.characters(
, 1)
SAX.endElement(element)
SAX.endDocument()