13.6.2.7 Attr Objects

Python 2.4

13.6.2.7 Attr Objects

Attr inherits from Node, so inherits all its attributes.

The attribute name. In a namespace-using document it may have colons in it.

The part of the name following the colon if there is one, else the entire name. This is a read-only attribute.

The part of the name preceding the colon if there is one, else the empty string.

See About this document... for information on suggesting changes.