blob: db36246080bfc6889539066092f5e7c268027c36 [file] [log] [blame]
Daniel Veillard71f93fc2000-07-14 14:54:24 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.comment( comment before the DTD )
Daniel Veillard39915622000-10-15 10:06:55 +00004SAX.internalSubset(doc, , )
Daniel Veillard71f93fc2000-07-14 14:54:24 +00005SAX.elementDecl(doc, 2, ...)
6SAX.comment( comment after the DTD )
7SAX.startElement(doc)
8SAX.endElement(doc)
9SAX.endDocument()