Org.Xml.Sax.IContentHandler.EndPrefixMapping Method
End the scope of a prefix-URI mapping.

Syntax

[Android.Runtime.Register("endPrefixMapping", "(Ljava/lang/String;)V", "GetEndPrefixMapping_Ljava_lang_String_Handler:Org.Xml.Sax.IContentHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void EndPrefixMapping (string prefix)

See Also

IContentHandler.StartPrefixMapping(string, System.String)
IContentHandler.EndElement(string, System.String, System.String)

Parameters

prefix
the prefix that was being mapped. This is the empty string when a default mapping scope ends.

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionthe client may throw an exception during processing

Remarks

End the scope of a prefix-URI mapping.

See IContentHandler.StartPrefixMapping(string, System.String) for details. These events will always occur immediately after the corresponding IContentHandler.EndElement(string, System.String, System.String) event, but the order of IContentHandler.EndPrefixMapping(string) events is not otherwise guaranteed.

[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