class documentation

class TemplateTreeBuilder(SimpleTreeBuilder): (source)

View In Hierarchy

Sub-class of SimpleTreeBuilder. This class implements a special case for the "BLOCK" element and always places it in the top level of the parse tree
Method __init__ Undocumented
Method start No summary

Inherited from SimpleTreeBuilder:

Method append No summary
Method end No summary
Method get_root Undocumented
Method text Append text @param text: text to be appended as string @implementation: must be implemented by sub-classes
Instance Variable elementfactory Undocumented
Instance Variable merge_text Undocumented
Instance Variable root Undocumented
Instance Variable stack Undocumented
def __init__(self): (source)

Undocumented

def start(self, tag, attrib=None): (source)
Start formatted region
Parameters
tagthe tag name
attriboptional dict with attributes
Unknown Field: implementation
must be implemented by sub-classes