MCPcopy Create free account
hub / github.com/BVLC/caffe / EscapeXmlText

Method EscapeXmlText

src/gtest/gtest-all.cpp:4346–4346  ·  view source on GitHub ↗

Convenience wrapper around EscapeXml when str is not an attribute value.

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected