Table of Contents
__init__ ( self )
endDocument ( self )
endElement ( self, *args )
def characters(self, s): # Note: This doesn't store the args as a tuple! self.events.append( ("characters", s) )
error ( self, *args )
fatalError ( self, *args )
startDocument ( self )
startElement ( self, *args )