| 11224 | } |
| 11225 | |
| 11226 | void XmlWriter::writeDeclaration() { |
| 11227 | m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"; |
| 11228 | } |
| 11229 | |
| 11230 | void XmlWriter::newlineIfNecessary() { |
| 11231 | if( m_needsNewline ) { |
nothing calls this directly
no outgoing calls
no test coverage detected