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.
| Parameter | Description |
|---|---|
elementName | Declaring element name. |
attributeName | Attribute name. |
type | Attribute type. |
mode | Defaulting mode, or null. |
value | Default value, or null. |
handler.attributeDecl("book", "id", "ID", "#IMPLIED", null)