void parseCssStyles(const std::string &path, const std::string &name, FormatterFactory *formatterFactory, std::string &bodyBgColor)
for css style files
Definition: stylecssparser.cc:1955
void parseStyles(const std::string &path, const std::string &name, FormatterFactory *formatterFactory, std::string &bodyBgColor)
Parses the specified style file, and creates the corresponding formatters, using the passed Formatter...
Definition: styleparser.cc:2002