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
XML DOM - Overview
XML DOM - Overview
DOM的定义,由
:The Document Object Model (DOM) is an apppcation programming interface (API) for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated.
人力部界定了接触所有XML要素的物体、特性和方法(接口)。 它分为3个不同部分/层次:
XML DOM - XML文件的标准模式
XML DOM是XML的标准目标模型。 XML文件具有称为nodes的信息单位的等级; OM是描述这些节点及其之间关系的标准方案拟订接口。
由于XML DOM公司还提供了一份允许开发商在树上的任何时间添加、编辑、移动或删除 no子以便形成申请的意向书。
以下是OM结构的图表。 图表显示,各行各业通过每个节点进行渗透,将XML文件作为DOM结构进行评估。
Advantages of XML DOM
The following are thevant of XML DOM.
XML DOM是独立的语言和平台。
XML DOM is traversable - Information in XML DOM is organized in a行各业,使开发商能够围绕研究具体信息的等级进行联系。
XML DOM is modifiable - 具有活力,为开发商提供了一个在树上任何点添加、编辑、移动或删除 no子的空间。
Disadvantages of XML DOM
它消耗了更多的记忆(如果XML结构庞大的话),因为方案一经起草,就一直记忆犹新,直到明确删除。
由于广泛使用记忆,其业务速度比SAX慢。