| 12523 | } // anonymous namespace |
| 12524 | |
| 12525 | XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat ) |
| 12526 | : m_str( str ), |
| 12527 | m_forWhat( forWhat ) |
| 12528 | {} |
| 12529 | |
| 12530 | void XmlEncode::encodeTo( std::ostream& os ) const { |
| 12531 | // Apostrophe escaping not necessary if we always use " to write attributes |
nothing calls this directly
no outgoing calls
no test coverage detected