| 6266 | ~XmlWriter(); |
| 6267 | |
| 6268 | XmlWriter( XmlWriter const& ) = delete; |
| 6269 | XmlWriter& operator=( XmlWriter const& ) = delete; |
| 6270 | |
| 6271 | XmlWriter& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent); |
nothing calls this directly
no outgoing calls
no test coverage detected