mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-30 13:17:37 +03:00
7c1206fc06
Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElement(dia:diagram, xmlns:dia='http://www.lysator.liu.se/~alla/dia/', dia:testattr='test')
|
|
SAX.endElement(dia:diagram)
|
|
SAX.endDocument()
|