#include <MlpConfig.hpp>
Public Member Functions | |
MlpConfig () | |
constructor | |
~MlpConfig () | |
destructor | |
void | setDTDpath (std::string path) |
std::string | getDTDpath () const |
MlpConfig & | operator= (const MlpConfig &other) |
Class that contains configuration for MLP Parser.
MlpConfig::MlpConfig | ( | ) |
constructor
Constructor
Emtpy constructor
MlpConfig::~MlpConfig | ( | ) |
destructor
Destructor
Emtpy destructor
std::string MlpConfig::getDTDpath | ( | ) | const |
DTDpath getter
void MlpConfig::setDTDpath | ( | std::string | path | ) |
DTDpath setter