Daniel Veillard | 7c1206f | 1999-10-14 09:10:25 +0000 | [diff] [blame] | 1 | SAX.setDocumentLocator() |
| 2 | SAX.startDocument() |
Daniel Veillard | 3991562 | 2000-10-15 10:06:55 +0000 | [diff] [blame] | 3 | SAX.internalSubset(doc, , ) |
Daniel Veillard | 7c1206f | 1999-10-14 09:10:25 +0000 | [diff] [blame] | 4 | SAX.entityDecl(lt, 1, (null), (null), <) |
| 5 | SAX.getEntity(lt) |
| 6 | SAX.entityDecl(gt, 1, (null), (null), >) |
| 7 | SAX.getEntity(gt) |
| 8 | SAX.entityDecl(amp, 1, (null), (null), &) |
| 9 | SAX.getEntity(amp) |
| 10 | SAX.entityDecl(apos, 1, (null), (null), ') |
| 11 | SAX.getEntity(apos) |
| 12 | SAX.entityDecl(quot, 1, (null), (null), ") |
| 13 | SAX.getEntity(quot) |
| 14 | SAX.startElement(doc) |
| 15 | SAX.endElement(doc) |
| 16 | SAX.endDocument() |