Public Member Functions | |
string | getHeader () |
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::AnsiGenerator::getFooter | ( | ) | [virtual] |
Prints document footer
Implements highlight::CodeGenerator.
string highlight::AnsiGenerator::getHeader | ( | ) | [virtual] |
prints document header
Implements highlight::CodeGenerator.
void highlight::AnsiGenerator::printBody | ( | ) | [virtual] |
Prints document body
Implements highlight::CodeGenerator.
References highlight::CodeGenerator::processRootState().