Org.W3c.Dom.INodeList
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.

See Also: INodeList Members

Syntax

[Android.Runtime.Register("org/w3c/dom/NodeList", "", "Org.W3c.Dom.INodeListInvoker")]
public interface INodeList : Android.Runtime.IJavaObject, IDisposable

Remarks

The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. NodeList objects in the DOM are live.

The items in the NodeList are accessible via an integral index, starting from 0.

See also the .

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1