mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-30 13:17:37 +03:00
7 lines
137 B
XML
7 lines
137 B
XML
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElement(title)
|
|
SAX.characters(my title, 8)
|
|
SAX.endElement(title)
|
|
SAX.endDocument()
|