The IDLffXMLSAX::AttributeDecl procedure method is called when the parser detects an <!ATTLIST ...> declaration in a DTD. This method is called once for each attribute declared by the tag.
Obj->[IDLffXMLSAX::]AttributeDecl, eName, aName, Type, Mode, Value
A string containing the name of the element for which the attribute is being declared.
A string containing the name of the attribute being declared.
A string that specifying the type of attribute being defined. Possible values are:
or two types of enumerated values. Enumerated values are encoded with parenthesized strings such as (a|b|c) to indicate that strings a, b, or c are permissible. If the string is an enumeration of notation names, the string "NOTATION " (note the space after the second “N”) precedes the parenthesized string.
A string specifying restrictions on the value of the attribute. Possible values are:
A string containing the default value for the attribute. If Value contains an empty string, no default value was specified.
None
5.6 |
Introduced |