如今,许多公司正在标准化使用开放应用程序组信息系统(OAGIS)的业务对象文档(BOD)。
Today, many companies are standardizing on using the Open Application Group Information System's (OAGIS) Business Object Documents (BOD).
虽然XML文档对象易于解析,并且在代码层次上易于理解,但它在用户可读性方面仍然是失败的。
Although the XML document object is easy to parse and easy to understand on the coding level, it fails in user readability.
熟悉文档对象模型(DOM)可以帮助理解节点的概念,但不是必需的。
Familiarity with the Document Object Model (DOM) is helpful for an understanding of nodes, but is not required.
与在示例应用程序中所做的一样,还要在这时关闭文档对象。
We will also close the document object here as we are done with our sample application.
只有当希望修改本教程中的代码以适应具体应用程序时才需要了解文档对象模型(DOM)的工作原理。
You need to know how the Document Object Model (DOM) works only if you wish to change the code in this tutorial to suit your own applications.
最后,将所有的文档对象写入到输出流。
Finally, each document object is written to an output stream.
阅读了三篇关于使用文档对象类型的文章之后,再来讨论它是不是很简单了?
That's a bit of a letdown after three articles on using the Document Object Model, isn't it?
而且,文档对象可能已经安装了一些用于其他用途的处理程序,您不可以覆盖它们。
Also, the document object might already have handlers installed for some other purpose, and you don't want to overwrite them.
“文档对象模型(DOM)”是一个与平台和语言无关的接口,它用于动态访问和更新XML文档的内容、结构和样式。
The Document Object Model (DOM), is a platform- and language-neutral interface for dynamically accessing and updating the content, structure, and style of XML documents.
元素的类型属性指定作为源文档对象要实例化的类。
The type attribute of the element specifies the class to instantiate as the source document object.
服务器将XML数据发送到浏览器时,使用文档对象模型(DOM)API来处理这些XML数据。
When the server sends XML data to the browser, that XML data is processed using Document Object Model (DOM) APIs.
图3展示了内容帮助调用文档对象。
Figure 3 shows content assist invoked on the document object.
处理XML响应和处理普通文本有很大不同,涉及到解析、文档对象模型(DOM)和其他一些问题。
Dealing with an XML response is quite different than dealing with plain text and involves parsing, the Document Object Model (DOM), and several other considerations.
前面两期文章已经详细介绍了文档对象模型或者DOM,读者应该很清楚 DOM 是如何工作的了。
You've had two full articles of introduction to the Document Object Model, or DOM; you should be pretty comfortable with how the DOM works by now.
JDOM文档对象模型以易于使用而著称。
了解XML会有所帮助,不过文中将简要介绍XML和文档对象模型(DOM)。
Familiarity with XML will be helpful, but we will provide a short introduction to XML and the Document Object Model (DOM).
文档对象包含很多需要注意的方法。
The document object contains many of the methods that you might want to review.
将XML文档对象转换成可读文本。
它意味着使用文档对象模型,意味着HTML和SVG。
It means using the document object model, it means for HTML and SVG, and so on.
最后还有DOM,即文档对象模型。
Last but not least, there's the DOM, the Document Object Model.
浏览器为动态显示和交互所提供的文档对象模型(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.
要访问XML文件,我们将利用文档对象模型(Document Object Model, DOM)。
To access the XML file, we will use the Document Object Model (DOM).
用于读取和操作XML文件的标准是文档对象模型(Document Object Model, DOM)。
The standard means for reading and manipulating XML files is the Document Object Model (DOM).
文档对象模型(DOM)api。
获取WebBrowser的文档对象。
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.
使用SimpleAPIforXML2 (SAX2)和文档对象模型2 (DOM2)解析器解析xml文档。
Parse XML documents using the Simple API for XML 2 (SAX2) and document Object Model 2 (DOM2) parsers.
编写用于创建XMLHttpRequest (XHR)和处理XML文档对象的浏览器无关的代码。
Write browser independent code for creating XMLHttpRequest (XHR) and processing XML document objects.
应用推荐