| Typist documentation | view source | Contained in the Typist distribution. |
Typist::Builder - Compilation and building of templates into output
Constructor. Instaniates a new object
Compiles a template into a tree of text and tag tokens.
Requires a Typist::Template::Context object and a string containing all the template markup.
Builds a template into output. The builder works it way through the tokens tree calling the associated tag handlers along the way and assembling the output.
Requires a Typist::Template::Context object and an ARRAY
reference containing a tokenized template presumably
generated by the compile method. A third parameter, a
HASH reference containing flags for conditional tags may
optionally be passed in. If one is not an empty HASH
reference is created.
| Typist documentation | view source | Contained in the Typist distribution. |