The attribute list is a transient interface to the underlying dictionaries. Mutations here will change the underlying element's dictionary.
Ordering is imposed artificially and does not reflect the order of attributes as found in an input document.
There are no implemented interfaces.
length
(type:
property
)
<property object at 0x407e039c>
get(name, value=None)
getNamedItem(name)
getNamedItemNS(namespaceURI, localName)
has_key(key)
item(index)
items()
itemsNS()
keys()
keysNS()
removeNamedItem(name)
removeNamedItemNS(namespaceURI, localName)
setNamedItem(node)
setNamedItemNS(node)
values()
There are no known subclasses.