XML Document Object Model的意思|示意

美 / / 英 / /

XML文档对象模型


XML Document Object Model的网络常见释义

文档对象模型 第9章介绍怎样通过可用于任意XML文档类型且高度灵活的编程对象,即众所周知的XML文档对象模型(XML Document Object Model),编写脚本来以便HTML页中显示XML文档。

XML Document Object Model相关例句

The object model often contains redundant information — for example, to speed searches in hash tables; redundant information means more validation of the XML document.

对象模型常常包含冗余信息,比如用散列表加快搜索的速度,而冗余信息却意味着XML文档需要更多的验证。

The document Object Model represents elements, text, and other types of nodes within an XML document as a series of parent-child relationships.

文档对象模型将XML文档内的元素、文本和其他类型的节点呈现为一系列的父子关系。

This means that you only pay the performance penalty of building an object model for those portions of an XML document which actually need to be accessed through the model.

这意味着,只有为实际需要通过模型访问的 XML 文档部分构建对象模型才会带来性能损失。

The XML Document Object Model (DOM) checks the validity of the names when creating new element nodes or attribute nodes.

XML文档对象模型(DOM)在创建新元素节点或属性节点时检查名称的有效性。

At this point the model is published, and the program builds a Document Object model (DOM) and writes it out to an intermediate XML file (data).

在这里模型已经发布了,程序建立了一个Document Object Model (DOM)并且将其写入中间的XML文件(数据)。

The XOM document object model protects users from common mistakes in the use of XML, while offering good performance and memory-efficiency.

The XOM文档对象模型可以防止用户在使用XML时出现的常见错误,同时提供了良好的性能和高效的内存使用。