Org.Xml.Sax.Helpers.DefaultHandler.UnparsedEntityDecl Method
Receive notification of an unparsed entity declaration.

Syntax

[Android.Runtime.Register("unparsedEntityDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetUnparsedEntityDecl_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void UnparsedEntityDecl (string name, string publicId, string systemId, string notationName)

See Also

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

Parameters

name
The entity name.
publicId
The entity public identifier, or null if not available.
systemId
The entity system identifier.
notationName
The name of the associated notation.

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionAny SAX exception, possibly wrapping another exception.

Remarks

Receive notification of an unparsed entity declaration.

By default, do nothing. Application writers may override this method in a subclass to keep track of the unparsed entities declared in a document.

[Android Documentation]

Requirements

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