haXe API Documentation
Back
|
Index
extern
class
js.html.DOMImplementation
Available in js
Provides methods which are not dependent on any particular DOM instances. Returned by
document.implementation
.
Documentation for this class was provided by
MDN
.
function
createCSSStyleSheet(title :
String
, media :
String
) :
CSSStyleSheet
function
createDocument(namespaceURI :
String
, qualifiedName :
String
, doctype :
DocumentType
) :
Document
function
createDocumentType(qualifiedName :
String
, publicId :
String
, systemId :
String
) :
DocumentType
function
createHTMLDocument(title :
String
) :
Document
function
hasFeature(feature :
String
, version :
String
) :
Bool
Back
|
Index