DOMImplementation

来源:互联网 发布:淘宝网购物车登录界面 编辑:程序博客网 时间:2024/05/17 01:13

http://www.w3.org/wiki/DOM/domcore/DOMImplementation


DOM/domcore/DOMImplementation

< DOM‎ | domcore

DOMImplementation

The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.


Methods

NameDescriptionhasFeature(feature, version)Test if the DOM implementation implements a specific feature and version.createDocumentType(qualifiedName, publicId, systemId)Creates an empty DocumentType node.createDocument(namespace, qualifiedName, doctype)Creates a DOM Document object of the specified type with its document element.createHTMLDocument(title)Creates a HTML Document.
0 0
原创粉丝点击