Stylus Studio XML Editor

Table of contents

Appendices

H.1 ECMAScript Binding Extension

ECMAScript Binding Extension

This section defines the DOMImplementationRegistry object, discussed in [Bootstrapping], for ECMAScript.

Objects that implements the DOMImplementationRegistry interface
DOMImplementationRegistry is a global variable which has the following functions:
getDOMImplementation(features)

This method returns the first registered object that implements the DOMImplementation interface and has the desired features, or null if none is found.

The features parameter is a String. See also DOMImplementationSource.getDOMImplementation().

getDOMImplementationList(features)

This method returns a DOMImplementationList list of registered object that implements the DOMImplementation interface and has the desired features.

The features parameter is a String. See also DOMImplementationSource.getDOMImplementationList().