HappyDoc Generated Documentation Class: NodeList

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

NodeList interface - Provides the abstraction of an ordered collection of nodes.

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

Methods   
  __getitem__ 
__getitem__ (
        self,
        index,
        type=type,
        sts=StringTypes,
        )
  __getslice__ 
__getslice__ (
        self,
        i,
        j,
        )
  getLength 
getLength ( self )

The length of the NodeList

  item 
item ( self,  index )

Returns the index-th item in the collection

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

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