/* */ public void attributeDecl(String eName, String aName, String type, String valueDefault, String val)
/* */ throws SAXException
/* */ {
/* 504 */ if (this.internalDTDsubset) {
/* 505 */ if (this.includeInternalDTDDeclarations) {
/* 506 */ addDTDDeclaration(new AttributeDecl(eName, aName, type, valueDefault, val));
/* */ }
/* */
/* */ }
/* 510 */ else if (this.includeExternalDTDDeclarations)
/* 511 */ addExternalDTDDeclaration(new AttributeDecl(eName, aName, type, valueDefault, val));
/* */ }