English 中文(简体)
XML DOM - Overview
  • 时间:2024-11-03

XML DOM - Overview


Previous Page Next Page  

/b>ocument ObjectModel (DOM) is a W3C standard. 它规定了查阅诸如超文本和XML等文件的标准。

DOM的定义,由。 W3C:

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结构进行评估。

XML DOM Diagram

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慢。

Advertisements