HappyDoc Generated Documentation Class: NamedNodeMap

HappyDoc3-r3_1 / happydoclib / docstring / StructuredText / STDOM.py / NamedNodeMap 

NamedNodeMap interface - Is used to represent collections of nodes that can be accessed by name. NamedNodeMaps are not maintained in any particular order.

Python extensions: can use sequence-style len, getitem, and for..in constructs, and mapping-style getitem.

Methods   
  __getitem__ 
__getitem__ ( self,  key )
  getLength 
getLength ( self )

The length of the NodeList

  getNamedItem 
getNamedItem ( self,  name )

Retrieves a node specified by name. Parameters: name Name of a node to retrieve. Return Value A Node (of any type) with the specified name, or None if the specified name did not identify any node in the map.

  _get_NamedItem 
_get_NamedItem ( self,  name )
  item 
item ( self,  index )

Returns the index-th item in the map

  __init__ 
__init__ ( self,  data=None )
  _get_Length 
_get_Length ( self )

This document was automatically generated Tue Dec 5 08:31:12 2006 by HappyDoc version 3.1