summaryrefslogtreecommitdiff
path: root/result/ent6.sax2
blob: a70d0bb4f544e93e8e1a7f4b79f83a35e4992e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(doc, , )
SAX.entityDecl(lt, 1, (null), (null), <)
SAX.getEntity(lt)
SAX.entityDecl(gt, 1, (null), (null), >)
SAX.getEntity(gt)
SAX.entityDecl(amp, 1, (null), (null), &)
SAX.getEntity(amp)
SAX.entityDecl(apos, 1, (null), (null), ')
SAX.getEntity(apos)
SAX.entityDecl(quot, 1, (null), (null), ")
SAX.getEntity(quot)
SAX.externalSubset(doc, , )
SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
SAX.endElementNs(doc, NULL, NULL)
SAX.endDocument()