Org.Xml.Sax.IAttributes.GetValue Method
Look up an attribute's value by index.

Syntax

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

See Also

IAttributes.Length

Parameters

index
The attribute index (zero-based).

Returns

Documentation for this section has not yet been entered.

Remarks

Look up an attribute's value by index.

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

[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