interface DOMImplementation {
Document createHTMLDocument(optional DOMString title);
boolean hasFeature();
};