|
Public Member Functions |
| XMLSOMWriter (std::string fileName) throw (std::exception) |
virtual void | startDocument () throw (std::exception) |
virtual void | startElement (const std::string &name, const std::map< std::string, std::string > &attrs) throw (std::exception) |
virtual void | startElement (const std::string &name) throw (std::exception) |
virtual void | writeElement (const std::string &name, const std::string &value, const std::map< std::string, std::string > &attrs) throw (std::exception) |
virtual void | writeElement (const std::string &name, const std::string &value) throw (std::exception) |
virtual void | endElement () throw (std::exception) |
virtual void | endDocument () throw (std::exception) |
Protected Member Functions |
void | writeAttributes (const std::map< std::string, std::string > *attrs) throw (std::exception) |
Protected Attributes |
std::string | filename |
XMLWriterState | status |
xmlTextWriterPtr | writer |