|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.build.indexer.HtmlConverter
public class HtmlConverter
This class replaces HTML entities in text (for example ü) to the correct character and vice versa.
Method Summary | |
---|---|
static java.lang.String |
convertHtmlToString(java.lang.String html)
Convert a HTML encoded text to a string. |
static java.lang.String |
convertStringToHtml(java.lang.String s)
Convert a string to HTML by encoding all required characters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String convertStringToHtml(java.lang.String s)
s
- the string
public static java.lang.String convertHtmlToString(java.lang.String html)
html
- the HTML text
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |