单词 | dom. |
释义 | 例句释义: 杜马克,警察战车队,多米尼加共和国 1. He told Dom Frollo that they were really just friends and that Esmeralda was looking for her parents. 他告诉多姆·弗罗洛,他们只是朋友,而且艾丝米拉达正在找她的父母。 dictsearch.appspot.com 2. After using the DOM for a while, you'll see some patterns emerge -- things you'll want to be able to do over and over. 在使用DOM一段时间后,您会看到形成了一些模式——您想要反复做的事情。 www.ibm.com 3. An alternate implementation of this program might be more efficient if it used the SAX parsing method, rather than DOM. 这个程序的另一个实现可嫩更有效,如果使用SAX解析方法而不是DOM。 www.ibm.com 4. You can always access and manipulate DOM from JavaScript, making it easy to handle it like a typical HTML control. 您始终可以从JavaScript访问并操作DOM,并使之像典型的HTML控件一样易于处理。 www.ibm.com 5. Most parsers that implement the DOM provide at least a vendor-specific means of access to an underlying SAX parser. 很多实现DOM的解析器至少提供一个供应商专用的方法来访问一个底层SAX解析器。 www.ibm.com 6. However, there's a price to pay for so faithfully representing an XML document: DOM parsing tends to be memory intensive. 但是,这样如实地表示XML文档需要付出一定的代价:DOM解析往往需要占用很多内存。 www.ibm.com 7. In the DOM, it isn't always easy to tell which is the next node in document order. DOM通常很难告诉您,按照文档的顺序,下一个节点是什么。 www.ibm.com 8. It's almost as if we're being manipulated by Dom Cobb himself, as he effortlessly travels deep into our brain to plant an idea. 随着柯布毫不费力地深潜到我们的大脑里,植入一个想法时,我们被电影中的他完全操纵一样。 www.bing.com 9. Another option is to set a limit for how much data to read into the DOM. 另一种选择是设置对读入DOM的数据量的限制。 msdn2.microsoft.com 10. DOM forms a very effective base on which easy-to-use systems can be built by following a few simple principles. DOM奠定了一个非常有效的基础,遵循一些简单的原则就可其上构建易于使用的系统。 www-128.ibm.com 1. Let your users work with the DOM, and nothing else, at least in terms of your requirements for your class functioning. 让您的用户仅仅处理DOM,至少在类函数需求方面不需要任何其他内容。 www.ibm.com 2. Let's see if you can use the DOM to make a few more changes, and make that button useful whether the rabbit is in the hat or out of it. 我们来看看能否利用DOM再作一些修改,无论兔子在帽子里还是出来都让这个按钮派上用场。 www.ibm.com 3. The first step in making this bit of DOM trickery occur involves looking up the DOM node that represents the img element in the Web page. 完成这个DOM小戏法的第一步是找到网页中表示img元素的DOM节点。 www.ibm.com 4. Using the DOM isn't a good option, as there aren't good, simple ways to turn a DOM object into a string that you can send as a request. 使用DOM不是一种好的选择,因为没有简单易行的办法将DOM对象转化成在请求中发送的字符串。 www.ibm.com 5. First, if you've read this series faithfully, you know how to use the DOM, a JavaScript-friendly API with which you can manipulate XML. 首先,如果您一直忠实地阅读这个系列,那么您已经学会了如何使用DOM这种对JavaScript友好的API来操纵XML。 www.ibm.com 6. At this point, I'd normally show you how to use the DOM or at least give you a few code examples, but even that would be misleading. 现在,按照常规也许应该说明如何使用DOM,或者至少要给出一些示例代码,但这样做也可能误导您。 www.ibm.com 7. You can then add the isbn element and its text node just as you might with a typical DOM element. 然后就可以像处理典型的DOM元素一样,为它添加isbn元素和文本节点。 www.ibm.com 8. It's also easy to strip out the data and focus on just structure, which is what you'll need to do when working with the DOM. 将数据剥离开来并只侧重于结构也很简单,并且这也是处理DOM所需做的。 www.ibm.com 9. Note that the core DOM API does not give you methods to either parse XML data into a DOM, or to serialize the DOM back out to XML. 注意,核心DOMAPI并不能使您将XML数据解析到DOM,或者将DOM序列化为XML。 www.ibm.com 10. It's such a difficult problem that I have to dom uch to work it out. 这是一道如此难解的题,以致我得费很大力气才能把它做出来。 beike.dangzhi.com 1. A DOM parser turns an XML document into an easy-to-use object representing all the data from the XML document. DOM解析器将把XML文档转换成表示文档中所有数据的易于使用的对象。 www.ibm.com 2. JAXP initially had the goal to remove some of the vendor-specific details, related to which XML parser was used, from SAX and DOM code. 最初,JAXP的目标是从SAX和DOM代码中移除一些特定于供应商的信息(涉及到所使用的XML解析器)。 www.ibm.com 3. To make it look more like a typical breadcrumb trail, CSS and DOM style manipulations can be used to style the breadcrumb nodes. 要让其看上去更像是一个典型的breadcrumbtrail,CSS和DOM样式处理可用来样式化这些breadcrumb节点。 www.ibm.com 4. The name of a client-side DOM element does not match the name assigned to the corresponding control at design time. 在设计时客户端DOM元素的名称与指定给相应控件的名称不匹配。 www.ibm.com 5. As you can see, daisy chaining allows you to concatenate several DOM traversal statements together. 如您所见,菊花链方式可以将几个DOM遍历语句连接起来。 www.ibm.com 6. Unlike DOM, SAX is not endorsed by an official standardization body, but it is widely used and is considered a de facto standard. 与DOM不同,SAX没有经过官方标准机构的认可,但是它被广泛使用并被视为事实上的标准。 www.ibm.com 7. They do not feel confident enough in their DOM skills to produce the canonical functions that make up the helper library. 他们对自己的DOM技巧没有足够的信心来创建自己的、构成助手库的规范函数。 www.ibm.com 8. Also no need to make multiple DOM scripting calls: All that you need is a short string to define the elements to work on. 同样也不需要进行多个DOM脚本调用。您只需要使用一个简短的字符串对所需的元素进行定义即可。 www.ibm.com 9. You'll see that this is important in my discussion of DOM in the next section, Dealing with DOM. 您将看到,这对于下一节处理DOM中讨论DOM是重点。 www.ibm.com 10. Consider them prisoner war! They will be released when i had the photo graph. And don't think you can distract me with another ounce of dom. 把他们当成俘虏了!它们会在我得到照片后被释放!还有,别以为一瓶香槟酒能使我分心! blog.163.com 1. Since your custom element's shadow tree is always accessible to you through the DOM, you can use a live binding when hacking a component. 因为总是能够通过DOM访问定制元素的影像树,在对组件编程时您可以使用活动绑定。 www.ibm.com 2. This shouldn't be too much of a surprise: XPath is a core part of JAXP now, and JAXP provides integrated DOM support as well. 这毫不奇怪:XPath现在是JAXP的核心部分,而JAXP也提供了完整的DOM支持。 www.ibm.com 3. And its ready to go. Now lets look at some lines and how they relate to the DOM. 现在它准备好了,让我们看看其中的某些行和它们怎么与DOM联系起来。 zyilxm.blog.163.com 4. Session is defined as the length of time from when an application hosting the managed HTML DOM starts until the application closes. 此处的会话被定义为从承载托管HTMLDOM的应用程序启动到应用程序关闭之间的时间长度。 msdn2.microsoft.com 5. We have studied one of these reservoirs that comprise a dom al structure with very gentle dipping flanks, and high fractures density. 对其中一个两翼缓慢倾斜的穹窿结构和高密度裂缝组成的储层进行了研究。 www.agoil.cn 6. DOM is expensive in browsers, especially due to the generic nature of the platform. 浏览器中DOM的使用是很昂贵的,特别是由于平台的泛型本质。 www.infoq.com 7. Below are a few basic principles and guidelines for DOM usage, and a library of functions to make life easier. 下面是使用DOM的几条基本原则和方针,以及使工作更方便的函数库。 www.ibm.com 8. You might have noticed that all the work intimated above to avoid DOM-specific references now goes out the window. 您可能已经注意到,上面讨论的用于避免特定于DOM的引用的所有工作现在都显得不重要了。 www.ibm.com 9. In Listing 5 you see a closure in which a JavaScript object (obj) contains a reference to a DOM object (referenced by the id "element" ). 在清单5中,可以看到一个闭包,在此闭包内,JavaScript对象(obj)包含到DOM对象的引用(通过id“element”被引用)。 www.ibm.com 10. This function is all pretty standard DOM manipulation. 这个函数里执行的都是标准的DOM操作。 www.ibm.com 1. This does not require a complete node tree to be built in memory like the DOM . 这不需要在内存中生成完整的节点树,如DOM。 www.bing.com 2. In the early years of Bric-dom, the four countries chosen by O'Neill had different reactions to the designation. 最初几年,被奥尼尔选中的四个国家对金砖四国这个概念有着不同的反应。 www.ftchinese.com 3. It does not implement any other DOM specifications, and therefore performs better. 它没有实现其他的DOM规范,因此性能更好一些。 www.ibm.com 4. DOM is a standard set of interfaces that can be implemented across the board, letting programmers write just one version of their pages. DOM是可以在整个领域范围内实现的标准接口集,因此编程人员只需编写一个版本的页面。 www.ibm.com 5. So you can take a document from a file, apply an identity transformation, and end up with that same XML in a DOM Document. 因此您可以从文件中获得文档,然后应用标识转换,最终在DOMDocument中生成相同的XML。 www.ibm.com 6. For the DOM implementation I use a pair of references, child and next, to track my position in the ordered list of children. 对于DOM实现,我使用一对引用:child和next来跟踪子元素排序列表中我所处的位置。 www.ibm.com 7. One of the surprising aspects of our examination of the DOM projects was the amount of copy-and-paste code that was present. 我们对DOM项目的进行检查时,一个令人吃惊的方面之一就是存在大量复制和粘贴代码。 www.ibm.com 8. If you had to parse data like this with server-side Java code or even client-side JavaScript code, you might use DOM APIs. 如果必须要像这样用服务器端Java代码甚至是客户端JavaScript代码解析数据,您可能会使用DOMAPI。 www.ibm.com 9. This function is not part of the standard DOM libraries, but it's easy enough to implement. 此函数不是标准DOM库的一部分,但它很容易实现。 www.ibm.com 10. But for overall simplicity and clarity, we decided DOM would be easier to understand. 但为了实现总体简单性和清晰性,我们认为DOM将更容易理解。 www.ibm.com 1. What're you doing here, Dom? - I think I found a way home. 你来这里究竟做什么,多姆?-我想我找到了回家之路。 vinicoer.web-43.com 2. The W3C has normalized DOM, whose main advantage is to be portable: it was defined as a CORBA interface and mapped to many languages. W3C规范化了DOM,它的主要优点是可移植性:它是作为一种CORBA接口定义的,被映射到很多语言。 www.ibm.com 3. You may transform a reStructuredText document into a tree of nodes that can be manipulated in a DOM-like fashion. 您可以将reStructuredText文档转换成可以用类DOM方式操作的节点树。 www.ibm.com 4. The XML Document Object Model (DOM) looks to see if the entity name being referenced has already been declared. XML文档对象模型(DOM)查看是否已声明了引用的实体名称。 technet.microsoft.com 5. Like the JDT, the CDT DOM uses a visitor pattern to interact with its parse tree. 类似于JDT,CDTDOM使用一个访问者模板,以和它的剖析树状图交流。 www.ibm.com 6. This function is reading the text response to the AJAX request into a variable and adding the text into our login page by changing the DOM. 这个函数把对AJAX请求的文本响应读入一个变量,并通过修改DOM在登录页面中添加此文本。 www.ibm.com 7. This property, available on XMLHttpRequest, returns the server's response in the form of a DOM document. 该属性在XMLHttpRequest上可用,它以DOM文档的格式返回服务器的响应。 www.ibm.com 8. One routine could update the DOM tree in such a way as to break another routine accessing the same data. 一个例程更新DOM树后,可能造成其他例程不能访问同一数据。 www.ibm.com 9. Since the returned value from the server is XML, you pass it directly to the constructor of your DOM wrapper. 因为服务器返回的数据是XML,所以将它直接传递给DOM包装器的构造器。 www.ibm.com 10. The first step in working with XPath is to read the target XML document in as a DOM tree, as shown in Listing 3. 使用XPath的第一步是将目标XML文档作为DOM树读入,如清单3所示。 www.ibm.com 1. pyxie's concept of treating an XML document like a tree is similar to the ideas in DOM. pyxie将XML文档当作树处理的概念与DOM中的思路相似。 www.ibm.com 2. When an existing node is inserted into the DOM tree, it is removed from its original position and added to its target position. 将现有节点插入到DOM树中时,该节点从其原始位置移除并添加到它的目标位置。 technet.microsoft.com 3. Game no longer crashes while attempting to open inventory out of Dom zone. 当试图打开Dom地形目录时游戏崩溃的问题已被修正。 game.ali213.net 4. This means that the specialized API approach has to be combined with a certain amount of DOM processing. 这就意味着这种基于特定API的方法不得不掺杂一定数量的DOM处理。 www-128.ibm.com 5. In the _setupSizeChangedHandlers function a DOM node to be resized and an optional callback function are registered for each mode. 在_setupSizeChangedHandlers函数中,将为每种模式注册要调整大小的DOM节点大小以及一个可选择的回调函数。 www.ibm.com 6. DOM was a little bit time-consuming but was available for a non-linear physical property problem. 数值方法更灵活,可以处理物性非线性问题,但计算时间较长; www.ceps.com.tw 7. The DOM is not a completely safe tool -- specifically, you can use the DOM APIs to create a tree that cannot be serialized as XML. DOM并不是十分安全的工具——特别是使用DOMAPI创建不能作为XML序列化的树时。 www.ibm.com 8. 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 9. The parseFromString function allows you to parse the string into a DOM tree. parseFromString函数允许将字符串解析成DOM树。 www.ibm.com 10. It is not used for event handling outside the scope of component development and is not used for DOM event binding . 它不用于组件开发范围以外的事件处理,也不用于DOM事件绑定。 www.bing.com 1. You will see later that this isn't necessary when you deal with templates that refer to the DOM. 稍后您将看到,在处理引用DOM的模板时,并不需要这样做。 www.ibm.com 2. inserts the name of the logged in user into the DOM element containing the bold text signifying the logged in user. 将登录用户名插入到DOM元素中,此元素使用粗体文本表示登录用户。 www.ibm.com 3. The main issue with using a DOM model is that it forces you to spread your XML code across the entire application. 使用DOM模型最主要的问题是,它迫使您将XML代码分散到整个应用程序中。 www.ibm.com 4. Processing of the response typically consists of parsing the returned XML (or other contents), and using this data to update the DOM tree. 响应处理通常涉及到解析返回的XML(或其他内容)和使用此数据来更新DOM树。 www.ibm.com 5. Storing the PO as a CLOB allows you to use the DOM in the application code to retrieve the relevant information. 将PO存储为CLOB,则可以在应用程序代码中使用DOM来检索相关信息。 www-128.ibm.com 6. With this simple bit of DOM manipulation, the button's label will change as soon as the rabbit pops out. 通过这个简单的DOM操作,兔子跳出来之后按钮的标签马上就会改变。 www.ibm.com 7. To identify when a control is no longer selected, the control handles the onblur event of the DOM element. 为了标识何时不再选定某个控件,该控件将处理DOM元素的onblur事件。 msdn2.microsoft.com 8. But the non- dom rules are not the only feature that makes London attractive to the rich and famous . 但“非本地”规则并不是伦敦吸引富人与名人的唯一特点。 www.bing.com 9. JAXP would still have the benefit of making translation between SAX and DOM easy, but this would be a nice nod to the XML community. JAXP将仍然受益于在SAX和DOM之间轻易转换,不过对于XML社区来说将会是一个很大的欣喜。 www.ibm.com 10. DOM support for validity, with a validity attribute for form elements, and a new invalid event. 验证的DOM支持,为表单元素增加了validity属性和新的invalid事件。 www.ibm.com 1. You leverage available DOM attributes to carry context and pass it as part of the action performed by the user. 利用可用的DOM属性传送上下文并将其作为用户执行操作的一部分进行传递。 www.ibm.com 2. For Seb and Ken it was lesson number one in Chinese bureaucrat-dom, official information is there to be consumed, not questioned. 市长先生和勋爵学到的第一课就是官僚主义,展示出来的数据经不起任何的考问。 www.qqylj.com 3. Leveraging these projects and following these usage patterns allows DOM to be an excellent platform for XML-based projects. 利用这些项目且遵循这些用法模式以允许DOM成为基于XML项目的出色平台。 www-128.ibm.com 4. It works great as a minimal DOM lib for any supported PhoneGap platform but it explicitly does not provide a widget framework. 作为支撑PhoneGap平台的微DOM库,它工作得非常好,但它显然没有提供插件框架。 www.infoq.com 5. DOM provides this, in the form of a navigable tree of elements, attributes, and text nodes. DOM提供了一个这样的模型,一个可导航的元素、属性和文本节点树。 www.ibm.com 6. In the analyzed projects, after DOM traversal, the second most common task was to retrieve the text value contained in an element. 在所分析的项目中,DOM遍历以后,第二项最常进行的任务是检索在元素中包含的文本值。 www-128.ibm.com 7. This class contains a constructor and a number of convenience methods that help retrieve information from the DOM tree. 这个类包含一个构造函数和几个方便的方法,可用于从DOM树检索信息。 www.ibm.com 8. DOM is probably the most popular means of accessing XML documents, offering convenience at the expense of performance. DOM可能是最为流行的XML文档访问方式,它通过损失性能实现了访问的便利性。 www.ibm.com 9. The AST is a tree representation of the parsed source code, created by the compiler, similar to the DOM tree model of an XML file. AST代表已解析源代码的树,它由编译器创建,与XML文件的DOM树模型类似。 www.ibm.com 10. You can take advantage of the same-origin policy to make it harder for attackers to get access to the full DOM tree. 您可以利用同源策略使攻击者无法轻易地访问整个DOM树。 www.ibm.com 1. The data is inserted into the currently displayed page through JavaScript DOM manipulations applied to the currently displayed HTML markup. 通过应用于当前显示的HTML标记的JavaScriptDOM操作将数据插入到当前显示的页面。 www.ibm.com 2. Step 1: Convert the XML to be digitally signed into a DOM object as was done prior to encryption. 步骤1:同前面加密的步骤一样,将需进行数字签名的XML转换为DOM对象。 www.ibm.com 3. Gets a set of integer coordinates that represent the position, width, and height of a DOM element. 获取一组整数坐标,这些坐标表示DOM元素的位置、宽度和高度。 msdn2.microsoft.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. Also, this approach forces you to deal with two completely different models -- DOM itself and the WSDL model. 同时,这一解决方法迫使您不得不处理两个完全不同的模型:DOM和WSDL模型。 www.ibm.com 6. The Saxon XQuery engine was used to compile and execute the query against the DOM object of the document. SaxonXQuery引擎被用来编译和执行针对文档DOM对象的查询。 www.ibm.com 7. Allows you to bind a function to be executed when the DOM document has finished loading. 允许你绑定一个在DOM文档载入完成后执行的函数。 www.helplib.net 8. What happens if I dynamically create a script tag in the JavaScript code and add it to the DOM? 如果在JavaScript代码中动态创建脚本标记并添加到DOM中会怎么样呢? www.ibm.com 9. The combination of the XAML Node Stream and XAML DOM parsers are being used to add support for static analysis tools like FxCOP. 我们可以联合使用XAMLNodeStreams和XAMLDOM解析器为静态分析工具如FxCOP增加支持。 www.infoq.com 10. An element is something like a DOM node, but is really much closer to the XML itself (and is also simpler to work with). 元素有点象DOM节点,但它其实更接近于XML本身(而且使用起来也更简单)。 www.ibm.com 1. You can, of course, transform JSON into a stylable DOM object, but essentially that just means moving back to XML or (X)HTML. 当然,可以将JSON转换成可设置样式的DOM对象,但本质上说只不过是又回到了XML或(X)HTML。 www.ibm.com 2. However, if you just wish to understand the material in this tutorial, you don't need to know DOM. 但是,如果只需要理解本教程的内容,则不需要掌握DOM。 www.ibm.com 3. Dom't be afraid of making mistakes. But be careful not to let them stop you from improving your English . 不要害怕出错,但是要留心不要让错误阻碍你英语的提高。 wenwen.soso.com 4. DOM Storage provides a simple set of JavaScript variables that are persistent across page loads. DOMStorage提供一组简单的JavaScript变量,这些变量在代码装载之间仍可持久。 www.ibm.com 5. Believe it or not, the DOM code in Listing 1 still isn't as generic or robust as the simple XPath expression. 不论您是否相信,清单1中的DOM显然不如简单的XPath表达式通用或者健壮。 www.ibm.com 6. Gets the absolute position of a DOM element relative to the upper-left corner of the owner frame or window. 获取DOM元素的绝对位置(相对于所有者框架或窗口左上角)。 msdn2.microsoft.com 7. The function in Listing 5 takes a node of a DOM document and makes it into a SimpleXML node. 清单5中的函数将DOM文档中的节点转化成SimpleXML节点。 www.ibm.com 8. 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 9. Obviously, DOM also gives you XPath, but at the cost of a far heavier and less uniform API. 显然,在DOM中也可使用XPath,但代价是形成一个过于庞大且不够统一的API。 www.ibm.com 10. Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event. 阻止来自DOM树中的冒泡事件,阻止来自被通知事件的任何父处理器。 blog.sina.com.cn 1. As you learned in Part 1, JAXP is a layer over SAX and DOM that enables Java programmers to perform vendor-neutral XML parsing. 在第1部分中了解到,JAXP是位于SAX和DOM之上的层,它允许Java程序员执行开发商中立的XML解析。 www.ibm.com 2. FireBug: Web debugging tool. ". . . absolutely outstanding. . . nothing beats the DOM information and JavaScript debugging. . . " Web调试工具“…绝对出色…没有东西能击败这个文档结构模型信息及JavaScript调试…” www.bing.com 3. The implementer can operate on the widget's DOM structure at this point. 此时,这个实现者可以在小部件的DOM结构之上操作。 www.ibm.com 4. The thisObj mentioned in the generated comment refers to the DOM input field with which the Typeahead is associated. 在产生的评述中提到的thisObj参考了Typeahead关联的DOM输入栏。 www.ibm.com 5. The plugin checks every 20 milliseconds to see if any DOM manipulation has happened via other jQuery calls. 这个插件每20毫秒做一次检查,看是否经由其它jQuery调用进行过DOM操作。 www.infoq.com 6. With DOM, however, they are represented as a set of nodes, and the value of each is accessed via a separate function call. 然而在DOM中,它们被表示成一组节点,并且通过单独的函数调用访问每个节点值。 www.ibm.com 7. HighlightCssClass, which identifies the CSS class that will be applied to the DOM element to highlight the control when it has focus. HighlightCssClass,用于标识在DOM元素具有焦点时对其应用的CSS类以便突出显示该控件。 msdn2.microsoft.com 8. In many cases, the DOM does not actually contain all the data you have in your application; it's only one part of it. 在许多情况下,DOM并不真正包含应用程序中具有的所有数据,它只是其中的一部分。 www.ibm.com 9. The XML in the DOM document here ends up in a file called outputFile. xml. 此处,DOM文档中的XML最终转换为了一个outputFile.xml文件。 www.ibm.com 10. 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 1. For now, stick with the DOM, and get familiar with it in the context of receiving a server's response. 就现在而言,您应坚持使用DOM,在接收服务器响应的过程中熟悉DOM。 www.ibm.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. The DOM is built into more than Web browsers now and is a part of many XML-based specifications. DOM现在不仅内置于Web浏览器,而且也成为许多基于XML的规范的一部分。 www.ibm.com 4. The embedded OS in a thin client is stored in a "flash drive" , in a Disk on Module (DOM), or is downloaded over the network at boot-up. 嵌入式操作系统的瘦客户机是储存在一个“闪存驱动器”,在一个磁盘上模块(的DOM),或者是下载的网络启动。 dict.kekenet.com 5. In fact, you'll be hard-pressed to do much in the Ajax and JavaScript worlds without using the DOM to at least some degree. 事实上,如果在Ajax和JavaScript世界中不使用DOM就很难做多少事,至少在一定程度上如此。 www.ibm.com 6. A DOM implementation may allow you to add them, but the result will not be serializable. DOM的实现使您可以添加它们,但后果是无法序列化。 www-128.ibm.com 7. After testing for the value, the script prints the evaluation to the screen by modifying the DOM structure shown in Listing 2. 检测完该值后,脚本会通过修改清单2中显示的DOM结构来将这个评估结果显示在屏幕上。 www.ibm.com 8. Identifies the node type and is an integer that corresponds to the XML object model (DOM) node type numbering. 标识节点类型,是对应于XML对象模型(DOM)节点类型编号的一个整数。 msdn2.microsoft.com 9. The DOM Inspector and JavaScript Debugger extension take a lot of the pain out of Ajax development. DOMInspector和JavaScriptDebugger扩展消除了许多Ajax开发的痛苦。 www-128.ibm.com 10. The DOM model is also affected by the fact that different Web browsers and environments have different DOM structures and interfaces. 对于不同的Web浏览器和环境,其DOM结构和接口也不尽相同,DOM模型自然也无法避免这种影响。 www.ibm.com 1. If you want an in-memory tree representation of an XML document, DOM is already available to do just this. 如果您想要采用XML文档的内存中树状表示,那么可以用DOM来实现。 www-128.ibm.com 2. DOM is easy to use (except when it's unnecessarily hard, like getting the text from an element), but can be bloated and a memory hog. DOM易于使用(尽管有时候存在一些不必要的麻烦,比如提取元素中的文本),但它可能变得很庞大,占用很多内存。 www.ibm.com 3. The only drink to make the top 20 was the French champagne, Dom Perignon, which came in at number 12. 唯一进入前二十的饮品公司是法国香槟唐培里侬,排名第十二。 www.bing.com 4. A pattern here is if you have specific DOM structures that you are going to be creating frequently, make utilities to build them for you. 模式在这里就是指,如果您有一种需要频繁创建的特定的DOM结构,则使用实用工具来创建它们。 www.ibm.com 5. Clicking on DOM elements brings you directly to the HTML DOM view, and, as you did before, you can modify data on the fly. 在DOM元素上单击直接转到HTMLDOM视图,并且,正如先前一样,仍然可以动态修改数据。 www.ibm.com 6. In older browsers this will be a valid DOM element, but it will have no special meaning. 在较老的浏览器中,这会是一个有效的DOM元素,但它没有任何的特别含义。 www.ibm.com 7. You can view the complete code listing, which includes the method used to print out the DOM tree; see Download. 可以查看完整的代码清单,其中包括用于输出DOM树的方法;请参阅下载。 www.ibm.com 8. As you click on any visual elements in the rendering, they'll appear selected in the DOM. 当你点击任何渲染中的视觉元素时,他们会在DOM中显示被选中。 blog.joycode.com 9. By using the onload event, your DOM related behavior is only applied after a whole page, including all of its assets, is loaded. 使用onload事件的话,你的DOM相关代码只会在你整个页面,包括页面上的元素都加载完成后才执行。 www.bing.com 10. This area attempts to resolve DOM Level 1 core with the earlier Dynamic HTML object model (loosely referred to as Level 0). 这部分内容试图用早期的DynamicHTML对象模型解析第1级DOM的核心(不确切地称为第0级)。 www.ibm.com 1. The event-handling process works exactly the same in derived classes as it would in the original DOM classes. 该事件处理过程在派生类中的工作方式同它在原始DOM类中的工作方式完全相同。 msdn2.microsoft.com 2. Beyond the DOM issue, much of the WS-Security overhead is the computationally intensive work of generating digests and encrypting data. 除了DOM问题之外,大部分WS-Security开销都是计算紧密型的生成摘要和加密数据的任务。 www.ibm.com 3. Debugging was a nightmare because no one ever knew which routine had produced certain results in the DOM tree. 调试极其困难,无人知道哪一个例程造成了DOM树中的哪一种结果。 www.ibm.com 4. Adds a CSS class to a DOM element if the class is not already part of the DOM element. 将CSS类添加到DOM元素(如果该类还不是该DOM元素的组成部分)。 msdn2.microsoft.com 5. The objects made available by the DOM standards are entirely separate to the thousand objects that are supplied by the Mozilla platform. 可以通过DOM标准访问的对象与Mozilla平台提供的成千上万的对象是完全隔离的。 www.ibm.com 6. This data structure is then turned into a string, which you can store using DOM Storage. 然后,将这个数据结构转换成一个字符串,之后就可以用DOMStorage来存储它。 www.ibm.com 7. A description of standard JavaScript and the DOM is beyond the scope of this article, but tutorial and reference material abound. 标准JavaScript和DOM的描述不在本文所讨论的范围内,不过有很多的指南和参考资料。 www.ibm.com 8. You can use any one of the available XML packages for Java to generate a DOM tree containing the response XML. 可以使用任何可用的JavaXML包来生成包含应答XML的DOM树。 www.ibm.com 9. We present a few basic principles and guidelines for DOM usage, and create a library of functions to make life easier. 我们提出了几个使用DOM的基本原则和指南,并创建一个函数库以使我们的工作更容易。 www.ibm.com 10. This article reviews its sources, compositions, characteristics, especially its effects on environmental behavior of organic matter. 文章在论述DOM来源、组成及结构特征的基础上,重点阐述了DOM对有机物的环境行为的影响。 www.ceps.com.tw 1. As an object-based interface, DOM communicates with the application by explicitly building a tree of objects in memory. 作为基于对象的接口,DOM通过在内存中显示地构建对象树来与应用程序通信。 www.ibm.com 2. The Xerces2 DOM implementation does not guarantee DOM Java object serialization interoperability between different versions of Xerces. Xerces2DOM实现不能保证不同版本的Xerces的DOMJava对象串行化之间的互操作性。 www.ibm.com 3. Provides cross-browser access to DOM event properties and helper APIs that are used to attach handlers to DOM element events. 提供对用于将处理程序附加到DOM元素事件的DOM事件属性和帮助器API的跨浏览器访问。 msdn2.microsoft.com 4. It provides the in-memory document modification capabilities of the Document Object Model (DOM), and supports LINQ query expressions. 它提供文件物件模型(DOM)的记忆体中文件修改能力,而且支援LINQ查询运算式。 technet.microsoft.com 5. All elements, their containing text and their attributes, can be accessed through the DOM tree. 所有的元素(它们包含文字和属性)都可以通过这个树型结构被访问。 www.gzyueyang.com 6. SAX consists of an event-based set of callbacks, while DOM has an in-memory tree structure. SAX包含一个基于事件的回调函数集,而DOM有一个内存中的树状结构。 www.ibm.com 7. DOM parsing on Android is fully supported. It works exactly as it works in Java code that you would run on a desktop machine or a server. Android完全支持DOM解析,就像在桌面机器或服务器上使用Java代码运行它一样。 www.ibm.com 8. At this point, you might turn to DOM or SAX for the task. 基于这一点,您可能需要转向DOM或SAX来完成任务。 www-128.ibm.com 9. Now, with la Esmeralda dead, the sponge was soaked, all was at an end on this earth for Dom Claude. 拉·爱斯梅拉达死了,海绵吸够了水,在世上,一切对于克洛德都已成为过去。 novel.tingroom.com 10. Second, DOM trees can be updated in place, whereas the XSLT processing model means that trees are written only sequentially. 其次,DOM树可以就地更新,而XSLT处理模型意味着只能按顺序编写树。 www.ibm.com 1. Second, DOM trees can be updated in place, whereas the XSLT processing model means that trees are written only sequentially. 其次,DOM树可以就地更新,而XSLT处理模型意味着只能按顺序编写树。 www.ibm.com 2. Using SAX rather than DOM makes this transformation fairly time efficient, even though time was not a large consideration in developing it. 使用SAX而不是DOM使这一转换相当节省时间,即使时间不是开发它的主要考虑事项。 www.ibm.com 3. The disadvantages of the DOM are the difficulty in coding and performance issues with large documents. DOM的缺点在于编码比较困难和处理大型文档时存在性能问题。 www.ibm.com 4. DOM is a W3C standard, which gives the DOM a lot of authority with developers due to its consistency with other programming languages. DOM是一种W3C标准,由于和其他编程语言的一致性,对于开发人员来说,为DOM增加了不少权威性。 www.ibm.com 5. Listing 5 shows the hoops you commonly have to jump through to get at a value via the DOM, in a cross-browser-compatible way. 清单5显示了使用跨浏览器兼容的方式通过DOM得到某个值的时候,通常不得不面对的困难。 www.ibm.com 6. The main component of the landfill leachate contains heavy metals and many dissolved organic matters (DOM). 垃圾渗滤液主要组分中含有重金属和大量的溶解性有机物(DOM)。 cjee.ac.cn 7. Dynamically creating a script element in the DOM of the current page: Upon loading, code that the server supplies is immediately executed. 在当前页面的DOM中动态创建脚本元素:加载后,立即执行服务器所提供的代码。 www.ibm.com 8. Which type of API should you use and when should you use it -- SAX or DOM? Unfortunately, there is no clear-cut answer to this question. 应该使用哪一种类型的API,应该何时使用它-SAX还是DOM?不幸的是,这个问题没有明确的答案。 www.ibm.com 9. In broad terms, client-side scripting addresses the DOMs of the pertinent sources, including, for this article, any SVG. 广义地讲,客户端脚本编程就是解决有关源代码(包括本文中的SVG)的DOM问题。 www.ibm.com 10. AXIOM's API is probably closest to DOM in overall feel, but it has its own quirks. 从整体上看,AXIOM的API可能最接近于DOM,但是它又具有自己的特点。 www.ibm.com 1. AXIOM's API is probably closest to DOM in overall feel, but it has its own quirks. 从整体上看,AXIOM的API可能最接近于DOM,但是它又具有自己的特点。 www.ibm.com 2. The Document Object Model (DOM) is one of the most widely available APIs. 文档对象模型是使用最广泛的API之一。 www.ibm.com 3. After DOM traversal, the second most common task was to retrieve the text value contained in a tag. 在DOM遍历之后,第二个常见的任务是检索标记中包含的文本值。 www.ibm.com 4. Additional DOM code would be required to shred out the sub-category information. 将需要额外的DOM代码,以分割出子种类信息。 www-128.ibm.com 5. With this machinery in place, you can then easily bootstrap a DOM implementation, using the line of code shown in Listing 3. 适当地使用这种方法,那么就可以使用如清单3所示的那行代码来方便地自举DOM实现。 www-128.ibm.com 6. With DOM, your memory requirements begin at the size of the biggest XML document processed in your application and go up from there. 使用DOM,内存使用量要求从应用程序处理的最大XML文档大小开始向上攀升。 www.ibm.com 7. The DOM is easy to understand and utilize since its structure in memory resembles the original XML document. DOM很容易理解和使用,因为其内存结构与原始XML文档相似。 www.ibm.com 8. To remove the highlight from a DOM element in an ASP. NET page, the client control applies a CSS style, which is identified by a class name. 为了从ASP.NET页中移除对DOM元素的突出显示,客户端控件应用一个用类名称标识的CSS样式。 msdn2.microsoft.com 9. You can then use the DOM structure to examine and modify the data using its own method and additional methods provided by XUL functions. 然后可以使用此DOM结构、DOM结构的方法以及XUL函数提供的其他方法来检查并修改数据。 www.ibm.com 10. Expelled from France during the French Revolution, the La Trappe community survived as exiles under Dom Augustine de Lestrange. 从被开除出法国在法国大革命期间,幸存下来的La特雷普社区作为莱斯特兰奇流亡者根据奥古斯丁大教堂去。 distribution.blackmailedslave.com 1. Expelled from France during the French Revolution, the La Trappe community survived as exiles under Dom Augustine de Lestrange. 从被开除出法国在法国大革命期间,幸存下来的La特雷普社区作为莱斯特兰奇流亡者根据奥古斯丁大教堂去。 distribution.blackmailedslave.com 2. Although we could have used the DOM to create the purchase order, in this case it was simpler to concatenate XML fragments. 虽然我们可以使用DOM创建采购订单,在本例中合并XML片段将更简单。 www-128.ibm.com 3. It also provides values for the client behavior's properties and the id value of the DOM element that the client behavior targets. 该页还提供客户端行为的属性的值以及客户端行为针对的DOM元素的id值。 msdn2.microsoft.com 4. You could easily rewrite this application to generate the DOM tree by parsing an XML file. 您很容易重新编写这个应用程序,使它通过分析XML文件生成DOM树。 www.ibm.com 5. This class exposes the XML Document Object Model, or DOM, which can be used to manipulate XML data. 此类会公开XML文档对象模型(DOM),可用于操作XML数据。 msdn2.microsoft.com 6. However, DOM usually requires that objects representing every portion of the document be in memory. 然而,DOM通常要求将表示文档每个部分的对象都放入内存中。 www-128.ibm.com 7. You can simplify this code by using the Prototype library, but I'm including the basic DOM lookup to make things clear to all readers. 可以通过使用Prototype库简化这段代码,但我包括了基本的DOM查找以便于读者理解。 www.ibm.com 8. It is also pretty easy to walk the data using the DOM, and even reasonably self-descriptive. 使用DOM操作数据也很容易,甚至不需要解释。 www.ibm.com 9. DOM allows a developer to refer to, retrieve, and change items within an XML structure, and is essential to working with XML. DOM允许开发人员引用、检索和更改XML结构中的项目,对于使用XML来说,它是必不可少的。 www.ibm.com 10. The two DOM implementations included in the performance tests, Xerces and Crimson, use different techniques for these operations. 包括在性能测试中的两种DOM实现,Xerces和Crimson,对这些操作使用不同的技术。 www.ibm.com 1. Therefore, performance issues make it impractical to parse large documents with DOM. 因此,性能问题决定了使用DOM很难处理大型文档。 www.ibm.com 2. This calls DOM to parse the XML into a memory based tree of XML elements. 这调用DOM来将XML解析为一个基于内存的XML元素树。 www.ibm.com 3. The example below is similar to the example in "Validating an XML Document As It Is Loaded into the DOM" above. 下面的示例与上面“在XML文档加载到DOM时进行验证”中的示例类似。 msdn2.microsoft.com 4. The document ready function is called after the DOM has been initialized. 在初始化DOM以后调用文档ready函数。 www.ibm.com 5. takes a normal jQuery selector and persists it, in real time, across the whole DOM. 你给[LiveQuery]一个jQuery选择器,[LiveQuery]会实时地在整个DOM范围把它持久化。 www.infoq.com 6. Yet, apart from the still-daunting debt numbers, the highlight was a joke about a Tory "non-dom" . 然而,除了对债务数字仍然畏缩不前,最高潮部分只是一个关于托利党“否决大师”(保守党)的笑话。 www.ecocn.org 7. A dragger is an object that moves a DOM element around in response to a moving cursor. 一个dragger就是一个对象,它能对应移动的光标移动DOM元素。 www.ibm.com 8. And, of course, it can receive documents in the other two common object representations of an XML document: DOM and SimpleXML. 当然,它可以接受另外两种常用的XML文档的对象表示:DOM和SimpleXML。 www.ibm.com 9. jQuery 1. 3 is the next planned for this summer and will include speed improvements to the Selector Engine and DOM Manipulation. 3版本计划在今年夏天发布,包括对选择器引擎(SelectorEngine)和DOM操控处理的速度提升。 www.infoq.com 10. DOM from non-treated sludge had a greater effect on chlorotoluron toxicity to wheat than DOM from heat-expanded sludge. 含有绿麦隆的两种来源DOM对两类小麦的毒性有增强作用,来源于原始污泥的DOM作用高于来源于热喷污泥的DOM。 www.fabiao.net 1. It also tests walking the DOM by printing out the number of nodes found using different techniques. 它还尝试用不同的方法遍历DOM并打印出结点数。 zyilxm.blog.163.com 2. It simply takes in XML on the command line and then loads that XML into a DOM tree using the JAXP DOM APIs. 它仅仅从命令行接收XML,然后使用JAXPDOMAPI将其加载到DOM树中。 www.ibm.com 3. When you load data from a different domain into an , give that data its own JavaScript execution context and DOM tree. 当您把不同域中的数据加载到一个中时,应该给予该数据一个属于自己的JavaScript执行上下文和DOM树。 www.ibm.com 4. Java's flexibility allows for multiple statements in DOM expressions, separated by semicolons, and define functions in statements. Java的灵活性允许在DOM表达式中有多个语句,用分号隔开,以及在语句中定义函数。 www.ibm.com 5. To use DOM, you parse the document into a document object. 要使用DOM,需要把文档解析成文档对象。 www.ibm.com 6. You simply create the various XForms controls using normal JavaScript DOM APIs, and add this to your DOM tree. 只不过使用一般的JavaScriptDOMAPI创建各种XForms控件并添加到DOM树中。 www.ibm.com 7. Giving up a US passport helps some longtime residents of the UK get round these new non-dom rules. 放弃美国国籍有利于常住在英国的居民避开这些新的非本地法规。 www.bing.com 8. Their first option was to directly write serialized XML content to the output stream, and the second was to use DOM. 一种是把序列化的XML内容写入输出流,第二种是使用DOM。 www.ibm.com 9. Otherwise, just treat as an unclassified extension element and use a DOM representation. 否则,将它作为一个未分类扩展元素,并使用一个DOM表示。 www.ibm.com 10. Latency is an important consideration, but the biggest reason to avoid XML is the awkward client-side DOM API. 延迟是一个重要的考虑因素,但是避免使用XML的最大原因是差劲的客户端DOMAPI。 www.ibm.com 1. The rule of thumb is to use SAX when you need more control and DOM when you want increased convenience. 经验法则是在需要更多控制时使用SAX;要增加方便性时,则使用DOM。 www.ibm.com 2. She's gotten a lot more fashion forward, and more of a risk-taker in terms of bridal-dom now. 现在,她更乐于尝试前卫的时尚,在婚纱设计领域更有冒险和创新意识。 www.forbeschina.com 3. Level 1 goes on to define the interfaces for programmatically interacting with the various pieces of a DOM tree. 第1级还定义了与DOM树不同部分以编程方式互动的接口。 www.ibm.com 4. Our last step is to deliver the requested part of the DOM tree back to the user. 最后一步是将被请求的DOM树部分发送给用户。 www.ibm.com 5. Listing 5 shows code to create a DOM tree of an XML document, and the steps are very similar, even though the class and method names change. 清单5展示了创建XML文档的DOM树的代码,步骤与清单4非常相似,但其中的类和方法名称发生了变化。 www.ibm.com 6. Without it, we'd be stuck with DOM, which, despite using the same underlying functionality, requires, oh, three times as much code. 没有它,我们很难对付DOM,当然,尽管可以用其他相关的函数,但是,代码起码要多三倍。 bbs.phpchina.com 7. event - Function that will be called once web page's DOM is loaded. This function does not expect any parameters. 事件-在网页DOM加载时,函数将被调用一次。该函数没有任何参数。 game.ceeger.com 8. The DOM specification is designed to be usable with any programming language. DOM规范被设计成可与任何编程语言一起使用。 www-128.ibm.com 9. To reach and color an individual state, though, you navigate within the DOM of the SVG, which appears within Listing 2 as svg_document. 但是要到达单个州并为其布色,您是在SVG的DOM中导航,该DOM在清单2中作为svg_document出现。 www.ibm.com 10. As minor changes get introduced in the final stages of the DOM standard, JAXP will, of course, include these modifications. 如果DOM标准的最终版本引入了小的改动,JAXP当然要包括这些修改。 www.ibm.com 1. Generate XHTML on the server and insert into the current page using the innerHTML attribute of a DOM object. 在服务器上生成XHTML,并使用DOM对象的innerHTML属性将其插入当前页面。 www.ibm.com 2. DOM and SAX are the two best known systems for XML processing, but they are really compromises across programming languages. DOM和SAX是两种最有名的用于XML处理的系统,但它们是真正的跨编程语言的折中方法。 www-128.ibm.com 3. However the contribution of DOM to microbially mediated C and N transformations in paddy soils is not quantified. 但其在水田土壤C、N转化过程中究竟起多大作用仍不明确。 www.ceps.com.tw 4. With the DOM and ECMAScript, a Web developer can add sophisticated behaviors and processing that enhance the Web experience for users. 使用DOM和ECMAScript,Web开发人员可以添加高级行为和操作,改善用户的Web体验。 www.ibm.com 5. For instance, a widget implementer can create in this method the widget mark-up and set it into the widget DOM node. 比如,一个小部件实现者可以用这种方法创建小部件标记并将其设置到小部件DOM节点。 www.ibm.com 6. Therefore, the poem was composed for evoking the spirit of King Chu-huai in great hope and belief of the rejuvenation of Chu King-dom. 《大招》之作,既以招战国时楚怀王之魂,更对楚的复兴满怀希望与信心。 www.ceps.com.tw 7. SAX generally offers better performance on sizeable documents and DOM generally offers more straightforward code. SAX通常为大文档提供了好的性能,而DOM通常提供了更直接的代码。 www-128.ibm.com 8. The callback function is executed on the main thread, so it has access to the DOM. 回调函数在主线程上执行,因此它能访问DOM。 www.ibm.com 9. We create an instance of the Java class that implements the DOM Document interface, then we ask that node to create various nodes for us. 我们创建了一个Java类的实例,该类实现了DOMDocument接口,然后我们要求那个节点为我们创建各种节点。 www.ibm.com 10. Right now, developers are generally caught between the inefficiencies of DOM and the unfamiliar feel of SAX. 现在,DOM的低效和对SAX的不熟悉感觉给开发人员带来了困难。 www.ibm.com 1. In recent years Phil has developed several rich Web clients employing asynchronous server communication and DOM scripting. 在最近几年中,Phil开发了多个采用非同步伺服器通讯和DOM脚本的富Web用户端。 www-128.ibm.com 2. The set of classes that we have developed only performs DOM-based XML authoring. 我们已开发的这组类只执行基于DOM的XML创建。 www.ibm.com 3. Unlike SAX, the DOM API permits editing and saving an XML document back to a file or stream. 与SAX不同,DOMAPI允许对XML文档进行编辑并保存为一个文件或者流。 www.ibm.com 4. The effects of different constituent and molecular weight on environmental behavior of organic matters are different. 同时,DOM不同组分和分子量大小对有机物环境行为的影响有着较大的差别。 www.ceps.com.tw 5. The worst case scenario (one that I see frighteningly often) is to design an application around a DOM (or JDOM) tree. 最糟糕的情况(我恐惧地发现经常如此)是围绕着DOM(或者JDOM)树来设计应用程序。 www.ibm.com 6. Remember, the DOM will create well-formed HTML, meaning that the element is currently empty, with both a starting and ending tag. 要记住,DOM会创建结构良好的HTML,就是说这个目前为空的元素包括起始和结束标签。 www.ibm.com 7. The average migration quantity of DOM to the heavy metals in soils decreased as the extension of time. 垃圾淋洗液DOM对土壤重金属的平均迁移量随时间的延长而减少。 cjee.ac.cn 8. Let's start out by putting together a very basic application, and then adding a little DOM magic. 我们首先建立一个非常简单的应用程序,然后再添加一点DOM魔法。 www.ibm.com 9. By removing the requirement to implement the full DOM interface, I was able to eliminate some data from the tree. 通过消除实现完整DOM接口的需求,就可以除去树中的某些数据。 www.ibm.com 10. 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 1. In the top portion of the image, the search text of "DOM" is highlighted by the script. 在图像的上半部分中,脚本高亮显示了搜索文本“DOM”。 www.ibm.com 2. The JTidy library can be used to clean up an HTML document and represent it as a DOM object (see Listing 1). 可以用JTidy库来清理HTML文档,然后把它表示成DOM对象(请参阅清单1)。 www.ibm.com 3. The resulting circular reference between the JavaScript object and the DOM object causes a memory leak. 这样建立起来的JavaScript对象和DOM对象间的循环引用将会导致内存泄漏。 www.ibm.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. For example, deleting, adding, or moving a DOM node can easily create a DOM hierarchy that cannot be dumped into a valid XML document. 例如,删除、添加或移动一个DOM节点都能轻松地创建不能被转储成有效XML文档的DOM层次结构。 www.ibm.com 6. Then through the use of DOM manipulation, the controller injects transformed HTML fragments into the widget template. 然后,通过使用DOM操作,控制器将经过转换的HTML片段注入到小组件模板中。 www.ibm.com 7. If you're a DOM programmer you won't stumble over the node concept at all. 如果您是一位DOM程序员,就不会被节点这个概念难倒。 www.ibm.com 8. This has come at the expense of making DOM more difficult and less intuitive than APIs designed specifically for each language. 这样做的代价是:使DOM比为每个语言专门设计的API更困难且更缺乏直观性。 www.ibm.com 9. DOM is an API that allows code to point directly at the various properties of XML document parts and, thus, is easy to program. DOM是一种允许代码直接指向XML文档各部分特性的API,因此易于编程。 www-128.ibm.com 10. The DOM specification also attempts to remain neutral in its interface definitions . DOM规范同样尝试保持其接口定义方面的无关性。 www.bing.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。