| 4274 | ~XmlWriter(); |
| 4275 | |
| 4276 | XmlWriter( XmlWriter const& ) = delete; |
| 4277 | XmlWriter& operator=( XmlWriter const& ) = delete; |
| 4278 | |
| 4279 | XmlWriter& startElement( std::string const& name ); |
nothing calls this directly
no outgoing calls
no test coverage detected