DefaultHandler2.ExternalEntityDecl(String, String, String) Method

Definition

Report a parsed external entity declaration.

[Android.Runtime.Register("externalEntityDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetExternalEntityDecl_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void ExternalEntityDecl (string? name, string? publicId, string? systemId);
[<Android.Runtime.Register("externalEntityDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetExternalEntityDecl_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")>]
abstract member ExternalEntityDecl : string * string * string -> unit
override this.ExternalEntityDecl : string * string * string -> unit

Parameters

name
String

The name of the entity. If it is a parameter entity, the name will begin with '%'.

publicId
String

The entity's public identifier, or null if none was given.

systemId
String

The entity's system identifier.

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