ILexicalHandler.EndEntity(String) Method

Definition

Report the end of an entity.

[Android.Runtime.Register("endEntity", "(Ljava/lang/String;)V", "GetEndEntity_Ljava_lang_String_Handler:Org.Xml.Sax.Ext.ILexicalHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void EndEntity (string? name);
[<Android.Runtime.Register("endEntity", "(Ljava/lang/String;)V", "GetEndEntity_Ljava_lang_String_Handler:Org.Xml.Sax.Ext.ILexicalHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member EndEntity : string -> unit

Parameters

name
String

The name of the entity that is ending.

Attributes

Exceptions

The application may raise an exception.

Remarks

Report the end of an entity.

Java documentation for org.xml.sax.ext.LexicalHandler.endEntity(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

See also