Package xml :: Package sax :: Module xmlreader :: Class AttributesNSImpl
[hide private]
[frames] | no frames]

_ClassType AttributesNSImpl

AttributesImpl --+
                 |
                AttributesNSImpl

Instance Methods [hide private]
 
__init__(self, attrs, qnames)
NS-aware implementation.
 
getValueByQName(self, name)
 
getNameByQName(self, name)
 
getQNameByName(self, name)
 
getQNames(self)
 
copy(self)

Inherited from AttributesImpl: __contains__, __getitem__, __len__, get, getLength, getNames, getType, getValue, has_key, items, keys, values

Method Details [hide private]

__init__(self, attrs, qnames)
(Constructor)

 

NS-aware implementation.

attrs should be of the form {(ns_uri, lname): value, ...}. qnames of the form {(ns_uri, lname): qname, ...}.

Overrides: AttributesImpl.__init__

getValueByQName(self, name)

 
Overrides: AttributesImpl.getValueByQName

getNameByQName(self, name)

 
Overrides: AttributesImpl.getNameByQName

getQNameByName(self, name)

 
Overrides: AttributesImpl.getQNameByName

getQNames(self)

 
Overrides: AttributesImpl.getQNames

copy(self)

 
Overrides: AttributesImpl.copy