public attributeDecl(elementName as String, attributeName as String, type as String, mode as String, value as String) as Void throws SAXException:
Receives an attribute declaration from the DTD.
handler.attributeDecl("book", "id", "ID", "#IMPLIED", null)