This module defines the main parser for template text.
See also the expressionparser sub-module for the parser for expressions in the template.
| Class | TemplateBuilderTextBuffer |
Sub class of BuilderTextBuffer that is used to strip text around template instructions. |
| Class | TemplateParser |
The parser to parse template files into a hierarchic tree of instructions. |
| Class | TemplateTreeBuilder |
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 |