/* */ public void internalEntityDecl(String name, String value)
/* */ throws SAXException
/* */ {
/* 540 */ if (this.internalDTDsubset) {
/* 541 */ if (this.includeInternalDTDDeclarations) {
/* 542 */ addDTDDeclaration(new InternalEntityDecl(name, value));
/* */ }
/* */ }
/* 545 */ else if (this.includeExternalDTDDeclarations)
/* 546 */ addExternalDTDDeclaration(new InternalEntityDecl(name, value));
/* */ }