Dom-entity-object

提供:Dev Guides
移動先:案内検索

DOM-エンティティオブジェクト

エンティティインターフェイスは、XMLドキュメント内の解析済みまたは未解析の既知のエンティティを表します。 _Node_から継承される_nodeName_属性には、エンティティの名前が含まれます。

Entityオブジェクトには親ノードはなく、その後続ノードはすべて読み取り専用です。

属性

次の表は、_Entity_オブジェクトの属性を示しています-

Attribute Type Description
inputEncoding DOMString This specifies the encoding used by the external parsed entity. Its value is null if it is an entity from the internal subset or if it is not known.
notationName DOMString For an unparsed entities, it gives the name of the notation and its value is null for the parsed entities.
publicId DOMString It gives the name of the public identifier associated with the entity.
systemId DOMString It gives the name of the system identifier associated with the entity.
xmlEncoding DOMString It gives the xml encoding included as a part of the text declaration for the external parsed entity, null otherwise.
xmlVersion DOMString It gives the xml version included as a part of the text declaration for the external parsed entity, null otherwise.