blob: a70d0bb4f544e93e8e1a7f4b79f83a35e4992e22 [file] [log] [blame]
Daniel Veillard4a5a9642005-06-27 10:40:55 +00001SAX.setDocumentLocator()
2SAX.startDocument()
3SAX.internalSubset(doc, , )
4SAX.entityDecl(lt, 1, (null), (null), <)
5SAX.getEntity(lt)
6SAX.entityDecl(gt, 1, (null), (null), >)
7SAX.getEntity(gt)
8SAX.entityDecl(amp, 1, (null), (null), &)
9SAX.getEntity(amp)
10SAX.entityDecl(apos, 1, (null), (null), ')
11SAX.getEntity(apos)
12SAX.entityDecl(quot, 1, (null), (null), ")
13SAX.getEntity(quot)
14SAX.externalSubset(doc, , )
15SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
16SAX.endElementNs(doc, NULL, NULL)
17SAX.endDocument()