| 15502 | } |
| 15503 | |
| 15504 | XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) |
| 15505 | : m_str( str ), |
| 15506 | m_forWhat( forWhat ) |
| 15507 | {} |
| 15508 | |
| 15509 | void XmlEncode::encodeTo( std::ostream& os ) const { |
| 15510 | // Apostrophe escaping not necessary if we always use " to write attributes |
nothing calls this directly
no outgoing calls
no test coverage detected