Dom 简明教程
DOM - Entity Reference Object
实体引用对象是插入到 XML 文档中的常规实体引用,它提供了更换文本的范围。EntityReference 对象不适用于预定义的实体,因为 HTML 或 XML 处理器会将它们视为已扩展的实体。
The EntityReference objects are the general entity references which are inserted into the XML document providing scope to replace the text. The EntityReference Object does not work for the pre-defined entities since they are considered to be expanded by the HTML or the XML processor.
此接口没有自己的属性或方法,但继承自 Node。
This interface does not have properties or methods of its own but inherits from Node.