Rocket::Core::Template Class Reference

#include <Template.h>

Collaboration diagram for Rocket::Core::Template:

Public Member Functions

bool Load (Stream *stream)
 Load a template from the given stream.
const StringGetName () const
 Get the ID of the template.
ElementParseTemplate (Element *element)
const DocumentHeaderGetHeader ()
 Get the template header.

Detailed Description

Contains a RML template. The Header is stored in parsed form, body in an unparsed stream.

Author:
Lloyd Weehuizen

Member Function Documentation

Element * Rocket::Core::Template::ParseTemplate ( Element element  ) 

Parse the template into the given element

Parameters:
element Element to parse into
Returns:
The element to continue the parse from


The documentation for this class was generated from the following files: