| 15489 | } |
| 15490 | |
| 15491 | XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) |
| 15492 | : m_str( str ), |
| 15493 | m_forWhat( forWhat ) |
| 15494 | {} |
| 15495 | |
| 15496 | void XmlEncode::encodeTo( std::ostream& os ) const { |
| 15497 | // Apostrophe escaping not necessary if we always use " to write attributes |
nothing calls this directly
no outgoing calls
no test coverage detected