| Class | Description |
|---|---|
| FixedNode |
A
FixedNode represents the text outside of the {% ... |
| Node |
Base class for nodes in the abstract syntax tree.
|
| RootNode |
Special node that represents the root of the syntax tree.
|
| TagNode |
A
TagNode represents a node of the form "{% tagname foo %}" where "tagname" is the name of the tag and "foo"
is the parameters. |
| TemplateParser |