IDOMImplementation Interface
Contents
[
Hide
]IDOMImplementation interface
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
public interface IDOMImplementation
Methods
Name | Description |
---|---|
createDocument(String, String, DocumentType) | Creates a DOM Document object of the specified type with its document element. |
createDocumentType(String, String, String) | Creates an empty DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. |
createHTMLDocument(String) | Returns a document, with a basic tree already constructed including a title element, unless the title argument is omitted. |
hasFeature() | Test if the DOM implementation implements a specific feature and version, as specified in DOM Features. |
See Also
- package com.aspose.html.Dom
- package Aspose.HTML