Org.Xml.Sax.Helpers.AttributesImpl.SetQName Method
Set the qualified name of a specific attribute.

Syntax

[Android.Runtime.Register("setQName", "(ILjava/lang/String;)V", "GetSetQName_ILjava_lang_String_Handler")]
public virtual void SetQName (int index, string qName)

Parameters

index
The index of the attribute (zero-based).
qName
The attribute's qualified 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 qualified 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