English | Site Directory

Android - An Open Handset Alliance Project

android.text
public static interface

android.text.Html.TagHandler

android.text.Html.TagHandler

Is notified when HTML tags are encountered that the parser does not know how to interpret.

Summary

Public Methods

        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.

Details

Public Methods

public 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.

Returns

  • whether to continue processing (true) or to bail out immediately (false).
Build m5-rc15i - 10 Jun 2008 13:54