XML DOM DOMImplementation-object
- Previous page DOM DOMException
- Next page DOM DOMParser
Het DomImplementation-object kan elke operatie uitvoeren die niet gerelateerd is aan een enig instance van de Document Object Model.
Het DomImplementation-object
Het DomImplementation-object kan elke operatie uitvoeren die niet gerelateerd is aan een enig instance van de Document Object Model.
The DomImplementation interface is a placeholder that holds non-exclusive to any specific Document objectand for the DOM implementation is 'global' methods. They can be accessed by any Document objectto obtain a reference to the DomImplementation object through the implementation attribute.
IE: Internet Explorer: F: Firefox: O: Opera: W3C: World Wide Web Consortium (Internet standards)
Methods of the DomImplementation object
Method | Description |
---|---|
createDocument() | Create a new Document object with the specified root element. |
createDocumentType() | Create an empty DocumentType node. |
getFeature() | Returns an object that can execute the API defined by the features and versions. |
hasFeature() | Check if the DOM implementation can execute the specified features and version. |
- Previous page DOM DOMException
- Next page DOM DOMParser