Org.Xml.Sax.Helpers.AttributesImpl.RemoveAttribute Method
Remove an attribute from the list.

Syntax

[Android.Runtime.Register("removeAttribute", "(I)V", "GetRemoveAttribute_IHandler")]
public virtual void RemoveAttribute (int index)

Parameters

index
The index of the attribute (zero-based).

Exceptions

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

Remarks

Remove an attribute from the list.

[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