Org.Xml.Sax.IAttributes.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:Org.Xml.Sax.IAttributesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public 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 IAttributes.GetValue(int) for a description of the possible values.

[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