| 11136 | } |
| 11137 | |
| 11138 | XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) |
| 11139 | { |
| 11140 | writeDeclaration(); |
| 11141 | } |
| 11142 | |
| 11143 | XmlWriter::~XmlWriter() { |
| 11144 | while( !m_tags.empty() ) |
nothing calls this directly
no outgoing calls
no test coverage detected