网站首页  词典首页

请输入您要查询的英文单词:

 

单词 document object
释义

document object

  • 网络文档对象;文件对象;文件物件
1.
文档对象
只需要调用一个文档对象(document object)的方法就可以很方便的创建一个节点。我们使用文档对象的createtextnode()方法。
www.xiaoxiaozi.com
2.
文件对象
电脑的简称_百度知道 ... document name 文件名称 document object 文件对象 document Reader 文件阅读机 ...
zhidao.baidu.com
3.
文件物件
译网情深 -... ... document name 文档名 文件名称 document object 文档对象 文件物件 document template 文档模板 文件模板 ...
bbs.translators.com.cn
4.
事件
... 2001:Excel problem 问题!(编号:14759) 2001:document object 事件(编号:14752) 2000:Access MDB 2000: 宣告问题(编 …
vbqa.pixnet.net
5.
凭证对象
Vincent's Cyberspace: SAP... ... document number 凭证号 document object 凭证对象 document object model 文档对象模型 ...
vincentcyberspace.blogspot.com

例句

释义:
1.
That's a bit of a letdown after three articles on using the Document Object Model, isn't it?
阅读了三篇关于使用文档对象类型的文章之后,再来讨论它是不是很简单了?
www.ibm.com
2.
You then use the document object to create a new element, just as you would do in any other language, with the name of div.
然后可以使用document对象创建一个名为div的新元素,就像在其他语言中一样。
www.ibm.com
3.
The XML Document Object Model (DOM) looks to see if the entity name being referenced has already been declared.
XML文档对象模型(DOM)查看是否已声明了引用的实体名称。
technet.microsoft.com
4.
This object parses the passed WSIL inspection document and allows for the retrieval of an WSIL document object, as shown in Listing 1.
这个对象分析传递进来的WSIL检查文档并允许检索WSIL文档对象,如清单1所示。
www.ibm.com
5.
The other difficulty is that the View's adapter must be able to link a View tabbed-document control with a ViewModel Document object.
另一项难点是View的适配器必须能够将View的选项卡式文档控件链接到ViewModelDocument对象。
harvey8819.blog.163.com
6.
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
7.
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
8.
The first step in reading the XML file is for the application to load the data and parse it into a Document object.
对于应用程序来说,读取XML文件的第一步是加载该数据并将其解析为一个Document对象。
www.ibm.com
9.
First, some number of copies of the document representations are built from parsers, with each resulting document object retained.
首先,使用解析器构建文档表示的某个数量的副本,并保存每个结果文档对象。
www.ibm.com
10.
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
1.
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
2.
Familiarity with the Document Object Model (DOM) is helpful for an understanding of nodes, but is not required.
熟悉文档对象模型(DOM)可以帮助理解节点的概念,但不是必需的。
www.ibm.com
3.
It provides the in-memory document modification capabilities of the Document Object Model (DOM), and supports LINQ query expressions.
它提供文件物件模型(DOM)的记忆体中文件修改能力,而且支援LINQ查询运算式。
technet.microsoft.com
4.
Although the XML document object is easy to parse and easy to understand on the coding level, it fails in user readability.
虽然XML文档对象易于解析,并且在代码层次上易于理解,但它在用户可读性方面仍然是失败的。
www.ibm.com
5.
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
6.
The Document Object Model (DOM) is one of the most widely available APIs.
文档对象模型是使用最广泛的API之一。
www.ibm.com
7.
Familiarity with the Document Object Model in Java technology or other languages, is helpful, but not required.
熟悉Java技术或其他语言的文档对象模型会有所帮助,但不是必要条件。
www.ibm.com
8.
This class exposes the XML Document Object Model, or DOM, which can be used to manipulate XML data.
此类会公开XML文档对象模型(DOM),可用于操作XML数据。
msdn2.microsoft.com
9.
Clearly, the document object is important, but is just the beginning.
显然,document对象很重要,但这只是开始。
www.ibm.com
10.
The type attribute of the element specifies the class to instantiate as the source document object.
元素的类型属性指定作为源文档对象要实例化的类。
www.ibm.com
1.
Those lines instantiate a cross-browser-compliant XML document object that can be parsed by the JavaScript programming language.
这几行实例化跨浏览器兼容的XML文档对象,它可由JavaScript编程语言解析。
www.ibm.com
2.
A document object that, as the root of the document tree, provides access to the entire XML document.
作为文档树的根的文档对象提供对整个XML文档的访问。
msdn2.microsoft.com
3.
To use DOM, you parse the document into a document object.
要使用DOM,需要把文档解析成文档对象。
www.ibm.com
4.
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
5.
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
6.
This greatly improves the xmlbeans data binding support for Axis2 -- every message and SOAP document object gets its own object.
这将大大提高对Axis2的xmlbeans数据的绑定支持——每个消息和SOAP文档对象都将获得其自己的对象。
www.ibm.com
7.
The Document Object Model specifies a tree-based representation for an XML document.
“文档对象模型”(DOM)为XML文档指定了树型表示。
www.ibm.com
8.
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
9.
Toggles a CSS class of the HTML Document Object Model (DOM) element that the control is attached to .
对控件附加到的HTML文档对象模型(DOM)元素的CSS类进行切换。
www.bing.com
10.
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
1.
The user-level code updates the UI of the page, essentially using Document Object Model (DOM) scripting.
用户级代码实质上使用文档对象模型(DOM)脚本更新页面的UI。
blog.163.com
2.
We'll illustrate several methods of the Document Object Model (DOM) along the way.
在这一过程中我们还将说明文档对象模型(DOM)的一些方法。
www.ibm.com
3.
Displays the cookie data available to client script from the cookie property of the document object.
从Document对象的Cookie属性显示可由客户端脚本使用的Cookie数据。
msdn2.microsoft.com
4.
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
5.
The parsed document is a document object model (DOM) tree representation of various nodes in the XML document.
已分析文档以文档对象模型(DOM)树的形式说明XML文档中的各种节点。
msdn2.microsoft.com
6.
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
7.
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
8.
Removes a CSS class from the HTML Document Object Model (DOM) element that the control is attached to.
从控件附加到的HTML文档对象模型(DOM)元素中移除一个CSS类。
msdn2.microsoft.com
9.
Adds a CSS class to the HTML Document Object Model (DOM) element that the control is attached to.
将一个CSS类添加到控件附加到的HTML文档对象模型(DOM)元素中。
msdn2.microsoft.com
10.
The ResponseXML property returns an XML document object, which can be examined and parsed using W3C DOM node tree methods and properties.
属性返回了一份XML文档对象,可以使用W3CDOM节点树方法和属性对该XML文档对象进行检查和解析。
blog.csdn.net
1.
Read the document object: Human Resources Management System (HRM) of users, testers.
文档阅读对象:人力资源管理系统(HRM)的用户、测试人员。
www.pudn.com
2.
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
3.
Explains the Code Document Object Model (CodeDOM), which enables the output of source code in multiple programming languages.
解释代码文档对象模型(CodeDOM),该模型实现了多种编程语言的源代码的输出。
msdn2.microsoft.com
4.
The Document object corresponds to the actual Person document from the directory.
Document对象对应于目录中的实际Person文档。
www.ibm.com
5.
The Document Object Model gives us access to every element in a document.
文档对象模型能让我们访问到文档中的每一个元素。
www.86oo.com
6.
The standard means for reading and manipulating XML files is the Document Object Model (DOM).
用于读取和操作XML文件的标准是文档对象模型(DocumentObjectModel,DOM)。
www.ibm.com
7.
Messing with handlers in the document object, however, is dangerous business.
但是,在文档对象中加入处理程序有一定的风险。
www.ibm.com
8.
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
9.
This property is a Microsoft extension to the Document Object Model (DOM).
该属性是文档对象模型(DOM)的Microsoft扩展。
msdn2.microsoft.com
10.
This method is a Microsoft extension to the Document Object Model (DOM).
该方法是文档对象模型(DOM)的Microsoft扩展。
msdn2.microsoft.com
1.
You should remember from my last two articles that the key to almost everything in the DOM is the document object.
通过上两期文章应该记住DOM中最关键的是document对象。
www.ibm.com
2.
They also differed in support for JavaScript code and the Document Object Model (DOM).
它们对JavaScript代码和文档对象模型(DOM)的支持情况也各有不同。
www.ibm.com
3.
file and create a Document object from it. This Document object is the one which contains the parsed XML file.
打开shoppingcart.xml文件并从该文件创建一个Document对象,该对象包含解析后的XML文件。
www.ibm.com
4.
Finally, each document object is written to an output stream.
最后,将所有的文档对象写入到输出流。
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.
Also, the document object might already have handlers installed for some other purpose, and you don't want to overwrite them.
而且,文档对象可能已经安装了一些用于其他用途的处理程序,您不可以覆盖它们。
www.ibm.com
7.
This folder contains a set of documents of type CaseDiaryObject, which is a Document object.
这个文件夹包含一系列CaseDiaryObject类型的文档(这是Document对象)。
www.ibm.com
8.
Once inside the function, we instantiate a Word. Document object (specDoc) with the Range object's Parent property.
运行函数后,我们将使用Range对象的Parent属性实例化一个Word.Document对象(specDoc)。
msdn2.microsoft.com
9.
A SAX parser doesn't give back a nice document object like a DOM parser.
SAX解析器并不像DOM解析器一样返回一个精密的document对象。
www.ibm.com
10.
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
1.
Provides a common base class for most Code Document Object Model (CodeDOM) objects.
为大部分代码文档对象模型(CodeDOM)对象提供通用基类。
msdn2.microsoft.com
2.
CodeDomDesignerLoader is an abstract class that provides a full designer loader based on the Code Document Object Model (CodeDOM).
CodeDomDesignerLoader是一个抽象类,它提供基于代码文档对象模型(CodeDOM)的完整设计器加载程序。
msdn2.microsoft.com
3.
Provides the view for the document object.
提供文档对象的视图。
msdn2.microsoft.com
4.
The data model in DPTK is presented to the DPTK templates as a document object model (DOM).
DPTK中的数据模型在DPTK模板上显示为文档对象模型(DOM)。
www.ibm.com
5.
Xerces2 is the Apache implementation of the W3C document object model standard.
Xerces2是W3C文档对象模型标准的Apache实现。
www.ibm.com
6.
This node can then be reinserted somewhere else in the XML Document Object Model (DOM).
此节点可以重新插入XML文档对象模型(DOM)中的任何其他位置。
technet.microsoft.com
7.
Gets the code document object model (CodeDOM) represented in the code item.
获取在代码项中表示的代码文档对象模型(CodeDOM)。
msdn2.microsoft.com
8.
The JDOM document object model is known for ease of use.
JDOM文档对象模型以易于使用而著称。
www.ibm.com
9.
Provides a quick lookup table for developers using the Code Document Object Model (CodeDOM).
为使用代码文档对象模型(CodeDOM)的开发人员提供快速查找表。
msdn2.microsoft.com
10.
We get the document object using the session document context method.
我们使用会话文档上下文方法获得文档对象。
www.ibm.com
1.
XUL uses a document object model (DOM) to store the tree of nodes.
XUL使用文档对象模型(DOM)存储节点树。
www.ibm.com
2.
Shows how to refer to a Document object by using the document's name or its index value in the collection.
演示如何通过文档名称或其在集合中的索引值来引用Document对象。
msdn2.microsoft.com
3.
Last but not least, there's the DOM, the Document Object Model.
最后还有DOM,即文档对象模型。
www.ibm.com
4.
You just pass in your input source to the parser, and it gives you a document object.
只需将输入源传入解析器中,然后解析器将为您提供document对象。
www.ibm.com
5.
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
6.
We will also close the document object here as we are done with our sample application.
与在示例应用程序中所做的一样,还要在这时关闭文档对象。
www.ibm.com
7.
For example, if you copied the information from a Microsoft Word document, click Microsoft Word Document Object.
例如,如果从MicrosoftWord文档复制信息,请单击“MicrosoftWord文档对象”。
office.microsoft.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.
Lines 9-11 in listing 1 explain the steps required to transform the inputStream into an XML document object.
清单1的9-11行阐述了将inputStream转换成XML文档对象所需的步骤。
www.ibm.com
10.
It means using the document object model, it means for HTML and SVG, and so on.
它意味着使用文档对象模型,意味着HTML和SVG。
www.ibm.com
1.
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
2.
This method opens an existing document and returns a pointer to the document object. It also allows control over whether or not to
此方法打开一个已经存在的文档并返回指向此文档对象的指针。它在打开文档时允许做下面控制
blog.csdn.net
3.
The DOM Explorer allows developers to examine and manipulate the Document Object Model of an HTML page
DOM资源管理器(DOMExplorer)使得开发者可以检查并操作HTML页面中的文档对象模型(DocumentObjectModel)
www.infoq.com
4.
Parsing can then occur, and the resultant DOM Document object is handed off to a method that prints the DOM tree
然后,就可以进行语法分析了,产生的DOMDocument对象传递给打印DOM树的方法。
www.ibm.com
5.
OwnerDocument Returns the root element (document object) for an element
返回一个元素的根元素(文档对象)
www.zhangheng.net
6.
Returns the root element (document object) for a node
返回一个节点的根元素(文档对象)
blog.sina.com.cn
7.
Accessing Unexposed Members on the Managed HTML Document Object Model
在托管HTML文档对象模型中访问未公开成员
msdn2.microsoft.com
8.
Accessing Frames in the Managed HTML Document Object Model
在托管HTML文档对象模型中访问框架
msdn2.microsoft.com
9.
dynamic display and interaction using the Document Object Model;
使用文档对象模型(DOM)的动态响应与交互;
www.bing.com
10.
DOM, DTS Object Model, Document Object Model, DTS
对象模型,文档对象模型
wenku.baidu.com
1.
Events propagation and application based on document object
基于文档对象的事件传播与应用
www.ilib.cn
2.
How to: Access the HTML Source in the Managed HTML Document Object Model
如何:在托管HTML文档对象模型中访问HTML源
msdn2.microsoft.com
3.
What the Document Object Model (DOM) is
什么是文档对象模型(DOM)
www.ibm.com
4.
How to: Access the Managed HTML Document Object Model
如何:访问托管HTML文档对象模型
msdn2.microsoft.com
5.
How to: Change Styles on an Element in the Managed HTML Document Object Model
如何:在托管HTML文档对象模型中更改元素的样式
msdn2.microsoft.com
6.
A Technic of Document Object Model Based on Java
基于Java的文档对象模型的技术
ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/28 10:52:48