图3展示了内容帮助调用文档对象。
Figure 3 shows content assist invoked on the document object.
将XML文档对象转换成可读文本。
文档对象模型(DOM)api。
我们使用会话文档上下文方法获得文档对象。
We get the document object using the session document context method.
文档对象模型为XML文档指定了树型表示。
The document Object Model specifies a tree-based representation for an XML document.
处理XML文档对象。
与这个主题相关联的所有文档对象都是有效对象。
All associated document objects to the subject are valid objects.
元素的类型属性指定作为源文档对象要实例化的类。
The type attribute of the element specifies the class to instantiate as the source document object.
它意味着使用文档对象模型,意味着HTML和SVG。
It means using the document object model, it means for HTML and SVG, and so on.
与在示例应用程序中所做的一样,还要在这时关闭文档对象。
We will also close the document object here as we are done with our sample application.
应用程序解析XML文档,通常使用文档对象模型(DOM)。
The application parses the XML document, typically using the document object model (DOM).
DOM级别2.0:w3c文档对象模型级别2API推荐。
DOM level 2.0: The W3C Document Object Model level 2 API Recommendation.
DOM级别1.0:w3c文档对象模型级别1API推荐。
DOM level 1.0: The W3C Document Object Model level 1 API Recommendation.
Xerces2是W3C文档对象模型标准的Apache实现。
Xerces2 is the Apache implementation of the W3C document object model standard.
这就是文档对象模型的基本原理,而且是DOM最有用的性质之一。
This is the document object model principle in a nutshell, and it is in fact one of the most useful aspects of dom.
浏览器为动态显示和交互所提供的文档对象模型(DOM)api。
The Document Object Model (DOM) API exposed by the browser for dynamic display and interaction.
称作文档对象模型(DOM)的库,允许对现有Web页面进行更新。
A library — called the document object model (DOM) — allowing updates of the existing Web page.
熟悉文档对象模型(DOM)可以帮助理解节点的概念,但不是必需的。
Familiarity with the Document Object Model (DOM) is helpful for an understanding of nodes, but is not required.
阅读了三篇关于使用文档对象类型的文章之后,再来讨论它是不是很简单了?
That's a bit of a letdown after three articles on using the Document Object Model, isn't it?
如果存在一个定义文档对象模型的原则,它将把信息排列成父-子层次结构。
If one principle defined the Document Object Model, it would be that information is arranged as a parent-child hierarchy. For example, the following XML.
首先,使用解析器构建文档表示的某个数量的副本,并保存每个结果文档对象。
First, some number of copies of the document representations are built from parsers, with each resulting document object retained.
让浏览器将该文档识别为XML并为其创建文档对象模型(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会有所帮助,不过文中将简要介绍XML和文档对象模型(DOM)。
Familiarity with XML will be helpful, but we will provide a short introduction to XML and the Document Object Model (DOM).
而且,文档对象可能已经安装了一些用于其他用途的处理程序,您不可以覆盖它们。
Also, the document object might already have handlers installed for some other purpose, and you don't want to overwrite them.
文档对象模型将XML文档内的元素、文本和其他类型的节点呈现为一系列的父子关系。
The document Object Model represents elements, text, and other types of nodes within an XML document as a series of parent-child relationships.
这个对象分析传递进来的WSIL检查文档并允许检索WSIL文档对象,如清单1所示。
This object parses the passed WSIL inspection document and allows for the retrieval of an WSIL document object, as shown in Listing 1.
虽然这是专门讨论文档对象模型的系列文章的最后一期,但肯定还会看到其他关于DOM的文章。
Although this is the last of the articles in this series specifically focusing on the Document Object Model, it's not the last you'll see of the DOM.
虽然XML文档对象易于解析,并且在代码层次上易于理解,但它在用户可读性方面仍然是失败的。
Although the XML document object is easy to parse and easy to understand on the coding level, it fails in user readability.
第一个参数是对文档对象的引用,第二个参数是文件的实际名称,在该名称中还会给出其输出路径。
The first argument is the reference to the document object, and the second argument is the absolute name of file in which output will be written.
服务器将XML数据发送到浏览器时,使用文档对象模型(DOM)API来处理这些XML数据。
When the server sends XML data to the browser, that XML data is processed using Document Object Model (DOM) APIs.
应用推荐