/* */ }
/* */
/* */ public void externalEntityDecl(String name, String publicId, String sysId)
/* */ throws SAXException
/* */ {
/* 575 */ ExternalEntityDecl declaration = new ExternalEntityDecl(name, publicId, sysId);
/* */
/* 578 */ if (this.internalDTDsubset) {
/* 579 */ if (this.includeInternalDTDDeclarations) {
/* 580 */ addDTDDeclaration(declaration);
/* */ }