当前位置: 首页 > 网络学院 > XML相关教程 > XML DOM > DOM 文档执行
The DOMImplementation object performs operations that are independent of any particular instance of the document object model.
DOMImplementation 对象执行的是与文档对象模型的所有特定案例无关的操作。
The DOMImplementation object performs operations that are independent of any particular instance of the document object model.
DOMImplementation 对象执行的是与文档对象模型的所有特定案例无关的操作。
IE: Internet Explorer, F: Firefox, O: Opera, W3C: World Wide Web Consortium (Internet Standard)
IE: IE浏览器、F: Firefox 火狐浏览器、O: Opera、W3C: 万维网联盟(互联网标准)
Method 方法 | Description 描述 | IE | F | O | W3C |
---|---|---|---|---|---|
createDocument(nsURI, name, doctype) | Creates a new DOM Document object of the specified doctype 创建一个全新的指定文档类型的 DOM 文档对象 | 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 检验一个DOM执行程序是否执行一个包含具体的特征或版本的程序 | Yes |