Working with an XML document object.
处理XML文档对象。
Document Object Model (DOM) API.
文档对象模型(DOM)api。
Figure 3 shows content assist invoked on the document object.
图3展示了内容帮助调用文档对象。
Note also that you install these handlers in the document object.
还有一点需要注意:是在document对象内安装这些处理程序的。
We get the document object using the session document context method.
我们使用会话文档上下文方法获得文档对象。
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推荐。
OdfFileDom contentDom: Corresponds to the XML document object of content.xml.
OdfFileDom contentDom:对应于 content.xml 的 XML文档对象。
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文档指定了树型表示。
We will also close the document object here as we are done with our sample application.
与在示例应用程序中所做的一样,还要在这时关闭文档对象。
The Document object Model is a hierarchy of objects and functions in the Web page.
Document ObjectModel是web页面中的对象和函数的等级结构。
The application parses the XML document, typically using the document object model (DOM).
应用程序解析XML文档,通常使用文档对象模型(DOM)。
You just pass in your input source to the parser, and it gives you a document object.
只需将输入源传入解析器中,然后解析器将为您提供document对象。
Most of the XML programming seen currently is based on the Document Object Model (DOM).
目前大多数XML编程都是基于文档对象模型(Document Object Model, DOM)。
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?
阅读了三篇关于使用文档对象类型的文章之后,再来讨论它是不是很简单了?
The standard means for reading and manipulating XML files is the Document Object Model (DOM).
用于读取和操作XML文件的标准是文档对象模型(Document Object Model, DOM)。
The type attribute of the element specifies the class to instantiate as the source document object.
元素的类型属性指定作为源文档对象要实例化的类。
The Document Object Model (DOM) API exposed by the browser for dynamic display and interaction.
浏览器为动态显示和交互所提供的文档对象模型(DOM)api。
Parse XML documents using the Simple API for XML 2 (SAX2) and document Object Model 2 (DOM2) parsers.
使用SimpleAPIforXML2 (SAX2)和文档对象模型2 (DOM2)解析器解析xml文档。
The code also creates an XPath object that will facilitate making XPath queries on the Document object.
此代码还创建一个XPath对象,以方便对Document对象进行XPath查询。
The DOM Explorer allows developers to examine and manipulate the Document Object Model of an HTML page.
DOM资源管理器(DOMExplorer)使得开发者可以检查并操作HTML页面中的文档对象模型(Document Object Model)。
File and create a Document object from it. This Document object is the one which contains the parsed XML file.
打开shoppingcart.xml文件并从该文件创建一个Document对象,该对象包含解析后的xml文件。
Familiarity with the Document Object Model (DOM) is helpful for an understanding of nodes, but is not required.
熟悉文档对象模型(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)至关重要。
When the server sends XML data to the browser, that XML data is processed using Document Object Model (DOM) APIs.
服务器将XML数据发送到浏览器时,使用文档对象模型(DOM)API来处理这些XML数据。
Although the XML document object is easy to parse and easy to understand on the coding level, it fails in user readability.
虽然XML文档对象易于解析,并且在代码层次上易于理解,但它在用户可读性方面仍然是失败的。
应用推荐