Org.Xml.Sax.Ext.IDeclHandler.InternalEntityDecl Method
Report an internal entity declaration.

Syntax

[Android.Runtime.Register("internalEntityDecl", "(Ljava/lang/String;Ljava/lang/String;)V", "GetInternalEntityDecl_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 InternalEntityDecl (string name, string value)

See Also

IDeclHandler.ExternalEntityDecl(string, System.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 '%'.
value
The replacement text of the entity.

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionThe application may raise an exception.

Remarks

Report an internal entity declaration.

Only the effective (first) declaration for each entity will be reported. All parameter entities in the value will be expanded, but general entities will not.

[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