XML DOM - The DocumentImplementation Object
The DOMImplementation object performs
operations that are independent of any particular instance of the document
object model.
The DocumentImplementation object
The DOMImplementation object performs
operations that are independent of any particular instance of the document
object model.
IE: Internet Explorer, F: Firefox, O: Opera, W3C:
World Wide Web Consortium (Internet Standard)
DocumentImplementation Object Methods
| Method |
Description |
IE |
F |
O |
W3C |
| createDocument(nsURI, name, doctype) |
Creates a new DOM Document object of the specified doctype |
|
|
|
Yes |
| createDocumentType(name, pubId, systemId) |
Creates an empty DocumentType node |
|
|
|
Yes |
| getFeature(feature, version) |
Returns an object which implements the APIs of
the specified feature and version, if the is any |
|
|
|
Yes |
| hasFeature(feature, version) |
Checks whether the DOM implementation implements a specific
feature and version |
|
|
|
Yes |
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|