mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-16 02:50:07 +03:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
|
SAX.setDocumentLocator()
|
||
|
SAX.startDocument()
|
||
|
SAX.startElement(foo)
|
||
|
SAX.endElement(foo)
|
||
|
SAX.endDocument()
|