Org.Xml.Sax.Helpers.DefaultHandler.StartPrefixMapping Method
Receive notification of the start of a Namespace mapping.

Syntax

[Android.Runtime.Register("startPrefixMapping", "(Ljava/lang/String;Ljava/lang/String;)V", "GetStartPrefixMapping_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void StartPrefixMapping (string prefix, string uri)

See Also

Org.Xml.Sax.IContentHandler.StartPrefixMapping(string, System.String)

Parameters

prefix
The Namespace prefix being declared.
uri
The Namespace URI mapped to the prefix.

Exceptions

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

Remarks

Receive notification of the start of a Namespace mapping.

By default, do nothing. Application writers may override this method in a subclass to take specific actions at the start of each Namespace prefix scope (such as storing the 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