Package org.eclipse.mat.util
Class HTMLUtils
- java.lang.Object
-
- org.eclipse.mat.util.HTMLUtils
-
public final class HTMLUtils extends Object
Helpers for building HTML reports.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
escapeText(String text)
Escape input text so that characters are not misinterpreted by HTML parsers.
-