blob: 3e8cfd923f12d86d7d589ba6d85b7bea9a629c73 [file] [log] [blame]
Daniel Veillard97c9ce22008-03-25 16:52:41 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(attributes, , )
4SAX.elementDecl(attributes, 1, ...)
5SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...)
6SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...)
7SAX.entityDecl(ent, 1, (null), (null), entity&recursive; )
8SAX.getEntity(ent)
9SAX.entityDecl(recursive, 1, (null), (null), reference)
10SAX.getEntity(recursive)
11SAX.externalSubset(attributes, , )
12SAX.getEntity(ent)
13SAX.getEntity(recursive)
14SAX.getEntity(ent)
Daniel Veillard97c9ce22008-03-25 16:52:41 +000015SAX.getEntity(ent)
Daniel Veillard97c9ce22008-03-25 16:52:41 +000016SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25)
17SAX.endElementNs(attributes, NULL, NULL)
18SAX.endDocument()