2 #ifndef CHEPREP_XMLWRITER_H
3 #define CHEPREP_XMLWRITER_H 1
29 void referToDTD(std::string
name, std::string pid, std::string ref);
30 void referToDTD(std::string name, std::string system);
34 void print(std::string text);
41 void setAttribute(std::string name, std::vector<double> value);
75 std::map<std::string, std::string> attributes;
76 std::stack<std::string> openTags;