summaryrefslogtreecommitdiff
path: root/result/ent11.sax2
blob: e80778f1c73ebc80e414a83be3b2b48f19e71780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(doc, , )
SAX.entityDecl(newl, 1, (null), (null), 
)
SAX.getEntity(newl)
SAX.externalSubset(doc, , )
SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
SAX.getEntity(newl)
SAX.characters(
, 1)
SAX.reference(newl)
SAX.endElementNs(doc, NULL, NULL)
SAX.endDocument()