public attributeDecl(elementName as String, attributeName as String, type as String, mode as String, value as String) as Void throws SAXException
Reports an attribute declaration.
handler.attributeDecl("book", "id", "ID", "#REQUIRED", null)