org.eclipse.mat.util
Class HTMLUtils

java.lang.Object
  extended by org.eclipse.mat.util.HTMLUtils

public final class HTMLUtils
extends Object

Helpers for building HTML reports.


Method Summary
static String escapeText(String text)
          Escape input text so that characters are not misinterpreted by HTML parsers.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

escapeText

public static String escapeText(String text)
Escape input text so that characters are not misinterpreted by HTML parsers.

Parameters:
text -
Returns:
the escaped text