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

Syntax

[Android.Runtime.Register("getValue", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "GetGetValue_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual string GetValue (string uri, string localName)

Parameters

uri
The Namespace URI, or the empty String if the name has no Namespace URI.
localName
The local name of the attribute.

Returns

Documentation for this section has not yet been entered.

Remarks

Look up an attribute's value by Namespace name.

See Org.Xml.Sax.IAttributes.GetValue(int) for a description of the possible values.

[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