Daniel Veillard | 71f93fc | 2000-07-14 14:54:24 +0000 | [diff] [blame] | 1 | SAX.setDocumentLocator() |
2 | SAX.startDocument() | ||||
3 | SAX.comment( comment before the DTD ) | ||||
Daniel Veillard | 3991562 | 2000-10-15 10:06:55 +0000 | [diff] [blame] | 4 | SAX.internalSubset(doc, , ) |
Daniel Veillard | 71f93fc | 2000-07-14 14:54:24 +0000 | [diff] [blame] | 5 | SAX.elementDecl(doc, 2, ...) |
6 | SAX.comment( comment after the DTD ) | ||||
7 | SAX.startElement(doc) | ||||
8 | SAX.endElement(doc) | ||||
9 | SAX.endDocument() |