#include <Template.h>

Public Member Functions | |
| bool | Load (Stream *stream) |
| Load a template from the given stream. | |
| const String & | GetName () const |
| Get the ID of the template. | |
| Element * | ParseTemplate (Element *element) |
| const DocumentHeader * | GetHeader () |
| Get the template header. | |
Parse the template into the given element
| element | Element to parse into |