class TemplateTreeBuilder(SimpleTreeBuilder): (source)
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 |
zim.parser.SimpleTreeBuilder.start| Parameters | |
| tag | the tag name |
| attrib | optional dict with attributes |
| Unknown Field: implementation | |
| must be implemented by sub-classes | |