1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-11 01:58:56 +03:00
1999-06-02 17:44:04 +00:00

9 lines
231 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(doc, (null), (null))
SAX.elementDecl(doc, 3, ...)
SAX.attributeDecl(doc, val, 1, 3, (null), ...)
SAX.startElement(doc, val='v1')
SAX.endElement(doc)
SAX.endDocument()