org.w3c.dom.Document.implementation
property
public readonly property implementation as DOMImplementation
Description

DOM implementation that created this document.

Example
print(document.implementation.hasFeature("Core", "3.0"))