Table of Contents

Class: MartelAttributeList Martel/Parser.py

The SAX startElements take an AttributeList as the second argument. Martel's attributes can be empty, so make a simple class which doesn't do anything and which I can guarantee won't be modified.

Base Classes   
xmlreader.AttributesImpl
Methods   
__getitem__
__len__
__repr__
__str__
get
getLength
getName
getType
getValue
has_key
items
keys
values
  __getitem__ 
__getitem__ ( self,  key )

Exceptions   
IndexError, key
KeyError, key
  __len__ 
__len__ ( self )

  __repr__ 
__repr__ ( self )

  __str__ 
__str__ ( self )

  get 
get (
        self,
        key,
        alternative,
        )

  getLength 
getLength ( self )

  getName 
getName ( self,  i )

Exceptions   
IndexError, i
  getType 
getType ( self,  i )

Exceptions   
IndexError, i
  getValue 
getValue ( self,  i )

Exceptions   
IndexError, i
  has_key 
has_key ( self,  key )

  items 
items ( self )

  keys 
keys ( self )

  values 
values ( self )


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:20 2002 by HappyDoc version 2.0.1