| 5361 | ~XmlWriter(); |
| 5362 | |
| 5363 | XmlWriter( XmlWriter const& ) = delete; |
| 5364 | XmlWriter& operator=( XmlWriter const& ) = delete; |
| 5365 | |
| 5366 | XmlWriter& startElement( std::string const& name ); |
nothing calls this directly
no outgoing calls
no test coverage detected