[ Web Proxy ]
URL:
Viewing: https://docs.python.org/2.2/lib/attributes-ns-objects.html [Back]  [Original]

13.12.6 The AttributesNS Interface

 
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:

getValueByQName(name)
Return the value for a qualified name.

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

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

getQNames()
Return the qualified names of all attributes.
See About this document... for information on suggesting changes.
Web Proxy Viewer  |  New URL  |  Original Page