| 15303 | } |
| 15304 | |
| 15305 | XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) |
| 15306 | { |
| 15307 | writeDeclaration(); |
| 15308 | } |
| 15309 | |
| 15310 | XmlWriter::~XmlWriter() { |
| 15311 | while (!m_tags.empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected