IImplementation
The DOMImplementation interface represent an object providing
methods which are not dependent on any particular document.
Creates and returns an XMLDocument.
Creates and returns a DocumentType.
Creates and returns an HTML Document.
Returns a Boolean indicating if a given feature is supported or not. This function
is unreliable and kept for compatibility purpose alone: except for SVG-related queries,
it always returns true.