xmlsom::XMLSOMWriter Class Reference

#include <xmlsomwriter.h>

List of all members.

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


Detailed Description

Author:
root

The documentation for this class was generated from the following file:
Generated on Tue Aug 7 16:03:33 2007 for SOMCode by  doxygen 1.5.3