| 8854 | class XmlEncode { |
| 8855 | public: |
| 8856 | enum ForWhat { ForTextNodes, ForAttributes }; |
| 8857 | |
| 8858 | XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes ) |
| 8859 | : m_str( str ), |
nothing calls this directly
no outgoing calls
no test coverage detected