单词 | document object model | ||||||||||||||||
释义 | document object model
更多释义 收起释义 例句释义: 文档对象模型,文件目标模块,文件对象模型 1. That's a bit of a letdown after three articles on using the Document Object Model, isn't it? 阅读了三篇关于使用文档对象类型的文章之后,再来讨论它是不是很简单了? www.ibm.com 2. The XML Document Object Model (DOM) looks to see if the entity name being referenced has already been declared. XML文档对象模型(DOM)查看是否已声明了引用的实体名称。 technet.microsoft.com 3. The XML Document Object Model ( DOM ) treats XML data as a standard set of objects and is used to process XML data in memory . XML文档对象模型(DOM)将XML数据作为一组标准的对象对待,用于处理内存中的XML数据。 www.bing.com 4. The Microsoft. NET Framework includes a base set of classes that provides an implementation of the XML Document Object Model (DOM). Microsoft.NETFramework包括提供XML文档对象模型(DOM)实现的类的基本集合。 msdn2.microsoft.com 5. Learn to use the Document Object Model (DOM), a tree API that provides direct access to parts of an XML document. 学习使用文档对象模型(DocumentObjectModel,DOM),使用这种树API可以直接访问XML文档的各个部分。 www.ibm.com 6. DOM: The Document Object Model is a specific tree-structured programming model of an XML document described as a standard by the W3C. “文档对象模型”是XML文档的一种特殊树型结构编程模型,W3C将它描述成一个标准。 hi.baidu.com 7. Familiarity with the Document Object Model (DOM) is helpful for an understanding of nodes, but is not required. 熟悉文档对象模型(DOM)可以帮助理解节点的概念,但不是必需的。 www.ibm.com 8. It provides the in-memory document modification capabilities of the Document Object Model (DOM), and supports LINQ query expressions. 它提供文件物件模型(DOM)的记忆体中文件修改能力,而且支援LINQ查询运算式。 technet.microsoft.com 9. For populating the product and color table, the shredding is done in a Java application that uses a Document Object Model (DOM) parser. 为了填充product和color表,Java应用程序中使用一个DocumentObjectModel(DOM)解析器执行分解。 www.ibm.com 10. The Document Object Model (DOM) is one of the most widely available APIs. 文档对象模型是使用最广泛的API之一。 www.ibm.com 1. Familiarity with the Document Object Model in Java technology or other languages, is helpful, but not required. 熟悉Java技术或其他语言的文档对象模型会有所帮助,但不是必要条件。 www.ibm.com 2. This class exposes the XML Document Object Model, or DOM, which can be used to manipulate XML data. 此类会公开XML文档对象模型(DOM),可用于操作XML数据。 msdn2.microsoft.com 3. The XML Document Object Model (DOM) checks the validity of the names when creating new element nodes or attribute nodes. XML文档对象模型(DOM)在创建新元素节点或属性节点时检查名称的有效性。 msdn.microsoft.com 4. Browsers automatically make available a set of objects called the document object model (DOM) that represents the page being processed. 浏览器将自动处理可用的被称为文档对象模型(documentobjectmodel,DOM)的对象集,DOM代表页面。 www.ibm.com 5. The Document Object Model specifies a tree-based representation for an XML document. “文档对象模型”(DOM)为XML文档指定了树型表示。 www.ibm.com 6. Gets a Sys. UI. Behavior instance with the specified name property from the specified HTML Document Object Model (DOM) element. 从指定的HTML文档对象模型(DOM)元素中获取一个具有指定name属性的Sys.UI.Behavior实例。 msdn2.microsoft.com 7. Toggles a CSS class of the HTML Document Object Model (DOM) element that the control is attached to . 对控件附加到的HTML文档对象模型(DOM)元素的CSS类进行切换。 www.bing.com 8. Gets the HTML Document Object Model (DOM) element that the current Sys. UI. Control instance is associated with. 获取与当前Sys.UI.Control实例关联的HTML文档对象模型(DOM)元素。 msdn2.microsoft.com 9. The user-level code updates the UI of the page, essentially using Document Object Model (DOM) scripting. 用户级代码实质上使用文档对象模型(DOM)脚本更新页面的UI。 blog.163.com 10. We'll illustrate several methods of the Document Object Model (DOM) along the way. 在这一过程中我们还将说明文档对象模型(DOM)的一些方法。 www.ibm.com 1. Go directly to the source -- the W3C's DOM resource page includes links to all of the standards relating to the Document Object Model. 直接访问DOM发源地——W3C的DOM资源页面,其中包含到所有与文档对象模型相关的标准的链接。 www.ibm.com 2. The parsed document is a document object model (DOM) tree representation of various nodes in the XML document. 已分析文档以文档对象模型(DOM)树的形式说明XML文档中的各种节点。 msdn2.microsoft.com 3. Understanding DOM (developerWorks, July 2003): This tutorial teaches you about the structure of a DOM (Document Object Model) document. 理解DOM(developerWorks,2003年7月):该教程介绍了关于DOM(文档对象模型)的文档结构。 www.ibm.com 4. Secondly, through the research of XML document object model, this dissertation proposed the designing ideas of editor engine based on DOM. 另外,通过对XML文件调查,提出了在以上条件下DOM的编辑器引擎设计想法。 www.zidir.com 5. Removes a CSS class from the HTML Document Object Model (DOM) element that the control is attached to. 从控件附加到的HTML文档对象模型(DOM)元素中移除一个CSS类。 msdn2.microsoft.com 6. Adds a CSS class to the HTML Document Object Model (DOM) element that the control is attached to. 将一个CSS类添加到控件附加到的HTML文档对象模型(DOM)元素中。 msdn2.microsoft.com 7. The XOM document object model protects users from common mistakes in the use of XML, while offering good performance and memory-efficiency. TheXOM文档对象模型可以防止用户在使用XML时出现的常见错误,同时提供了良好的性能和高效的内存使用。 www.ibm.com 8. Explains the Code Document Object Model (CodeDOM), which enables the output of source code in multiple programming languages. 解释代码文档对象模型(CodeDOM),该模型实现了多种编程语言的源代码的输出。 msdn2.microsoft.com 9. The Document Object Model gives us access to every element in a document. 文档对象模型能让我们访问到文档中的每一个元素。 www.86oo.com 10. The standard means for reading and manipulating XML files is the Document Object Model (DOM). 用于读取和操作XML文件的标准是文档对象模型(DocumentObjectModel,DOM)。 www.ibm.com 1. That callback usually uses the JavaScript Document Object Model (DOM) to manipulate the elements of the page based on the new data. 该回调通常使用JavaScript文档对象模型(DocumentObjectModel,DOM)来根据新数据操作页面元素。 www.ibm.com 2. This property is a Microsoft extension to the Document Object Model (DOM). 该属性是文档对象模型(DOM)的Microsoft扩展。 msdn2.microsoft.com 3. This method is a Microsoft extension to the Document Object Model (DOM). 该方法是文档对象模型(DOM)的Microsoft扩展。 msdn2.microsoft.com 4. They also differed in support for JavaScript code and the Document Object Model (DOM). 它们对JavaScript代码和文档对象模型(DOM)的支持情况也各有不同。 www.ibm.com 5. A library -- called the document object model (DOM) -- allowing updates of the existing Web page. 称作文档对象模型(DOM)的库,允许对现有Web页面进行更新。 www.ibm.com 6. In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. 简单地说,TinyXML解析一个XML文档并由此生成一个可读可修改可保存的文档对象模型(DOM)。 zyilxm.blog.163.com 7. Provides a common base class for most Code Document Object Model (CodeDOM) objects. 为大部分代码文档对象模型(CodeDOM)对象提供通用基类。 msdn2.microsoft.com 8. CodeDomDesignerLoader is an abstract class that provides a full designer loader based on the Code Document Object Model (CodeDOM). CodeDomDesignerLoader是一个抽象类,它提供基于代码文档对象模型(CodeDOM)的完整设计器加载程序。 msdn2.microsoft.com 9. The data model in DPTK is presented to the DPTK templates as a document object model (DOM). DPTK中的数据模型在DPTK模板上显示为文档对象模型(DOM)。 www.ibm.com 10. Xerces2 is the Apache implementation of the W3C document object model standard. Xerces2是W3C文档对象模型标准的Apache实现。 www.ibm.com 1. This node can then be reinserted somewhere else in the XML Document Object Model (DOM). 此节点可以重新插入XML文档对象模型(DOM)中的任何其他位置。 technet.microsoft.com 2. Gets the code document object model (CodeDOM) represented in the code item. 获取在代码项中表示的代码文档对象模型(CodeDOM)。 msdn2.microsoft.com 3. The JDOM document object model is known for ease of use. JDOM文档对象模型以易于使用而著称。 www.ibm.com 4. Provides a quick lookup table for developers using the Code Document Object Model (CodeDOM). 为使用代码文档对象模型(CodeDOM)的开发人员提供快速查找表。 msdn2.microsoft.com 5. XUL uses a document object model (DOM) to store the tree of nodes. XUL使用文档对象模型(DOM)存储节点树。 www.ibm.com 6. Last but not least, there's the DOM, the Document Object Model. 最后还有DOM,即文档对象模型。 www.ibm.com 7. Familiarity with XML will be helpful, but we will provide a short introduction to XML and the Document Object Model (DOM). 了解XML会有所帮助,不过文中将简要介绍XML和文档对象模型(DOM)。 www.ibm.com 8. The XmlDocument class implements the W3C document object model (DOM) level 1 core and the core DOM level 2 recommendations. XmlDocument类实现W3C文档对象模型(DOM)级别1核心和DOM级别2核心建议。 msdn2.microsoft.com 9. It means using the document object model, it means for HTML and SVG, and so on. 它意味着使用文档对象模型,意味着HTML和SVG。 www.ibm.com 10. Primarily, updategrams aren't supported by ADO, SQL Server, SQLXML, or object models such as the XML Document Object Model (DOM). 首先,ADO、SQLServer、SQLXML或对象模型(如XML文档对象模型(DOM))不支持updategram。 msdn2.microsoft.com 1. The DOM Explorer allows developers to examine and manipulate the Document Object Model of an HTML page DOM资源管理器(DOMExplorer)使得开发者可以检查并操作HTML页面中的文档对象模型(DocumentObjectModel) www.infoq.com 2. Accessing Unexposed Members on the Managed HTML Document Object Model 在托管HTML文档对象模型中访问未公开成员 msdn2.microsoft.com 3. Accessing Frames in the Managed HTML Document Object Model 在托管HTML文档对象模型中访问框架 msdn2.microsoft.com 4. dynamic display and interaction using the Document Object Model; 使用文档对象模型(DOM)的动态响应与交互; www.bing.com 5. DOM, DTS Object Model, Document Object Model, DTS 对象模型,文档对象模型 wenku.baidu.com 6. How to: Access the HTML Source in the Managed HTML Document Object Model 如何:在托管HTML文档对象模型中访问HTML源 msdn2.microsoft.com 7. What the Document Object Model (DOM) is 什么是文档对象模型(DOM) www.ibm.com 8. How to: Access the Managed HTML Document Object Model 如何:访问托管HTML文档对象模型 msdn2.microsoft.com 9. How to: Change Styles on an Element in the Managed HTML Document Object Model 如何:在托管HTML文档对象模型中更改元素的样式 msdn2.microsoft.com 10. A Technic of Document Object Model Based on Java 基于Java的文档对象模型的技术 ilib.cn |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。