Org.Xml.Sax.IAttributeList.GetValue Method
Return the value of an attribute in the list (by position).

Syntax

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

See Also

IAttributeList.Length
IAttributeList.GetValue(string)

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 value of an attribute in the list (by position).

If the attribute value is a list of tokens (IDREFS, ENTITIES, or NMTOKENS), the tokens will be concatenated into a single string separated by whitespace.

[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