Package org.eclipse.mat.util
Class HTMLUtils
java.lang.Object
org.eclipse.mat.util.HTMLUtils
Helpers for building HTML reports.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
escapeText
(String text) Escape input text so that characters are not misinterpreted by HTML parsers.
-
Method Details
-
escapeText
Escape input text so that characters are not misinterpreted by HTML parsers.- Parameters:
text
- the string to be protected- Returns:
- the escaped text
-