Org.Xml.Sax.Helpers.DefaultHandler.EndPrefixMapping Method
Receive notification of the end of a Namespace mapping.

Syntax

[Android.Runtime.Register("endPrefixMapping", "(Ljava/lang/String;)V", "GetEndPrefixMapping_Ljava_lang_String_Handler")]
public virtual void EndPrefixMapping (string prefix)

See Also

Org.Xml.Sax.IContentHandler.EndPrefixMapping(string)

Parameters

prefix
The Namespace prefix being declared.

Exceptions

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

Remarks

Receive notification of the end of a Namespace mapping.

By default, do nothing. Application writers may override this method in a subclass to take specific actions at the end of each prefix mapping.

[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