|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.utils.HTMLEscape
public class HTMLEscape
Class for escaping html of a String to show it in a hrml report without problems
Constructor Summary | |
---|---|
HTMLEscape()
|
Method Summary | |
---|---|
static java.lang.String |
stringToHTMLString(java.lang.String string)
Escape html from a string to make it safe to show. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLEscape()
Method Detail |
---|
public static java.lang.String stringToHTMLString(java.lang.String string)
string
- String to escape html
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |