From http://www.w3schools.com (Copyright Refsnes Data)
Complete Document Object Reference
The implementation property returns the DOMImplementation object that handles the document.
| documentObject.implementation |
The following code fragment loads "books.xml" into xmlDoc using loadXMLDoc() and returns the DOMImplementation object that handles the document:
Example
Output:
Try it yourself » |
Complete Document Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)