blob: f4db2a81267bbfd0eb8ec32e6a3f20230be3931f [file] [log] [blame]
Daniel Veillard4a5a9642005-06-27 10:40:55 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(root, , )
4SAX.elementDecl(root, 1, ...)
5SAX.comment( " )
6SAX.externalSubset(root, , )
7SAX.startElementNs(root, NULL, NULL, 0, 0, 0)
8SAX.endElementNs(root, NULL, NULL)
9SAX.endDocument()