13.12.6 The AttributesNS Interface

Python 2.2

13.12.6 The AttributesNS Interface

This interface is a subtype of the Attributes interface (see section 13.12.5). All methods supported by that interface are also available on AttributesNS objects.

The following methods are also available:

Return the value for a qualified name.

Return the (namespace, localname) pair for a qualified name.

Return the qualified name for a (namespace, localname) pair.

Return the qualified names of all attributes.
See About this document... for information on suggesting changes.