• After the DOM is augmented with annotation statements, the annotation Engine makes another pass through the DOM, and processes the annotations.

    注释语句扩展DOM之后,注释引擎通过DOM进行另一次传送然后处理这些注释

    youdao

  • By restricting DOM manipulation to child elements and nodes of the sandboxed element, you can securely manipulate the browser's DOM within the sandbox.

    通过DOM操作限制沙箱元素元素节点可以沙箱安全地操作浏览器DOM

    youdao

  • The $() function allows you to access DOM elements with their native names, making this interface an ideal choice for those developers already familiar with the DOM.

    $()函数的功能是允许本地名字访问DOM元素,这就让接口成为已经熟悉 DOM那些开发人员最佳选择

    youdao

  • 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增加了不少权威性

    youdao

  • Many vendors support the DOM as an interface to their proprietary data structures and APIs, which gives the DOM model a lot of authority with developers due to its familiarity.

    很多厂商支持DOM作为私有数据结构API接口由于开发人员比较熟悉, DOM模型增加不少权威色彩。

    youdao

  • Similar to the DOM wrapper that you created in the application server, you will create a DOM wrapper for the client.

    应用服务器创建DOM包装相似我们为客户机创建一个 DOM 包装器。

    youdao

  • Partly because canonicalization is most easily implemented using a DOM model, the XML security libraries are all written to work with DOM representations of XML.

    在一定程度上,由于使用DOM模型实现规范化简单一种方法,因此XML安全性被设计为操作XML的DOM表示

    youdao

  • For larger documents (~100K and higher) the deferred DOM offers better performance than non-deferred DOM, but uses more memory.

    对于较大文档(大约 100K 或者更大),延迟DOM性能要好延迟 DOM但是使用更多的内存。

    youdao

  • If you are familiar with the DOM from other languages, you will have an easier time coding with the DOM in PHP5 than previous versions.

    如果通过其他语言熟悉DOM与以前的版本相比PHP5中使用DOM编程简单得多。

    youdao

  • You've had two full articles of introduction to the Document Object Model, or DOM; you should be pretty comfortable with how the DOM works by now.

    前面文章已经详细介绍文档对象模型或者DOM读者应该很清楚 DOM如何工作的了。

    youdao

  • In previous articles, you saw the basic concepts involved in working with the DOM, and got a detailed look at the API; now you've worked through a simple DOM-based application.

    前面文章介绍了使用DOM所涉及到的基本概念详细地讨论API现在又建立一个简单基于DOM的应用程序。

    youdao

  • When you navigate a DOM, you'll find that sometimes, you need to go directly to a DOM element, and sometimes you need a specific child of that element, such as when you're dealing with text.

    DOM导航发现有时需要直接DOM元素有时又需要转到该元素特定元素,比如处理文本的时候

    youdao

  • 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对象转化成在请求发送字符串

    youdao

  • For example, SAX and DOM have nothing to do with how XML documents are rendered; or the parser you're using must be compatible with your processing API (SAX or DOM).

    例如SAXDOM如何呈现XML文档无关;又例如,正在使用解析器必须处理API (SAXDOM)兼容

    youdao

  • The same is true when you use JAXP for DOM parsing which provides an even easier DOM-to-SAX layering of APIs.

    使用JAXP进行DOM解析同样如此提供了种更为简便DOMSAX API 分层。

    youdao

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

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

    youdao

  • The DOM layer provides a foundation for constructing the DOM tree that is compliant with the ODF standard specification.

    dom构造符合ODF标准规范dom提供基础

    youdao

  • Annotation works on a document Object Model (DOM) version of a parsed HTML document by applying annotations to DOM elements that are selected by XPath statements. For example, the statement.

    注释通过注释应用xpath语句选择文档对象模型(Document Object Model,DOM)元素一个已解析HTML文档的DOM版本工作

    youdao

  • The DOM model is also affected by the fact that different Web browsers and environments have different DOM structures and interfaces.

    对于不同Web浏览器环境DOM结构接口不尽相同DOM模型自然无法避免这种影响

    youdao

  • Another advantage that DOM programmers have when working with XPath is that they actually use the DOM to get access to an XML document, before applying any XPath expressions.

    使用XPathDOM程序员还有一个优势应用任何XPath表达式之前实际使用DOM获得XML文档访问

    youdao

  • To isolate the application code from the DOM APIs used to navigate and manipulate the XML model, you can create a wrapper around the DOM and XPath implementations.

    为了隔离应用程序代码用来导航操作xml模型DOMAPI可以DOMXPath实现创建一个包装器。

    youdao

  • Dom (specifically xml.dom.minidom) offers a rather heavy API for OOP-style manipulation of XML documentswith methods common across dom implementations in many programming languages.

    dom(特别是xml . dom .minidom)xml文档OOP -风格操作提供了相当繁重API一些方法共同用于许多编程语言中的dom实现

    youdao

  • One such enhancement is the (currently beta) cDomlette module, which can build a complex DOM tree much faster than PyXML's default DOM implementation.

    其中一个增强目前是测试版cDomlette模块,在构建复杂DOM方面,它的速度PyXML缺省 DOM 实现快得多。

    youdao

  • Parsing can then occur, and the resultant DOM Document object is handed off to a method that prints the DOM tree.

    然后就可以进行语法分析了,产生DOMDocument对象传递打印dom方法

    youdao

  • The implementation of dom that comes with Python 2.0 is called xml.dom.minidom, and provides a lightweight and small footprint version of dom.

    Python 2.0中自带dom实现称为xml . dom .minidom提供轻量级小型版本dom

    youdao

  • The DOM Level 3 Core specification, which is now in Last Call status, is the latest in a series of DOM specifications produced by the W3C.

    DOMLevel3Core规范现在处于Last Call(最后请求)状态W3C制定一系列DOM规范最新一个

    youdao

  • The modify method for Xerces USES only standard DOM interfaces, so it's also compatible with any other DOM implementation.

    Xercesmodify方法使用标准DOM接口所以任何其它DOM实现兼容

    youdao

  • The modify method for Xerces USES only standard DOM interfaces, so it's also compatible with any other DOM implementation.

    Xercesmodify方法使用标准DOM接口所以任何其它DOM实现兼容

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定