Hash : 97fea18b Author : Date : 1999-06-26T23:07:37
Allocate a per-parser SAX table, correct the SAX results, Daniel.
Download
1 2 3 4 5 6 7
SAX.setDocumentLocator() SAX.startDocument() SAX.internalSubset(doc, (null), (null)) SAX.elementDecl(doc, 1, ...) SAX.startElement(doc) SAX.endElement(doc) SAX.endDocument()