XML DOM Basics
XML DOM Operations
XML DOM Objects
XML DOM Useful Resources
Selected Reading
- XML DOM - Accessing
- XML DOM - Navigation
- XML DOM - Traversing
- XML DOM - Loading
- XML DOM - Methods
- XML DOM - Node Tree
- XML DOM - Nodes
- XML DOM - Model
- XML DOM - Overview
- XML DOM - Home
XML DOM Operations
- XML DOM - Clone Node
- XML DOM - Remove Node
- XML DOM - Replace Node
- XML DOM - Add Node
- XML DOM - Create Node
- XML DOM - Set Node
- XML DOM - Get Node
XML DOM Objects
- DOM - DOMException Object
- DOM - XMLHttpRequest Object
- DOM - Comment Object
- DOM - CDATASection Object
- DOM - Attribute Object
- DOM - Element Object
- DOM - Notation Object
- DOM - EntityReference Object
- DOM - Entity Object
- DOM - ProcessingInstruction
- DOM - DocumentType Object
- DOM - DOMImplementation
- DOM - NamedNodeMap Object
- DOM - NodeList Object
- DOM - Node Object
XML DOM Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
DOM - Entity Object
DOM - Entity Object
实体界面是已知的实体,在XML文件中,有的放行,有的放开。 nodeName属性,从No继承,包括该实体的名称。
实体物体没有母子,其所有后继子只读。
Attributes
下表列出了Entity物体的属性:
Attribute | Type | Description |
---|---|---|
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. | |
DOMString | For an unparsed entities, it gives the name of the notation and its value is null for the parsed entities. | |
DOMString | It gives the name of the pubpc identifier associated with the entity. | |
DOMString | It gives the name of the system identifier associated with the entity. | |
DOMString | It gives the xml encoding included as a part of the text declaration for the external parsed entity, null otherwise. | |
DOMString | It gives the xml version included as a part of the text declaration for the external parsed entity, null otherwise. |