Org.Xml.Sax.Helpers.AttributesImpl.SetLocalName Method
Set the local name of a specific attribute.

Syntax

[Android.Runtime.Register("setLocalName", "(ILjava/lang/String;)V", "GetSetLocalName_ILjava_lang_String_Handler")]
public virtual void SetLocalName (int index, string localName)

Parameters

index
The index of the attribute (zero-based).
localName
The attribute's local name, or the empty string for none.

Exceptions

TypeReason
Java.Lang.ArrayIndexOutOfBoundsExceptionWhen the supplied index does not point to an attribute in the list.

Remarks

Set the local name of a specific attribute.

[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