|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.jsp.HtmlToTextConverter
This class implements a converter which will take HTML and turn it into text.
Constructor Summary | |
HtmlToTextConverter()
|
Method Summary | |
static java.lang.String |
convertHtmlToText(java.lang.String sHtmlForm)
Converts a string in html form to string in text form. |
static void |
main(java.lang.String[] args)
This is an exerciser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HtmlToTextConverter()
Method Detail |
public static java.lang.String convertHtmlToText(java.lang.String sHtmlForm)
sHtmlForm
- String in html formpublic static void main(java.lang.String[] args)
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |