Inheritance diagram for highlight::XslFoGenerator:

Public Member Functions | |
| bool | initStyle (const string &stylePath) |
| string | getHeader (const string &title) |
| string | getFooter () |
| void | printBody () |
| void | setFopCompatible (bool flag) |
It contains information about the resulting document structure (document header and footer), the colour system, white space handling and text formatting attributes.
| bool highlight::XslFoGenerator::initStyle | ( | const string & | stylePath | ) | [virtual] |
Define colour style information
| stylePath | Path of style description file |
Reimplemented from highlight::CodeGenerator.
| string highlight::XslFoGenerator::getHeader | ( | const string & | title | ) | [virtual] |
| string highlight::XslFoGenerator::getFooter | ( | ) | [virtual] |
Prints document footer
Implements highlight::CodeGenerator.
| void highlight::XslFoGenerator::printBody | ( | ) | [virtual] |
Prints document body
Implements highlight::CodeGenerator.
| void highlight::XslFoGenerator::setFopCompatible | ( | bool | flag | ) | [inline] |
| flag | set true if XSL output should be compatible with Apache FOP |
1.5.2