Entity
草案
本页尚未完工.
已废弃
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
对DTD实体的只读引用. 也继承 Node
的方法和属性。
属性
Entity.publicId
只读- Is a
DOMString
. Entity.systemId
只读- Is a
DOMString
. Entity.notationName
只读- Is a
DOMString
. Entity.inputEncoding
只读- Is a
DOMString
. Entity.xmlEncoding
只读- Is a
DOMString
. Entity.xmlVersion
只读- Is a
DOMString
.
规范
Specification | Status | Comment |
---|---|---|
Document Object Model (DOM) Level 3 Core Specification Entity |
Obsolete | inputEncoding , xmlEncoding , and xmlVersion were added |
Document Object Model (DOM) Level 2 Core Specification Entity |
Obsolete | No change |
Document Object Model (DOM) Level 1 Specification Entity |
Obsolete | Initial definition |