Table of Contents

Class: Dispatcher Martel/Dispatch.py

Adapter from the standard SAX events

Base Classes   
handler.ContentHandler
DispatchHandler
Methods   
__init__
acquire
characters
endDocument
endElement
get_characters
save_characters
startDocument
startElement
uses_tags
  __init__ 
__init__ (
        self,
        prefix="",
        remap={},
        )

  acquire 
acquire (
        self,
        obj,
        prefix="",
        )

  characters 
characters ( self,  s )

  endDocument 
endDocument ( self )

  endElement 
endElement ( self,  tag )

  get_characters 
get_characters ( self )

  save_characters 
save_characters ( self )

Stack-based way for the handlers to get data without stepping on each other's toes -- so long as the calls are balanced!

  startDocument 
startDocument ( self )

Dispatch events to the appropriate handlers

  startElement 
startElement (
        self,
        tag,
        attrs,
        )

  uses_tags 
uses_tags ( self )


Table of Contents

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