• Many developers also know when to use SAX and when to use the DOM API.

    很多开发人员知道何时使用SAX,何时使用DOM API

    youdao

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

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

    youdao

  • Unlike SAX, the DOM API permits editing and saving an XML document back to a file or stream.

    SAX不同,DOM API允许对XML文档进行编辑保存一个文件或者

    youdao

  • The XML DOM API is a standard XML-parsing API, and it is the most commonly used when programming XML applications.

    XMLDOM API一个标准xml解析api而且用于编写XML应用程序

    youdao

  • Directly embedding DOM API calls in the application's business logic is inefficient since any changes in the XML schema would require extensive changes to application code.

    应用程序业务逻辑直接嵌入DOM API一种效率的做法,因为XML模式任何修改要求应用程序代码做大量修改。

    youdao

  • The low-level nature of the DOM API, incorrect application of methods and programming patterns, and lack of knowledge of the full API all contributed to the increase in the number of code lines.

    DOM API低级本质方法编程模式正确应用以及缺乏完整 API知识都会致使代码增加

    youdao

  • What contributed to the increase in the number of code lines were the low-level nature of the DOM API, incorrect application of methods and programming patterns, and lack of knowledge of the full API.

    造成代码数量增长原因由于DOM API低级特性方法编程样式不正确应用以及整个API缺乏了解

    youdao

  • In this model, the application code can use the DOM, JDOM, SDO (and so on) API to perform the business logic.

    模型中,应用程序代码可以使用DOMJDOMSDO(等等)api执行业务逻辑

    youdao

  • Which type of API should you use and when should you use itSAX or DOM? Unfortunately, there is no clear-cut answer to this question.

    应该使用哪一种类型API,应该何时使用-SAX还是DOM不幸的是,这个问题没有明确答案

    youdao

  • In addition to updating JAXP to the newest versions of SAX and DOM, several small changes have been made in the API (as discussed in my last article).

    除了使JAXP支持SAXDOM最新之外,API还有几处改动(上一篇文章所述)。

    youdao

  • This means that the specialized API approach has to be combined with a certain amount of DOM processing.

    意味着这种基于特定api方法不得不掺杂一定数量DOM处理。

    youdao

  • If you don't have data that will be reused, and you don't pass that data in the form of an object to another component in your application, then you might consider an API like DOM or JDOM.

    如果没有重用数据而且对象形式数据传递给应用程序中的另一个组件可以考虑使用DOM或者JDOM之类的API

    youdao

  • In other words, each feature in the convenience layer delegates and organizes related element classes of the DOM layer to implement the convenience layer API.

    话说,便利中的每个特性通过委托组织相关dom元素实现便利层api

    youdao

  • The one I used above is the tree-based API that's provided by all other contemporary object models, such as DOM and JDOM.

    上面使用基于树API所有其他竞争的对象模型DOMJDOM提供了这样的 API

    youdao

  • Because JAXP really is just a wrapper API (no matter how people are using it), it simply can't support every option that SAX and the DOM provide.

    因为JAXP确实只是一个包装器API(无论人们如何使用),它无法使用SAXDOM提供的任意选项

    youdao

  • AXIOM's API is probably closest to DOM in overall feel, but it has its own quirks.

    整体上看,AXIOMAPI可能最接近DOM但是又具有自己的特点。

    youdao

  • The doc column specifies parsers that support a pull or document model API, like DOM.

    “文档”指定了支持文档模型API(如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

  • You can easily access these elements through the DOM layer API that is introduced in the next section.

    可以通过下一介绍domapi轻松地访问这些元素

    youdao

  • Now keep in mind that JAXP is not a true parsing API on its own, in the sense that it requires a SAX or DOM parser to operate.

    现在我们需要记住,JAXP本身不是一个真的解析api(需要SAXDOM解析器运作的情况下)。

    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

  • When you use an API like DOM or JDOM, you work with the structure of the document continuously, both when you load the XML and when you access that data.

    使用DOM或者JDOM之类API,不管是加载XML还是访问数据需要不断地处理文档结构

    youdao

  • The Document Object Model (DOM) API exposed by the browser for dynamic display and interaction.

    浏览器动态显示交互所提供文档对象模型(DOM)api

    youdao

  • Like dom and dom4j, AXIOM defines the API used to access and manipulate the tree representation using interfaces.

    domdom 4 j一样,AXIOM使用接口定义用于访问操作表示API

    youdao

  • An instance of DocumentBuilderFactory is obtained, which defines a factory API that enables applications to obtain a parser that produces DOM object trees from an XML document.

    我们获取一个DocumentBuilderFactory实例,定义了工厂api,用于支持应用程序获取解析器,可以通过XML文档生成dom对象

    youdao

  • This tutorial demonstrates the use of the DOM Core API as a means for reading and manipulating XML data using the example of a series of orders from a commerce system.

    教程使用取自商业系统一系列订单例子展示如何使用DOMCoreAPI作为读取处理XML数据手段

    youdao

  • Learn to use the document Object Model (DOM), a tree API that provides direct access to parts of an XML document.

    学习使用文档对象模型(Document Object Model, DOM),使用这种api可以直接访问XML文档各个部分

    youdao

  • CDomlette is potentially a much faster way of building a DOM tree, but it is currently beta, and might not be entirely API-compatible with other modules.

    cDomlette可能一种更快构建dom方法目前是测试版,并且可能不能其它模块完全api兼容。

    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

  • Document Object Model (DOM) API.

    文档对象模型(DOM)api

    youdao

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

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

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