1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 21:55:05 +03:00
libxml2/SAXresult/ent5

8 lines
164 B
Plaintext
Raw Normal View History

1999-06-02 21:44:04 +04:00
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(EXAMPLE)
SAX.characters(
This is an inverted excla, 67)
1999-06-02 21:44:04 +04:00
SAX.endElement(EXAMPLE)
SAX.endDocument()