Inheritance diagram for highlight::XmlGenerator:
Public Member Functions | |
string | getHeader (const string &title) |
string | getFooter () |
void | printBody () |
It contains information about the resulting document structure (document header and footer), the colour system, white space handling and text formatting attributes.
string highlight::XmlGenerator::getHeader | ( | const string & | title | ) | [virtual] |
string highlight::XmlGenerator::getFooter | ( | ) | [virtual] |
Prints document footer
Implements highlight::CodeGenerator.
void highlight::XmlGenerator::printBody | ( | ) | [virtual] |
Prints document body
Implements highlight::CodeGenerator.