Org.Xml.Sax.IAttributes.GetIndex Method
Look up the index of an attribute by Namespace name.

Syntax

[Android.Runtime.Register("getIndex", "(Ljava/lang/String;Ljava/lang/String;)I", "GetGetIndex_Ljava_lang_String_Ljava_lang_String_Handler:Org.Xml.Sax.IAttributesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetIndex (string uri, string localName)

Parameters

uri
The Namespace URI, or the empty string if the name has no Namespace URI.
localName
The attribute's local name.

Returns

Documentation for this section has not yet been entered.

Remarks

Look up the index of an attribute by Namespace name.

[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