Html.ITagHandler.HandleTag(Boolean, String, IEditable, IXMLReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method will be called whenn the HTML parser encounters a tag that it does not know how to interpret.
[Android.Runtime.Register("handleTag", "(ZLjava/lang/String;Landroid/text/Editable;Lorg/xml/sax/XMLReader;)V", "GetHandleTag_ZLjava_lang_String_Landroid_text_Editable_Lorg_xml_sax_XMLReader_Handler:Android.Text.Html/ITagHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void HandleTag (bool opening, string? tag, Android.Text.IEditable? output, Org.Xml.Sax.IXMLReader? xmlReader);
[<Android.Runtime.Register("handleTag", "(ZLjava/lang/String;Landroid/text/Editable;Lorg/xml/sax/XMLReader;)V", "GetHandleTag_ZLjava_lang_String_Landroid_text_Editable_Lorg_xml_sax_XMLReader_Handler:Android.Text.Html/ITagHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member HandleTag : bool * string * Android.Text.IEditable * Org.Xml.Sax.IXMLReader -> unit
Parameters
- opening
- Boolean
- tag
- String
- output
- IEditable
- xmlReader
- IXMLReader
- Attributes
Remarks
This method will be called whenn the HTML parser encounters a tag that it does not know how to interpret.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.