dom

英 [ˈdɒm] 美 [ˈdɑːm]

abbr.  Digital Ohmmeter 数字欧姆

BNC.16994



双语例句

  1. Actor Dom Deluise talks about his career in comedy.
    演员多姆·德卢西谈论自己的喜剧生涯。
  2. This is a Java class that can be referenced inside any V4 DOM tree.
    这是一个可以在V4DOM树内部的任何地方引用的Java类。
  3. The reason for this is that DOM provides an in-memory model for the document.
    其原因是DOM为文档提供了一个内存中的模型。
  4. This code, which demonstrates server-side DOM, JavaScript code, and callback, is shown in Listing 1.
    此代码演示了服务器端DOM、JavaScript代码和回调,如清单1所示。
  5. Xerces-C++ is a very robust XML parser that offers validation, plus SAX and DOM APIs.
    Xerces-C++是一个非常健壮的XML解析器,它提供了验证,以及SAX和DOMAPI。
  6. SetFeature(): This is another SAX-originated method that allows you to set DOM-and SAX-related features of the parser.
    setFeature():这是另外一个起源于SAX的方法,允许设置解析器的与DOM相关的和与SAX相关的特性。
  7. It's an event-based parser rather than a DOM-based parser.
    它是一个基于事件的解析器,而不是基于DOM的解析器。
  8. Finally, the constructor function creates the slider's DOM tree and adds listeners to the slider.
    最后,构造函数创建了滑块的DOM树,并向滑块添加了监听程序。
  9. The DOM HTML API extends the DOM Core API, adding methods and properties specific to HTML documents.
    DOMHTMLAPI扩展了DOMCoreAPI,添加了一些特定于HTML文档的方法和属性。
  10. If you're using the Apache Xerces parser, you can enable validate for both DOM and SAX parsing.
    如果您正在使用ApacheXerces解析器,您能够同时启用对DOM和SAX的解析。
  11. It also lets you inspect/ edit HTML, CSS, and DOM code.
    它还允许查看/编辑HTML、CSS和DOM代码。
  12. Once the XML data model is defined, it can be instantiated in the application using a DOM parser.
    定义了XML数据模型之后,可以使用DOM解析器在应用程序中实例化XML数据模型。
  13. This article assumes that you have some basic knowledge of SAX and DOM.
    本文假设您已基本了解SAX和DOM。
  14. This code creates a jQuery object using the DOM element with an ID of username.
    该代码使用ID为username的DOM元素创建了一个jQuery对象。
  15. DOM nodes are also detached from the document.
    DOM节点也脱离了文档。
  16. DOM provides this, in the form of a navigable tree of elements, attributes, and text nodes.
    DOM提供了一个这样的模型,一个可导航的元素、属性和文本节点树。
  17. JAXP was initially intended merely to provide convenience and vendor-neutrality to SAX and DOM.
    最初,JAXP的目的仅仅是向SAX和DOM提供便利性和供应商中立性。
  18. DOM actually originated as an object model for standardizing scripting operations on HTML and XML objects in Web browsers.
    DOM最初源于Web浏览器中对HTML和XML对象标准化脚本操作的对象模型。
  19. DOM and SAX are the two classic strategies for parsing XML.
    DOM和SAX是解析XML的两种典型策略。
  20. This creates an attribute in your widget that points to the DOM node.
    这就在小部件内创建了一个指向此DOM节点的属性。
  21. Finally, add this to the unordered list.
    最后,将这个DOM元素添加到无序列表中。
  22. You can also set or change style classes on the client side by using JavaScript and DOM.
    还可以使用JavaScript和DOM设置或更改客户端的样式类。
  23. The constructor instantiates DOM so that all underlying classes will use the same object.
    构造器实例化了DOM,因此所有基本类都将使用同一个对象。
  24. This class contains a constructor and a number of convenience methods that help retrieve information from the DOM tree.
    这个类包含一个构造函数和几个方便的方法,可用于从DOM树检索信息。
  25. This calls DOM to parse the XML into a memory based tree of XML elements.
    这调用DOM来将XML解析为一个基于内存的XML元素树。
  26. In the DOM, everything in an XML document elements, attributes, text is a node.
    对于DOM来说,XML文档中的一切元素、属性和文本都是节点。
  27. The library includes interfaces for DOM and SAX.
    这个库包含针对DOM和SAX的接口。
  28. Most DOM parsers are actually SAX parsers that build up a DOM tree.
    很多DOM解析器实际上是SAX解析器建立了一个DOM树。
  29. The HTML DOM defines a standard way for accessing and manipulating HTML documents.
    HTMLDOM定义了一个访问和处理HTML文档的标准方法。
  30. With the DOM, you can access every node in an XML document.
    同通过DOM,你可以访问一个XML文档中的所有节点。