当前位置: 首页 > 网络学院 > XML相关教程 > XML DOM > DOM DocumentType
The DocumentType object provides an interface to the entities defined for an XML document.
DocumentType[文档类型]对象提供了一个用于定义XML文档的实体对象。
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)??| 万维网联盟(国际标准)
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 |