class documentation

class SimplerXMLGenerator(XMLGenerator):

View In Hierarchy

Undocumented

Method add​Quick​Element Convenience method for adding an element with no children
Method characters Undocumented
Method start​Element Undocumented
def addQuickElement(self, name, contents=None, attrs=None):
Convenience method for adding an element with no children
def characters(self, content):

Undocumented

def startElement(self, name, attrs):

Undocumented