查询
1 词典释义:
dom
时间: 2025-03-22 16:42:44
美 [dɑmçərortuɡueseədoŋ]

n.师,道姆(对天主教本笃会、加尔都西会和西多会有神品的修士的尊称);老爷(旧时对葡萄牙和巴西皇室、贵族及宗教集团人物的尊称);

双语例句
  • Actor Dom Deluise talks about his career in comedy.

    演员多姆·德卢斯谈论他的喜剧事业。

    《柯林斯英汉双解大词典》
  • Document Object Model (DOM) API.

    文档对象模型(DOM) api。

  • DOM scripting and event handling.

    dom脚本和事件处理。

  • First you use DOM to extract this data.

    首先需要使用DOM来提取此数据。

  • DOM maps those elements to one generic element class.

    DOM将这些元素映射到一个一般性的元素类。

  • Listing 5 shows how the DOM builds the books XML file.

    清单5显示了DOM构建图书XML文件的方式。

  • Table 2 shows the DOM expressions of locating elements.

    表2展示了定位元素的DOM表达式。

  • With DOM, you have to build up the tree (see Listing 3).

    使用DOM,您必须构建该树(参见清单3)。

  • Many programming languages represent XML as a DOM tree.

    许多编程语言将XML表示为dom树。

  • Also, look at how to write XML using DOM and PHP text templating.

    此外还可以了解如何使用DOM和php文本模板编写XML。

  • DOM provides a straightforward object model for XML documents.

    DOM将为XML文档提供一个简单的对象模型。

  • Build the DOM structure by hand using the client DOM interface.

    使用客户机DOM接口手动构建DOM结构。

  • Extensions such as DOM are typically painless to install and enable.

    安装和启用DOM这样的扩展的操作通常都是非常简易。

  • It contains only one DOM node as the containers of the mode's content.

    它只包含一个DOM节点作为模式内容容器。

  • Listing 9 shows a DOM-based implementation of the parser interface.

    清单9显示了一个基于DOM的解析器接口实现。

  • If you're building a DOM tree, the process still follows the same model.

    如果构建一个dom树,构建过程仍然遵循相同的模型。

  • Our DOM implementation consists of a set of classes (Listings 11 to 16).

    我们的DOM实现由一组类组成(清单11到16)。

  • All manipulation of data should be performed on the separated DOM document.

    所有对数据的操作应当在单独的DOM文档中完成。

  • DOM implementations are available for a wide variety of programming languages.

    DOM实现广泛应用于多种编程语言。

  • Listing 4 shows a code fragment demonstrating the normal DOM parsing procedure.

    清单4中的代码段说明了一般的DOM解析过程。

  • This expression may actually return a DOM object if there is a single input field.

    如果只有一个输入字段,那么该表达式可以返回一个DOM对象。

  • However, DOM generally consumes more memory as everything is read into memory first.

    但是,DOM通常更加占用内存,因为一切内容都会先读取到内存中。

  • To ensure that, always turn on namespace awareness when you build your DOM tree.

    要确保这一点,应该在构建dom树时始终打开名称空间感知。

  • With the DOM, you can build, modify, query, validate and transform XML Documents.

    使用DOM可以构建、修改、查询、验证和转换XML文档。

  • In older browsers this will be a valid DOM element, but it will have no special meaning.

    在较老的浏览器中,这会是一个有效的DOM元素,但它没有任何的特别含义。

  • Users can replace any version of the schema file to get the corresponding DOM layer code.

    用户可以通过替换模式文件的任何版本获得相应的dom层代码。

  • The constructor instantiates DOM so that all underlying classes will use the same object.

    构造器实例化了DOM,因此所有基本类都将使用同一个对象。

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

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

  • Otherwise, use the DOM API to identify the elements that represent member properties.

    否则,请使用DOM API来识别代表成员属性的元素。