| 15410 | } |
| 15411 | |
| 15412 | void XmlWriter::writeDeclaration() { |
| 15413 | m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; |
| 15414 | } |
| 15415 | |
| 15416 | void XmlWriter::newlineIfNecessary() { |
| 15417 | if( m_needsNewline ) { |
nothing calls this directly
no outgoing calls
no test coverage detected