Rocket::Core::DocumentHeader Class Reference

#include <DocumentHeader.h>

Collaboration diagram for Rocket::Core::DocumentHeader:

Public Member Functions

void MergeHeader (const DocumentHeader &header)
void MergePaths (StringList &target, const StringList &source, const String &base_path)
 Merges paths from one string list to another, preserving the base_path.

Data Fields

String source
 Path and filename this document was loaded from.
String title
 The title of the document.
StringList template_resources
 A list of template resources that can used while parsing the document.
StringList rcss_inline
 Inline RCSS definitions.
StringList rcss_external
 External RCSS definitions that should be loaded.
StringList scripts_inline
 Inline script source.
StringList scripts_external
 External scripts that should be loaded.

Detailed Description

The document header struct contains the header details gathered from an XML document parse.

Author:
Lloyd Weehuizen

Member Function Documentation

void Rocket::Core::DocumentHeader::MergeHeader ( const DocumentHeader header  ) 

Merges the specified header with this one

Parameters:
header Header to merge


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