Org.Xml.Sax.Helpers.AttributesImpl.SetValue Method
Set the value of a specific attribute.

Syntax

[Android.Runtime.Register("setValue", "(ILjava/lang/String;)V", "GetSetValue_ILjava_lang_String_Handler")]
public virtual void SetValue (int index, string value)

Parameters

index
The index of the attribute (zero-based).
value
The attribute's value.

Exceptions

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

Remarks

Set the value 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