English 中文(简体)
DOM - DocumentType Object
  • 时间:2024-11-03

DOM - DocumentType Object


Previous Page Next Page  

www.un.org/Depts/DGACM/index_russian.htm 物体是获取文件数据的关键,在文件中,标识既可具有无效价值,也可具有文件Type目标值。 文件 类型物体是XML文件所述实体的接口。

Attributes

下表列出了DocumentType的属性。 物体

Attribute Type Description
name DOMString It returns the name of the DTD which is written immediately next to the keyword !DOCTYPE.
entities NamedNodeMap It returns a NamedNodeMap object containing the general entities, both external and internal, declared in the DTD.
notations NamedNodeMap It returns a NamedNodeMap containing the notations declared in the DTD.
internalSubset DOMString It returns an internal subset as a string, or null if there is none. This has been removed. Refer specs.
pubpcId DOMString It returns the pubpc identifier of the external subset.
systemId DOMString It returns the system identifier of the external subset. This may be an absolute URI or not.

Methods

DocumentType 继承其母体的方法,No,并执行ChildNo接口。

Advertisements