Package org.gephi.utils
Class HTMLEscape
- java.lang.Object
-
- org.gephi.utils.HTMLEscape
-
public class HTMLEscape extends Object
Class for escaping html of a String to show it in a hrml report without problems- Author:
- Eduardo Ramos
-
-
Constructor Summary
Constructors Constructor Description HTMLEscape()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringstringToHTMLString(String string)Escape html from a string to make it safe to show.
-