9 #ifndef STYLEFILEPARSER_H_
10 #define STYLEFILEPARSER_H_
14 #include "formatterfactory.h"
59 static void parseStyleFile(
const std::string &path,
const std::string &name,
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
static void parseCssStyleFile(const std::string &name, FormatterFactory *formatterFactory, std::string &bodyBgColor)
Parses the specified css style file, and creates the corresponding formatters, using the passed Forma...
Definition: stylefileparser.cpp:24
A utility class with static methods to parse style files.
Definition: stylefileparser.h:21
static void parseStyleFile(const std::string &name, FormatterFactory *formatterFactory, std::string &bodyBgColor)
Parses the specified style file, and creates the corresponding formatters, using the passed Formatter...
Definition: stylefileparser.cpp:19