IDOMImplementationSource.GetDOMImplementationList(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 .
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.