1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/intsubset.xml.sax

10 lines
213 B
Plaintext
Raw Normal View History

SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(root, , )
SAX.elementDecl(root, 1, ...)
SAX.comment( " )
SAX.externalSubset(root, , )
SAX.startElement(root)
SAX.endElement(root)
SAX.endDocument()