17#ifndef __albaHTMLTemplateParser_H__
18#define __albaHTMLTemplateParser_H__
class name: albaHTMLTemplateParserBlock sub-class for Template parsing used by albaHTMLTemplateParser
class name: albaHTMLTemplateParser class for Template parsing of a text file/string (typically an htm...
wxString GetOutputString()
Return the Parsed output.
void SetTemplateFromString(wxString templateString)
Set the template from a string.
void Parse()
Template parsing Updates all the structures and generate internal output Note: this function must b...
albaHTMLTemplateParser()
constructor
void WriteOutputFile(wxString filename)
Writes the output to disk.
void SetTemplateFromFile(wxString filename)
Set the template from a file.
~albaHTMLTemplateParser()
destructor