|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTMLHandler | |
|---|---|
| com.openexchange.mail.text.parser | |
| com.openexchange.mail.text.parser.handler | |
| Uses of HTMLHandler in com.openexchange.mail.text.parser |
|---|
| Methods in com.openexchange.mail.text.parser with parameters of type HTMLHandler | |
|---|---|
static void |
HTMLParser.parse(java.lang.String html,
HTMLHandler handler)
Parses specified well-formed HTML document and delegates events to given instance of HTMLHandler |
| Uses of HTMLHandler in com.openexchange.mail.text.parser.handler |
|---|
| Classes in com.openexchange.mail.text.parser.handler that implement HTMLHandler | |
|---|---|
class |
DumperHTMLHandler
DumperHTMLHandler - Used to debug HTML parsing behavior. |
class |
HTML2TextHandler
HTML2TextHandler - A handler to generate plain text version from parsed HTML content which is then accessible via
HTML2TextHandler.getText(). |
class |
HTMLFilterHandler
HTMLFilterHandler - The HTML white-list filter. |
class |
HTMLImageFilterHandler
HTMLImageFilterHandler - Removes all possible sources of externally loaded images inside HTML content. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||