Convenience wrapper around EscapeXml when str is not an attribute value.
| 4344 | |
| 4345 | // Convenience wrapper around EscapeXml when str is not an attribute value. |
| 4346 | static String EscapeXmlText(const char* str) { return EscapeXml(str, false); } |
| 4347 | |
| 4348 | // Streams an XML CDATA section, escaping invalid CDATA sequences as needed. |
| 4349 | static void OutputXmlCDataSection(::std::ostream* stream, const char* data); |
nothing calls this directly
no outgoing calls
no test coverage detected