释义 |
dom. 基本例句 abbr.domain;domestic;dominant The disadvantages of the DOM are the difficulty in coding and performance issues with large documents. DOM的缺点在于编码比较困难和处理大型文档时存在性能问题。 ibm The DOM specification covers all types of manipulations of a document representation, but it does not cover issues such as parsing a document and generating text output. DOM规范涵盖了文档表示的所有类型的操作,但是它没有涉及例如对文档的语法分析和生成文本输出这样的问题。 ibm Then we described how you can improve performance of SAX and DOM applications. 然后,我们描述了如何提高 SAX和 DOM应用程序的性能。 ibm All manipulation of data should be performed on the separated DOM document. 所有对数据的操作应当在单独的 DOM文档中完成。 ibm Because there are performance costs of recreating the DOM for every test function in a test suite. 这是因为在测试套件中给每个测试函数重新创建 DOM会有性能消耗。 infoq But attributes allow you to identify important elements in the DOM tree and you should use them. 但是属性使您能够确定 DOM树中的一些重要元素,所以您应该使用属性。 ibm If your document is small, then perhaps DOM is the simpler way to go. 如果您的文档比较小,那么 DOM可能是一种比较简单的方法。 ibm In older browsers this will be a valid DOM element, but it will have no special meaning. 在较老的浏览器中,这会是一个有效的 DOM元素,但它没有任何的特别含义。 ibm It does not implement any other DOM specifications, and therefore performs better. 它没有实现其他的 DOM规范,因此性能更好一些。 ibm Operates at a lower level than DOM. 在一个比 DOM低的级别上操作。 ibm Selecting on a node will not only highlight it in the rendered page and the DOM tree, but also in the MVC source code that created it. 选定一个节点,不仅会让它在渲染后的页面和 DOM树中突出显示,而且还会在创建它的 MVC源代码文件中突出显示。 infoq The only exception is that the environment is not a browser, so there's no DOM. 惟一不同的是它的运行环境不是浏览器,所以运行中不会有 DOM。 ibm These parsers are the most flexible because they also support DOM. 这些语法分析器是最灵活的,因为它们还支持 DOM。 ibm This creates an attribute in your widget that points to the DOM node. 这就在小部件内创建了一个指向此 DOM节点的属性。 ibm Users can replace any version of the schema file to get the corresponding DOM layer code. 用户可以通过替换模式文件的任何版本获得相应的 DOM层代码。 ibm We will use DOM for this purpose. 为达到这个目的,我们将使用 DOM。 ibm DOM is expensive in browsers, especially due to the generic nature of the platform. 浏览器中 DOM的使用是很昂贵的,特别是由于平台的泛型本质。 infoq DOM provides this, in the form of a navigable tree of elements, attributes, and text nodes. DOM提供了一个这样的模型,一个可导航的元素、属性和文本节点树。 ibm |