|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.core.text.HtmlFormatter
An HTML text formatter. This class contains static methods for processing HTML text.
| Constructor Summary | |
HtmlFormatter()
|
|
| Method Summary | |
static java.lang.String |
clean(java.lang.String text)
Cleans an HTML text string. |
static java.lang.String |
formatHtml(java.lang.String text,
FormattingContext context)
Formats an HTML text string in HTML. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HtmlFormatter()
| Method Detail |
public static java.lang.String clean(java.lang.String text)
text - the tagged text string
public static java.lang.String formatHtml(java.lang.String text,
FormattingContext context)
text - the HTML text stringcontext - the formatting context
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||