blob: a92e2b752d6833cad877bde485896e3795709670 [file] [log] [blame]
Daniel Veillard036143b2004-02-12 11:57:52 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(root, , )
4SAX.elementDecl(root, 1, ...)
5SAX.comment( " )
6SAX.externalSubset(root, , )
7SAX.startElement(root)
8SAX.endElement(root)
9SAX.endDocument()