Android
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

          void  handleTag(boolean opening, String tag, Editable output, XMLReader xmlReader)
This method will be called whenn the HTML parser encounters a tag that it does not know how to interpret.

Details

Public Methods

public void handleTag(boolean opening, String tag, Editable output, XMLReader xmlReader)

This method will be called whenn the HTML parser encounters a tag that it does not know how to interpret.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56