| 6209 | ~XmlWriter(); |
| 6210 | |
| 6211 | XmlWriter( XmlWriter const& ) = delete; |
| 6212 | XmlWriter& operator=( XmlWriter const& ) = delete; |
| 6213 | |
| 6214 | XmlWriter& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent); |
nothing calls this directly
no outgoing calls
no test coverage detected