ValidatorHandler.EndPrefixMapping(String) Method

Definition

End the scope of a prefix-URI mapping.

[Android.Runtime.Register("endPrefixMapping", "(Ljava/lang/String;)V", "GetEndPrefixMapping_Ljava_lang_String_Handler")]
public abstract void EndPrefixMapping (string? prefix);
[<Android.Runtime.Register("endPrefixMapping", "(Ljava/lang/String;)V", "GetEndPrefixMapping_Ljava_lang_String_Handler")>]
abstract member EndPrefixMapping : string -> unit

Parameters

prefix
String

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

Implements

Attributes

Remarks

End the scope of a prefix-URI mapping.

See #startPrefixMapping startPrefixMapping for details. These events will always occur immediately after the corresponding #endElement endElement event, but the order of #endPrefixMapping endPrefixMapping events is not otherwise guaranteed.

Java documentation for org.xml.sax.ContentHandler.endPrefixMapping(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to