13.8.5 AttributesImpl Objects
AttributesImpl objects implement a portion of the mapping
protocol, and the methods copy(), get(),
has_key(), items(), keys(), and
values(). The following methods are also provided:
AttributesImplgetLength()
- Return the number of attributes.
AttributesImplgetNames()
- Return the names of the attributes.
AttributesImplgetType(name)
- Returns the type of the attribute name, which is normally
'CDATA'.
AttributesImplgetValue(name)
- Return the value of attribute name.