Org.Xml.Sax.Ext.IDeclHandler.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:Org.Xml.Sax.Ext.IDeclHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void ExternalEntityDecl (string name, string publicId, string systemId)

See Also

IDeclHandler.InternalEntityDecl(string, System.String)
Org.Xml.Sax.IDTDHandler.UnparsedEntityDecl(string, System.String, System.String, System.String)

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.SAXExceptionThe application may raise an exception.

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