|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.text.parser.HTMLParser
public final class HTMLParser
HTMLParser - Parses a well-formed HTML document based on XmlPullParser. The corresponding events are delegated to a given
instance of HTMLHandler.
| Method Summary | |
|---|---|
static void |
parse(java.lang.String html,
HTMLHandler handler)
Parses specified well-formed HTML document and delegates events to given instance of HTMLHandler |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void parse(java.lang.String html,
HTMLHandler handler)
HTMLHandler
html - The well-formed HTML documenthandler - The HTML handler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||