class TemplateBuilderTextBuffer(BuilderTextBuffer): (source)
BuilderTextBuffer that is used to strip text around template instructions.| Method | __init__ |
Undocumented |
| Method | flush |
Undocumented |
| Method | lstrip |
Flag that next piece of text needs to be lstripped up to and including newline |
| Method | rstrip |
Do an rstrip on last piece of text up to and including newline |
| Method | text |
Append text @param text: text to be appended as string @implementation: must be implemented by sub-classes |
| Instance Variable | buffer |
Undocumented |
| Method | _lstrip |
Undocumented |
| Method | _rstrip |
Undocumented |
| Class Variable | _lstrip_re |
Undocumented |
| Class Variable | _rstrip_re |
Undocumented |
| Instance Variable | _lstrip_pending |
Undocumented |
Inherited from BuilderTextBuffer:
| Method | append |
No summary |
| Method | clear_text |
Undocumented |
| Method | end |
No summary |
| Method | get_text |
Undocumented |
| Method | set_text |
Undocumented |
| Method | start |
No summary |
| Instance Variable | builder |
Undocumented |
zim.parser.BuilderTextBuffer.text| Parameters | |
| text | text to be appended as string |
| Unknown Field: implementation | |
| must be implemented by sub-classes | |