attributes property

attributes property

A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.

Definition:

@property
def attributes(self):
    ...

See Also