Org.Xml.Sax.IDTDHandler.UnparsedEntityDecl Method
Receive notification of an unparsed entity declaration event.

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

See Also

IDTDHandler.NotationDecl(string, System.String, System.String)
IAttributes

Parameters

name
The unparsed entity's name.
publicId
The entity's public identifier, or null if none was given.
systemId
The entity's 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 event.

Note that the notation name corresponds to a notation reported by the IDTDHandler.NotationDecl(string, System.String, System.String) event. It is up to the application to record the entity for later reference, if necessary; unparsed entities may appear as attribute values.

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
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1