Public Types | |
enum | what_type { whatProlog, whatTag, whatTagEnd, whatAttribute, whatCharData } |
Public Member Functions | |
Controller (const Controller &c) | |
Controller (const what_type _what) | |
template<class t> | |
Controller (const what_type _what, const t &_str) | |
Public Attributes | |
what_type | what |
std::string | str |
Definition at line 40 of file xmlwriter.h.
Definition at line 41 of file xmlwriter.h.