Convenience wrapper around EscapeXml when str is not an attribute value.
| 5003 | |
| 5004 | // Convenience wrapper around EscapeXml when str is not an attribute value. |
| 5005 | static std::string EscapeXmlText(const char* str) { |
| 5006 | return EscapeXml(str, false); |
| 5007 | } |
| 5008 | |
| 5009 | // Verifies that the given attribute belongs to the given element and |
| 5010 | // streams the attribute as XML. |
nothing calls this directly
no outgoing calls
no test coverage detected