Org.Xmlpull.V1.Sax2.Driver.GetValue Method
Look up an attribute's value by index.

Syntax

[Android.Runtime.Register("getValue", "(I)Ljava/lang/String;", "GetGetValue_IHandler")]
public virtual string GetValue (int index)

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.Xmlpull.V1.Sax2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1