📜  DOM-注释对象

📅  最后修改于: 2020-11-10 05:13:20             🧑  作者: Mango


在本章中,我们将研究XML DOM Notation对象。注释对象属性提供了一种范围,可以识别具有注释属性,特定处理指令或非XML数据的元素的格式。节点对象的属性和方法可以在符号对象上执行,因为它也被视为节点。

该对象从Node继承方法和属性。它的nodeName是符号名称。没有父母。

属性

下表列出了Notation对象的属性-

Attribute Type Description
publicID DOMString It gives the name of the public identifier associated with the notation.
systemID DOMString It gives the name of the system identifier associated with the notation.