/ . / DBPuppet / sfld.py / SFLDXMLHandler
getStructure ( self )
endElement ( self, name )
function called when an end tag is encountered
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 ( self, data )
function called to deal with the information stored between a start tag and an end tag
getCmds ( self )
__init__ ( self )