| 11005 | } // anonymous namespace |
| 11006 | |
| 11007 | XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) |
| 11008 | : m_str( str ), |
| 11009 | m_forWhat( forWhat ) |
| 11010 | {} |
| 11011 | |
| 11012 | void XmlEncode::encodeTo( std::ostream& os ) const { |
| 11013 | // Apostrophe escaping not necessary if we always use " to write attributes |
nothing calls this directly
no outgoing calls
no test coverage detected