Org.Xml.Sax.Helpers.AttributesImpl.AddAttribute Method
Add an attribute to the end of the list.

Syntax

[Android.Runtime.Register("addAttribute", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "GetAddAttribute_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void AddAttribute (string uri, string localName, string qName, string type, string value)

Parameters

uri
The Namespace URI, or the empty string if none is available or Namespace processing is not being performed.
localName
The local name, or the empty string if Namespace processing is not being performed.
qName
The qualified (prefixed) name, or the empty string if qualified names are not available.
type
The attribute type as a string.
value
The attribute value.

Remarks

Add an attribute to the end of the list.

For the sake of speed, this method does no checking to see if the attribute is already in the list: that is the responsibility of the application.

[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