HappyDoc Generated Documentation Class: SFLDXMLHandler

. / DBPuppet / sfld.py / SFLDXMLHandler 

This is a Handler class used to parse the XML files supplied by the sfld It is completely dependent on a previously decided XML format.

Base Classes   

SFLDXMLHandler
  xml.sax.handler.ContentHandler

Methods   
  getStructure 
getStructure ( self )
  endElement 
endElement ( self,  name )

function called when an end tag is encountered

  startElement 
startElement (
        self,
        name,
        attrs,
        )

this function is always called when a start tag is encountered it is up to you to determine what tag it is, and do something accordingly

  characters 
characters ( self,  data )

function called to deal with the information stored between a start tag and an end tag

  getCmds 
getCmds ( self )
  __init__ 
__init__ ( self )

This document was automatically generated Thu Nov 15 14:08:51 2007 by HappyDoc version 3.0.a1