| 12742 | } |
| 12743 | |
| 12744 | void XmlWriter::writeDeclaration() { |
| 12745 | m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; |
| 12746 | } |
| 12747 | |
| 12748 | void XmlWriter::newlineIfNecessary() { |
| 12749 | if( m_needsNewline ) { |
nothing calls this directly
no outgoing calls
no test coverage detected