Document Object Model (DOM) API.
文档对象模型(DOM)api。
The JDOM document object model is known for ease of use.
JDOM文档对象模型以易于使用而著称。
Last but not least, there's the DOM, the Document Object Model.
最后还有DOM,即文档对象模型。
To access the XML file, we will use the Document Object Model (DOM).
要访问XML文件,我们将利用文档对象模型(Document Object Model, DOM)。
DOM level 2.0: The W3C Document Object Model level 2 API Recommendation.
DOM级别2.0:w3c文档对象模型级别2API推荐。
DOM level 1.0: The W3C Document Object Model level 1 API Recommendation.
DOM级别1.0:w3c文档对象模型级别1API推荐。
It means using the document object model, it means for HTML and SVG, and so on.
它意味着使用文档对象模型,意味着HTML和SVG。
Xerces2 is the Apache implementation of the W3C document object model standard.
Xerces2是W3C文档对象模型标准的Apache实现。
The document Object Model specifies a tree-based representation for an XML document.
文档对象模型为XML文档指定了树型表示。
The Document object Model is a hierarchy of objects and functions in the Web page.
Document Object Model是web页面中的对象和函数的等级结构。
Most of the XML programming seen currently is based on the Document Object Model (DOM).
目前大多数XML编程都是基于文档对象模型(Document Object Model, DOM)。
The application parses the XML document, typically using the document object model (DOM).
应用程序解析XML文档,通常使用文档对象模型(DOM)。
The standard means for reading and manipulating XML files is the Document Object Model (DOM).
用于读取和操作XML文件的标准是文档对象模型(Document Object Model, DOM)。
The Document Object Model (DOM) API exposed by the browser for dynamic display and interaction.
浏览器为动态显示和交互所提供的文档对象模型(DOM)api。
A library — called the document object model (DOM) — allowing updates of the existing Web page.
称作文档对象模型(DOM)的库,允许对现有Web页面进行更新。
The dom4j document object model is fast, memory-efficient, and also offers great extensibility.
dom4j文档对象模型不仅速度快、内存使用高效,并且提供了很好的可扩展性。
That's a bit of a letdown after three articles on using the Document Object Model, isn't it?
阅读了三篇关于使用文档对象类型的文章之后,再来讨论它是不是很简单了?
Parse XML documents using the Simple API for XML 2 (SAX2) and document Object Model 2 (DOM2) parsers.
使用SimpleAPIforXML2 (SAX2)和文档对象模型2 (DOM2)解析器解析xml文档。
The DOM Explorer allows developers to examine and manipulate the Document Object Model of an HTML page.
DOM资源管理器(DOMExplorer)使得开发者可以检查并操作HTML页面中的文档对象模型(Document Object Model)。
This code creates a new XML Document Object Model (DOM), then adds all of the data in the $items array to it.
这段代码创建了一个新的XML文档对象模型(Document Object Model ,DOM),然后将 $items数组中的所有数据都保存到这个模型中。
Familiarity with the Document Object Model (DOM) is helpful for an understanding of nodes, but is not required.
熟悉文档对象模型(DOM)可以帮助理解节点的概念,但不是必需的。
When the server sends XML data to the browser, that XML data is processed using Document Object Model (DOM) APIs.
服务器将XML数据发送到浏览器时,使用文档对象模型(DOM)API来处理这些XML数据。
Learn to use the document Object Model (DOM), a tree API that provides direct access to parts of an XML document.
学习使用文档对象模型(Document Object Model, DOM),使用这种树api可以直接访问XML文档的各个部分。
This is the document object model principle in a nutshell, and it is in fact one of the most useful aspects of dom.
这就是文档对象模型的基本原理,而且是DOM最有用的性质之一。
It's critical to get the browser to recognize the document as XML and to create a document object model (DOM) for it.
让浏览器将该文档识别为XML并为其创建文档对象模型(DOM)至关重要。
Familiarity with XML will be helpful, but we will provide a short introduction to XML and the Document Object Model (DOM).
了解XML会有所帮助,不过文中将简要介绍XML和文档对象模型(DOM)。
Modern Web browsers and a mature Document Object Model (DOM) make it easier than ever to create rich applications for users.
现代Web浏览器和成熟的Document Object Model (DOM)使为用户创建功能丰富的应用程序比以往任何时候都要容易。
The other form of XML parsing is DOM (Document object model) -based, which forms an in-memory object model of the full XML structure.
xml解析器的另一个形式是基于DOM (Document Object Model)的,它形成了完整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时出现的常见错误,同时提供了良好的性能和高效的内存使用。
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时出现的常见错误,同时提供了良好的性能和高效的内存使用。
应用推荐