IDOMImplementation class
IDOMImplementation class
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
The IDOMImplementation type exposes the following members:
Methods
Method | Description |
---|---|
has_feature | Test if the DOM implementation implements a specific feature and version, as specified in DOM Features. |
create_document_type | Creates an empty DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. |
create_document | Creates a DOM Document object of the specified type with its document element. |
create_html_document | Returns a document, with a basic tree already constructed including a title element, unless the title argument is omitted. |
See Also
- module
aspose.html.dom