• Last but not least, there's the DOM, the Document Object Model.

    最后还有DOM,即文档对象模型。

    youdao

  • To access the XML file, we will use the Document Object Model (DOM).

    要访问XML文件,我们将利用文档对象模型(Document Object Model, DOM)。

    youdao

  • It means using the document object model, it means for HTML and SVG, and so on.

    它意味着使用文档对象模型,意味着HTML和SVG。

    youdao

  • The document Object Model specifies a tree-based representation for an XML document.

    文档对象模型为XML文档指定了树型表示。

    youdao

  • The Document object Model is a hierarchy of objects and functions in the Web page.

    Document Object Model是web页面中的对象和函数的等级结构。

    youdao

  • Most of the XML programming seen currently is based on the Document Object Model (DOM).

    目前大多数XML编程都是基于文档对象模型(Document Object Model, DOM)。

    youdao

  • The application parses the XML document, typically using the document object model (DOM).

    应用程序解析XML文档,通常使用文档对象模型(DOM)。

    youdao

  • A library — called the document object model (DOM) — allowing updates of the existing Web page.

    称作文档对象模型(DOM)的库,允许对现有Web页面进行更新。

    youdao

  • That's a bit of a letdown after three articles on using the Document Object Model, isn't it?

    阅读了三篇关于使用文档对象类型的文章之后,再来讨论它是不是很简单了?

    youdao

  • The standard means for reading and manipulating XML files is the Document Object Model (DOM).

    用于读取和操作XML文件的标准是文档对象模型(Document Object Model, DOM)。

    youdao

  • The Document Object Model (DOM) API exposed by the browser for dynamic display and interaction.

    浏览器为动态显示和交互所提供的文档对象模型(DOM)api。

    youdao

  • Navigate to the Document Object Model viewing pane on the website's source code you want to modify.

    定位到文档对象模型在网站的源代码要修改查看窗格。

    youdao

  • The DOM Explorer allows developers to examine and manipulate the Document Object Model of an HTML page.

    DOM资源管理器(DOMExplorer)使得开发者可以检查并操作HTML页面中的文档对象模型(Document Object Model)。

    youdao

  • The document Object Model (DOM) provides another way to represent, store and manipulate that same document.

    DOM提供了另一种方式来表示,存储,操作这个文档。

    youdao

  • 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文档的各个部分。

    youdao

  • Familiarity with the Document Object Model (DOM) is helpful for an understanding of nodes, but is not required.

    熟悉文档对象模型(DOM)可以帮助理解节点的概念,但不是必需的。

    youdao

  • This is the document object model principle in a nutshell, and it is in fact one of the most useful aspects of dom.

    这就是文档对象模型的基本原理,而且是DOM最有用的性质之一。

    youdao

  • Familiarity with XML will be helpful, but we will provide a short introduction to XML and the Document Object Model (DOM).

    了解XML会有所帮助,不过文中将简要介绍XML和文档对象模型(DOM)。

    youdao

  • The document Object Model represents elements, text, and other types of nodes within an XML document as a series of parent-child relationships.

    文档对象模型将XML文档内的元素、文本和其他类型的节点呈现为一系列的父子关系。

    youdao

  • 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.

    前面两期文章已经详细介绍了文档对象模型或者DOM,读者应该很清楚 DOM 是如何工作的了。

    youdao

  • 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.

    只有当希望修改本教程中的代码以适应具体应用程序时才需要了解文档对象模型(DOM)的工作原理。

    youdao

  • The earlier parts of this series focused on the use of the Document Object Model and on SimpleXML to perform both simple and complex parsing tasks.

    本系列的第一部分讨论了使用文档对象模型和SimpleXML执行简单和复杂的解析任务。

    youdao

  • 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.

    虽然这是专门讨论文档对象模型的系列文章的最后一期,但肯定还会看到其他关于DOM的文章。

    youdao

  • 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.

    如果存在一个定义文档对象模型的原则,它将把信息排列成父-子层次结构。

    youdao

  • The Document Object Model (DOM) specifies the representation of Web pages and related browser objects so they can be accessed and manipulated by an ECMAScript program.

    文档对象模型 (DOM)指定了Web页面的表示方法和相关的浏览器对象,因此可以通过ECMAScript程序进行访问和操作。

    youdao

  • 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.

    处理XML响应和处理普通文本有很大不同,涉及到解析、文档对象模型(DOM)和其他一些问题。

    youdao

  • 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.

    “文档对象模型(DOM)”是一个与平台和语言无关的接口,它用于动态访问和更新XML文档的内容、结构和样式。

    youdao

  • This approach is limited by the XML capabilities of the client environment and also requires a level of expertise in writing clients based on the document object model (DOM).

    这种方法受到客户机环境的XML功能的限制,还需要编写基于文档对象模型(DOM)的客户机的专业技能。

    youdao

  • The document Object Model (DOM), is a recognized W3C standard for platform - and language-neutral dynamic access and update of the content, structure, and style of XML documents.

    文档对象模型(Document Object Model, DOM)是公认的W3C标准,它被用于与平台及语言无关的XML文档内容、结构和样式的动态访问和更新。

    youdao

  • Next, let's examine some important scenarios associated with the Document Object Model (DOM) -including loading, saving, walking a DOM tree, and creating a new DOM tree in memory.

    接下去,让我们讨论一些在文档对象模型(DOM)中很重要的场景,包括载入,保存,遍历DOM树和在内存中创建一个新的DOM树。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定