Dart API Referencedart:htmlDOMImplementation

DOMImplementation Interface

Provides methods which are not dependent on any particular DOM instances. Returned by document.implementation.

Methods

Code CSSStyleSheet createCSSStyleSheet(String title, String media) #

CSSStyleSheet createCSSStyleSheet(String title, String media);

Code Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) #

Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype);

Code DocumentType createDocumentType(String qualifiedName, String publicId, String systemId) #

DocumentType createDocumentType(String qualifiedName, String publicId, String systemId);

Code Document createHTMLDocument(String title) #

Document createHTMLDocument(String title);

Code bool hasFeature(String feature, String version) #

bool hasFeature(String feature, String version);

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.