IEndTextElementListener.End(String) Method

Definition

Invoked at the end of a text element with the body of the element.

[Android.Runtime.Register("end", "(Ljava/lang/String;)V", "GetEnd_Ljava_lang_String_Handler:Android.Sax.IEndTextElementListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void End (string? body);
[<Android.Runtime.Register("end", "(Ljava/lang/String;)V", "GetEnd_Ljava_lang_String_Handler:Android.Sax.IEndTextElementListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member End : string -> unit

Parameters

body
String

of the element

Attributes

Remarks

Invoked at the end of a text element with the body of the element.

Java documentation for android.sax.EndTextElementListener.end(java.lang.String).

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.

Applies to