Python Library Reference
Previous:
13.12.5 AttributesImpl Objects
Up:
13.12 xml.sax.xmlreader
Next:
13.13 xmllib
13.12.6 AttributesNSImpl Objects
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.
Release 2.3a0, documentation updated on March 24, 2002.
See
About this document...
for information on suggesting changes.