Package xml :: Package dom :: Module minidom :: Class ReadOnlySequentialNamedNodeMap
[hide private]
[frames] | no frames]

Class ReadOnlySequentialNamedNodeMap

object --+
         |
        ReadOnlySequentialNamedNodeMap

Instance Methods [hide private]
 
__init__(self, seq=())
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__len__(self)
 
_get_length(self)
 
getNamedItem(self, name)
 
getNamedItemNS(self, namespaceURI, localName)
 
__getitem__(self, name_or_tuple)
 
item(self, index)
 
removeNamedItem(self, name)
 
removeNamedItemNS(self, namespaceURI, localName)
 
setNamedItem(self, node)
 
setNamedItemNS(self, node)
 
__getstate__(self)
 
__setstate__(self, state)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  _seq
  length
Number of entries in the NamedNodeMap.

Inherited from object: __class__

Method Details [hide private]

__init__(self, seq=())
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

length

Number of entries in the NamedNodeMap.

Get Method:
_get_length(self)
Set Method:
unreachable.set(self, value, name='length')