Function SgNodeHelper::doubleQuotedEscapedHTMLString

Function SgNodeHelper::doubleQuotedEscapedHTMLString#

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.