summaryrefslogtreecommitdiff
path: root/result/dtd13.sax
blob: 5b1245f4a9de64461615f79df035ee24b152dd81 (plain)
1
2
3
4
5
6
7
8
9
10
SAX.setDocumentLocator()
SAX.startDocument()
SAX.comment( comment before the DTD )
SAX.internalSubset(doc, , )
SAX.elementDecl(doc, 2, ...)
SAX.externalSubset(doc, , )
SAX.comment( comment after the DTD )
SAX.startElement(doc)
SAX.endElement(doc)
SAX.endDocument()