1 SAX.setDocumentLocator()
3 SAX.internalSubset(root, , )
4 SAX.entityDecl(foo, 1, (null), (null), abc)
6 SAX.entityDecl(bar, 1, (null), (null), def)
8 SAX.externalSubset(root, , )
10 SAX.startElementNs(root, NULL, NULL, 0, 1, 0, attribute='&foo...', 5)
13 SAX.startElementNs(element, NULL, NULL, 0, 0, 0)
15 SAX.characters(def, 3)
17 SAX.endElementNs(element, NULL, NULL)
20 SAX.endElementNs(root, NULL, NULL)