class documentation

class SimplerXMLGenerator(XMLGenerator): (source)

View In Hierarchy

Undocumented

Method addQuickElement Convenience method for adding an element with no children
Method characters Undocumented
Method startElement Undocumented
def addQuickElement(self, name, contents=None, attrs=None): (source)

Convenience method for adding an element with no children

def characters(self, content): (source)

Undocumented

def startElement(self, name, attrs): (source)

Undocumented