Org.Xml.Sax.Ext.DefaultHandler2.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")]
public virtual void InternalEntityDecl (string name, string value)

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.SAXException

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