Org.W3c.Dom.IDOMImplementationList
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.

See Also: IDOMImplementationList Members

Syntax

[Android.Runtime.Register("org/w3c/dom/DOMImplementationList", "", "Org.W3c.Dom.IDOMImplementationListInvoker")]
public interface IDOMImplementationList : Android.Runtime.IJavaObject, IDisposable

Remarks

The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented. The items in the DOMImplementationList 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 8