INameList.GetNamespaceURI(Int32) Method

Definition

Returns the <code>index</code>th namespaceURI item in the collection.

[Android.Runtime.Register("getNamespaceURI", "(I)Ljava/lang/String;", "GetGetNamespaceURI_IHandler:Org.W3c.Dom.INameListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string? GetNamespaceURI (int index);
[<Android.Runtime.Register("getNamespaceURI", "(I)Ljava/lang/String;", "GetGetNamespaceURI_IHandler:Org.W3c.Dom.INameListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetNamespaceURI : int -> string

Parameters

index
Int32

Index into the collection.

Returns

String

The namespace URI at the <code>index</code>th position in the <code>NameList</code>, or <code>null</code> if there is no name for the specified index or if the index is out of range.

Attributes

Remarks

Java documentation for org.w3c.dom.NameList.getNamespaceURI(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to