Daniel Veillard | 97c9ce2 | 2008-03-25 16:52:41 +0000 | [diff] [blame] | 1 | SAX.setDocumentLocator() |
| 2 | SAX.startDocument() |
| 3 | SAX.internalSubset(attributes, , ) |
| 4 | SAX.elementDecl(attributes, 1, ...) |
| 5 | SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...) |
| 6 | SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...) |
| 7 | SAX.entityDecl(ent, 1, (null), (null), entity&recursive; ) |
| 8 | SAX.getEntity(ent) |
| 9 | SAX.entityDecl(recursive, 1, (null), (null), reference) |
| 10 | SAX.getEntity(recursive) |
| 11 | SAX.externalSubset(attributes, , ) |
| 12 | SAX.getEntity(ent) |
| 13 | SAX.getEntity(recursive) |
| 14 | SAX.getEntity(ent) |
Daniel Veillard | 97c9ce2 | 2008-03-25 16:52:41 +0000 | [diff] [blame] | 15 | SAX.getEntity(ent) |
Daniel Veillard | 97c9ce2 | 2008-03-25 16:52:41 +0000 | [diff] [blame] | 16 | SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25) |
| 17 | SAX.endElementNs(attributes, NULL, NULL) |
| 18 | SAX.endDocument() |