summaryrefslogtreecommitdiff
path: root/SAXresult/ent6
blob: cccd9991c8fca9fcf1df52b7d96fcbc56e545e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.startElement(doc)
SAX.endElement(doc)
SAX.endDocument()