当前位置: 首页 > 网络学院 > XML相关教程 > XML DOM > DOM DocumentType

XML DOM
DOM 节点
DOM 节点列表
DOM 解析
DOM 遍历节点树
DOM Mozilla 和 IE
DOM 获取节点
DOM 设置节点
DOM 删除节点
DOM 更换节点
DOM 建立节点
DOM 添加节点
DOM 克隆节点
DOM 节点类型
DOM Node
DOM NodeList
DOM NamedNodeMap
DOM Document
DOM DocumentType
DOM ProcessingInstr
DOM Element

XML DOM 中的 DOM DocumentType


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

The DocumentType object provides an interface to the entities defined for an XML document.
DocumentType[文档类型]对象提供了一个用于定义XML文档的实体对象。


The DocumentType object
DocumentType[文档类型]对象

Each document has a DOCTYPE attribute that whose value is either null or a DocumentType object.
每个文档都包含一个DOCTYPE属性,该属性值可以是一个空值或是一个DocumentType[文档类型]对象。

The DocumentType object provides an interface to the entities defined for an XML document.
DocumentType[文档类型]对象提供了一个用于定义XML文档的实体对象。

IE: Internet Explorer, F: Firefox[火狐], O: Opera, W3C: World Wide Web Consortium (Internet Standard)??| 万维网联盟(国际标准)

DocumentType Object Properties
DocumentType[文档类型]对象属性

Property
属性
Description
描述
IE F O W3C
entities Returns a NamedNodeMap containing the entities declared in the DTD
返回一个包含DTD声明的实体的NamedNodeMap[指定节点映射]
6 No 9 Yes
internalSubset Returns the internal DTD as a string
以一个字符串的形式返回内部DTD
No No No Yes
name Returns the name of the DTD
返回DTD名称
6 1 9 Yes
notations Returns a NamedNodeMap containing the notations declared in the DTD
返回一个包含DTD声明的符号的NamedNodeMap[指定节点映射]
6 No 9 Yes
systemId Returns the system identifier of the external DTD
返回外部DTD的系统确认器
No 1 9 Yes

评论 (0) All

登陆 | 还没注册?