| android.text.Html.TagHandler |
Is notified when HTML tags are encountered that the parser does not know how to interpret.
| boolean | handleTag(boolean opening, String tag, Editable output, XmlPullParser parser) | ||||
| This method will be called whenn the HTML parser encounters a tag that it does not know how to interpret. | |||||