Static Public Member Functions | |
void | appendEscapingTags (ostream &buf, const String &input) |
void | appendEscapingCDATA (ostream &buf, const String &input) |
|
Ensures that embeded CDEnd strings (]]>) are handled properly within message, NDC and throwable tag text.
|
|
This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and replaces any '<' and '>' characters with respective predefined entity references.
|