Org.Xml.Sax.Helpers.AttributesImpl.SetURI Method
Set the Namespace URI of a specific attribute.

Syntax

[Android.Runtime.Register("setURI", "(ILjava/lang/String;)V", "GetSetURI_ILjava_lang_String_Handler")]
public virtual void SetURI (int index, string uri)

Parameters

index
The index of the attribute (zero-based).
uri
The attribute's Namespace URI, 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 Namespace URI 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