Org.Xml.Sax.Ext.DefaultHandler2.ExternalEntityDecl Method
Report a parsed external entity declaration.

Syntax

[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)

Parameters

name
The name of the entity. If it is a parameter entity, the name will begin with '%'.
publicId
The entity's public identifier, or null if none was given.
systemId
The entity's system identifier.

Exceptions

TypeReason
Org.Xml.Sax.SAXException

Remarks

Report a parsed external entity declaration.

Only the effective (first) declaration for each entity will be reported.

If the system identifier is a URL, the parser must resolve it fully before passing it to the application.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Ext
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1