IDOMImplementationSource.GetDOMImplementationList(String) Method

Definition

A method to request a list of DOM implementations that support the specified features and versions, as specified in .

[Android.Runtime.Register("getDOMImplementationList", "(Ljava/lang/String;)Lorg/w3c/dom/DOMImplementationList;", "GetGetDOMImplementationList_Ljava_lang_String_Handler:Org.W3c.Dom.IDOMImplementationSourceInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.W3c.Dom.IDOMImplementationList? GetDOMImplementationList (string? features);
[<Android.Runtime.Register("getDOMImplementationList", "(Ljava/lang/String;)Lorg/w3c/dom/DOMImplementationList;", "GetGetDOMImplementationList_Ljava_lang_String_Handler:Org.W3c.Dom.IDOMImplementationSourceInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetDOMImplementationList : string -> Org.W3c.Dom.IDOMImplementationList

Parameters

features
String

A string that specifies which features and versions are required. This is a space separated list in which each feature is specified by its name optionally followed by a space and a version number. This is something like: "XML 3.0 Traversal +Events 2.0"

Returns

A list of DOM implementations that support the desired features.

Attributes

Remarks

A method to request a list of DOM implementations that support the specified features and versions, as specified in .

Java documentation for org.w3c.dom.DOMImplementationSource.getDOMImplementationList(java.lang.String).

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