1SAX.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)
15SAX.getEntity(recursive)
16SAX.getEntity(ent)
17SAX.getEntity(recursive)
18SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='enti...', 47, nmtokens='Test...', 25)
19SAX.endElementNs(attributes, NULL, NULL)
20SAX.endDocument()
21