| 15351 | } |
| 15352 | |
| 15353 | XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) |
| 15354 | : m_str( str ), |
| 15355 | m_forWhat( forWhat ) |
| 15356 | {} |
| 15357 | |
| 15358 | void XmlEncode::encodeTo( std::ostream& os ) const { |
| 15359 | // Apostrophe escaping not necessary if we always use " to write attributes |
nothing calls this directly
no outgoing calls
no test coverage detected