| 15165 | } |
| 15166 | |
| 15167 | XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) |
| 15168 | : m_str( str ), |
| 15169 | m_forWhat( forWhat ) |
| 15170 | {} |
| 15171 | |
| 15172 | void XmlEncode::encodeTo( std::ostream& os ) const { |
| 15173 | // Apostrophe escaping not necessary if we always use " to write attributes |
nothing calls this directly
no outgoing calls
no test coverage detected