图3展示了内容帮助调用文档对象。
Figure 3 shows content assist invoked on the document object.
文档对象包含很多需要注意的方法。
The document object contains many of the methods that you might want to review.
将XML文档对象转换成可读文本。
最后还有DOM,即文档对象模型。
Last but not least, there's the DOM, the Document Object Model.
文档对象模型(DOM)api。
最后,将所有的文档对象写入到输出流。
Finally, each document object is written to an output stream.
获取WebBrowser的文档对象。
JDOM文档对象模型以易于使用而著称。
我们使用会话文档上下文方法获得文档对象。
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?
首先,使用解析器构建文档表示的某个数量的副本,并保存每个结果文档对象。
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.
应用推荐