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

Syntax

[Android.Runtime.Register("removeAttribute", "(Ljava/lang/String;)V", "GetRemoveAttribute_Ljava_lang_String_Handler")]
public virtual void RemoveAttribute (string name)

See Also

AttributeListImpl.AddAttribute(string, System.String, System.String)

Parameters

name
The attribute name.

Remarks

Remove an attribute from the list.

SAX application writers can use this method to filter an attribute out of an AttributeList. Note that invoking this method will change the length of the attribute list and some of the attribute's indices.

If the requested attribute is not in the list, this is a no-op.

[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