if (isIgnoreDTD()) return;
this.docType = CDTDParser.parseDoctype(content, this.documentURI,
new CDom2HTMLDocument());
Map entities = this.docType.getKnownEntities();
this.codec = new CEntityCoDec(entities);
if ((this.cHandler != null)
&& (this.cHandler instanceof DefaultHandler2)) {
((DefaultHandler2) this.cHandler).startDTD(this.docType
.getName(), this.docType.getPublicId(), this.docType