Document 对象
定义和用法
implementation 属性返回处理该文档的 DOMImplementation 对象。
语法
documentObject.implementation
实例
实例
xmlDoc=loadXMLDoc("books.xml");
document.write(xmlDoc.implementation);
document.write(xmlDoc.implementation);
Output:
[object DOMImplementation]
Document 对象其他扩展