Org.Xml.Sax.Helpers.AttributesImpl.GetIndex Method
Look up an attribute's index by Namespace name.

Syntax

[Android.Runtime.Register("getIndex", "(Ljava/lang/String;Ljava/lang/String;)I", "GetGetIndex_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual int GetIndex (string uri, string localName)

See Also

Org.Xml.Sax.IAttributes.GetIndex(string, System.String)

Parameters

uri
The attribute's Namespace URI, or the empty string if none is available.
localName
The attribute's local name.

Returns

Documentation for this section has not yet been entered.

Remarks

Look up an attribute's index by Namespace name.

In many cases, it will be more efficient to look up the name once and use the index query methods rather than using the name query methods repeatedly.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Helpers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1