| 6275 | ~XmlWriter(); |
| 6276 | |
| 6277 | XmlWriter( XmlWriter const& ) = delete; |
| 6278 | XmlWriter& operator=( XmlWriter const& ) = delete; |
| 6279 | |
| 6280 | XmlWriter& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent); |
nothing calls this directly
no outgoing calls
no test coverage detected