Function SgNodeHelper::doubleQuotedEscapedHTMLString#
Defined in File SgNodeHelper.h
Function Documentation#
-
std::string SgNodeHelper::doubleQuotedEscapedHTMLString(std::string s1)#
Same as doubleQuotedEscapedString but also replaces <,<=,>=,> with the corresponding HTML codes. This is required when printing program code inside HTML tables of a dot file.