Org.Xml.Sax.Helpers.DefaultHandler.NotationDecl Method
Receive notification of a notation declaration.

Syntax

[Android.Runtime.Register("notationDecl", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetNotationDecl_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void NotationDecl (string name, string publicId, string systemId)

See Also

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

Parameters

name
The notation name.
publicId
The notation public identifier, or null if not available.
systemId
The notation system identifier.

Exceptions

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

Remarks

Receive notification of a notation declaration.

By default, do nothing. Application writers may override this method in a subclass if they wish to keep track of the notations 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