OScript API/Built-in Package Index |
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
Test if the DOM implementation implements a specific feature.
Test if the DOM implementation implements a specific feature.
The string of the feature to test (case-insensitive). The legal values are defined throughout this specification. The string must be an XML name (see also Compliance).
This is the version number of the feature to test. In Level 1, this is the string "1.0". If the version is not specified, supporting any version of the feature will cause the method to return true.
True if the feature is implemented in the specified version, false otherwise.
Copyright © 2022 OpenText Corporation. All rights reserved. |