|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.java2html.util.HtmlUtilities
public class HtmlUtilities
Some methods for converting text to valid HTML. For questions, suggestions, bug-reports, enhancement-requests etc. I may be contacted at: markus@jave.de The Java2html home page is located at: http://www.java2html.de
Method Summary | |
---|---|
protected static void |
buildEntityTables()
|
static java.lang.String |
encode(java.lang.String s,
int start,
int end,
java.lang.String ignore)
Converts a String to HTML by converting all special characters to HTML-entities. |
static java.lang.String |
encode(java.lang.String s,
java.lang.String ignore)
Converts a String to HTML by converting all special characters to HTML-entities. |
protected static java.lang.String |
encodeSingleChar(java.lang.String ch)
Converts a single character to HTML |
static java.lang.String |
toHTML(RGB color)
Converts the given Color object to a String contaning the html description of the color. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected static void buildEntityTables()
public static final java.lang.String encode(java.lang.String s, java.lang.String ignore)
public static final java.lang.String encode(java.lang.String s, int start, int end, java.lang.String ignore)
protected static final java.lang.String encodeSingleChar(java.lang.String ch)
public static final java.lang.String toHTML(RGB color)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |