当前位置: 首页 > 网络学院 > XML相关教程 > XML DOM > DOM 文档执行

XML DOM
DOM Attribute
DOM Text
DOM CDATA
DOM Comment
DOM HttpRequest
DOM ParseError
DOM 校验器
DOM 介绍
DOM 摘要
DOM 案例
DOM 节点树
DOM 访问节点树
DOM 节点信息
DOM 文档执行
DOM 节点导航

XML DOM 中的 DOM 文档执行


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 487 ::
收藏到网摘: n/a

The DOMImplementation object performs operations that are independent of any particular instance of the document object model.
DOMImplementation 对象执行的是与文档对象模型的所有特定案例无关的操作。


The DocumentImplementation object
Documentimplementation 对象

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: 万维网联盟(互联网标准)

DocumentImplementation Object Methods
DocumentImplementation 对象方法

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

评论 (0) All

登陆 | 还没注册?