DefaultHandler2.EndEntity(String) Method

Definition

Report the end of an entity.

[Android.Runtime.Register("endEntity", "(Ljava/lang/String;)V", "GetEndEntity_Ljava_lang_String_Handler")]
public virtual void EndEntity (string? name);
[<Android.Runtime.Register("endEntity", "(Ljava/lang/String;)V", "GetEndEntity_Ljava_lang_String_Handler")>]
abstract member EndEntity : string -> unit
override this.EndEntity : string -> unit

Parameters

name
String

The name of the entity that is ending.

Implements

Attributes

Exceptions

Remarks

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