Org.Xml.Sax.IAttributeList.GetName Method
Return the name of an attribute in this list (by position).

Syntax

[Android.Runtime.Register("getName", "(I)Ljava/lang/String;", "GetGetName_IHandler:Org.Xml.Sax.IAttributeListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string GetName (int i)

See Also

IAttributeList.Length

Parameters

i
The index of the attribute in the list (starting at 0).

Returns

Documentation for this section has not yet been entered.

Remarks

Return the name of an attribute in this list (by position).

The names must be unique: the SAX parser shall not include the same attribute twice. Attributes without values (those declared #IMPLIED without a value specified in the start tag) will be omitted from the list.

If the attribute name has a namespace prefix, the prefix will still be attached.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1