Interface DOMImplementation
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
Template arguments
interface DOMImplementation(DOMString);
Methods
Name | Description |
---|---|
createDocument
|
Creates a DOM Document object of the specified type with its document element. |
createDocumentType
|
Creates an empty DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. |
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --