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

Method EscapeXmlAttribute

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

Convenience wrapper around EscapeXml when str is an attribute value.

Source from the content-addressed store, hash-verified

4339
4340 // Convenience wrapper around EscapeXml when str is an attribute value.
4341 static String EscapeXmlAttribute(const char* str) {
4342 return EscapeXml(str, true);
4343 }
4344
4345 // Convenience wrapper around EscapeXml when str is not an attribute value.
4346 static String EscapeXmlText(const char* str) { return EscapeXml(str, false); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected