1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

9 lines
217 B
Plaintext
Raw Normal View History

1999-06-02 17:44:04 +00:00
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(doc, , )
1999-06-02 17:44:04 +00:00
SAX.elementDecl(doc, 3, ...)
SAX.attributeDecl(doc, val, 1, 3, NULL, ...)
1999-06-02 17:44:04 +00:00
SAX.startElement(doc, val='v1')
SAX.endElement(doc)
SAX.endDocument()