• 语法分析器读取棵树,并通过事件应用程序描述

    The parser reads the tree and describes it, through events, to your application.

    youdao

  • 某些应用中,XML文档语法分析器建立的,从不会由应用程序代码建立,不相关的。

    For certain USES where XML documents are built only by a parser, and never by application-level code, this is irrelevant.

    youdao

  • SAX基于事件API,这意味着语法分析器在处理XML文件时会事件-类似 AWT 的事件-发送到应用程序

    SAX is an event-based API, meaning that the parser sends events -- similar to AWT events -- to your application as it progresses through the XML file.

    youdao

  • 遇到第一开始标记 <xbe:price-list> 时,语法分析器生成第二个事件通知应用程序已经遇到了 price-list元素

    When it encounters the first opening tag, <xbe:price-list>, the parser generates its second event to notify the application that it has encountered the starting tag for a price-list element.

    youdao

  • 如果需要解析多个文档使用程序分析器步骤中的String -SetFile - Set选项XMLstage之前stages中的文档分区大有裨益

    If many documents need to be parsed, it would be beneficial to use the String-Set or File-Set option in the parser step of the assembly and partition the documents in the stages before the XML stage.

    youdao

  • 发现,在没有语法分析器的情况下,应用程序生成那些事件还是合算的。

    But I have found that it pays to generate those events from my application, without a parser.

    youdao

  • 这些特殊翻译标记不仅XML结构提供逻辑组织而且允许围绕xml语法分析器构建应用程序理解如何处理全球化数据

    These special translation tags not only lend a logical organization to the XML structure, they also allow an application built around an XML parser to understand how to process the globalized data.

    youdao

  • 不是内存使用分析器而是一个应用程序瓶颈检测工具用于发现代码运行时间最长地方

    This is not a memory usage profiler, but a tool used to detect application bottlenecks, the places in the code where most of processing time is spent.

    youdao

  • 语法分析器代表应用程序解码XML文件软件组件

    The parser, a software component that decodes XML files on behalf of the application.

    youdao

  • 该片演示了如何将应用程序翻译处理基本语法分析器功能挂钩

    This fragment demonstrates how to hook your application-translation processing into the basic parser function.

    youdao

  • 集中讨论1中的虚线-语法分析器应用程序之间接口API(应用程序编程接口)。

    This chapter concentrates on the dotted line in Figure 1 — the interface, or API (application Programming interface), between the parser and the application.

    youdao

  • 清单2清单1中所示源代码中添加一个语法分析器中注册错误处理程序

    Listing 2 adds a class to the source shown in Listing 1 and registers that error handler with the parser.

    youdao

  • 分析器结果可以帮助标识应用程序关键路径大部分时间所执行代码

    Profiler results help you identify the critical path of your application; that is, the code that is executed most of the time.

    youdao

  • 花费职业生涯的可观部分一个应用程序开发者的身份盯着数据库分析器之后能为证明

    Having spent a considerable portion of my career as an application developer staring at a profiler, I can attest to this.

    youdao

  • 下列示例假设已经使用sax语法分析器并且十分熟悉SAX应用程序基本机制

    The following examples assume that you have use of a SAX parser and are familiar with the basic mechanisms of a SAX application.

    youdao

  • 工件分析器处理指定工件完整内容,查找各种常见错误例如多线程应用程序中的死锁线程

    Artifact analysers process the entire contents of a given artifact looking for common errors such as deadlocked threads in a multithreaded application.

    youdao

  • 一旦注册完毕,当语法分析器处理文档时,语法分析器就会通知所有分析事件内容处理程序

    Once registered, the parser notifies the content handler of all parse events as the parser processes the document.

    youdao

  • 结果就是他们的应用程序受困于某个特定语法分析器 --有时甚至某个语法分析器的特定版本

    The result is that they lock their applications into a specific parser -- sometimes a specific version of a parser.

    youdao

  • 这样应用程序在设备运行时,分析器会收集数据进行分析

    The application is then run on the device producing a report which is loaded into the profiler viewer for analysis.

    youdao

  • 目前分析器简单地跳过了所有包含范型类型程序

    Right now the profiler simply skips all assemblies containing generics, but that's pretty annoying.

    youdao

  • 没什么寻常sax语法分析器级别所以应用程序必须接管本来DOM才能完成大量工作

    It's not abnormal: the SAX parser is very low level, so the application has to take over a lot of the work that a DOM parser would do.

    youdao

  • 正如名称所暗示的,基于事件的语法分析器事件发送给应用程序

    As the name implies, an event-based parser sends events to the application.

    youdao

  • 的确第一情况中应用程序编写XSLT处理器可以立即分析XML文档(通常通过sax语法分析器)。

    Indeed, in the first case, the application writes the XML document, which the XSLT processor immediately parses (often through a SAX parser).

    youdao

  • 定义语法分析器应用程序定义一个'handler '类,该类将注册使用的语法分析器

    Instead of defining a parser class, an application programmer defines a 'handler' class that is registered with whatever parser is used.

    youdao

  • 如果没有知识,则假设应用程序已经创建了sax语法分析器实例以及能够实现or g . xml . sax .ContentHandler接口的实例。

    If you don't have this knowledge, presume that the application has created an instance of the sax parser and an instance of a class that implements the org.xml.sax.ContentHandler interface.

    youdao

  • 应用程序定义一个handler而不是语法分析器类,handler类能注册任何所使用的语法分析器中。

    Instead of defining a parser class, an application programmer defines a handler class that is registered with whatever parser is used.

    youdao

  • 2中,应用程序并没有写到文件而是直接调用处理器ContentHandler有效地模拟语法分析器

    In Figure 2, instead of writing to a file, the application calls the processor's ContentHandler directly, effectively simulating the parser.

    youdao

  • 发现JConsole开销简单的办法首先独自运行一个应用程序然后分析器下运行,测量差异

    The easiest way to discover JConsole's overhead is to first run an application by itself, then run it under the profiler, and measure the difference.

    youdao

  • 运行概要分析器applet概要分析器应用程序客户机器上执行下列步骤

    At the client machine where you run the profiler applet or the profiler application, perform the following steps.

    youdao

  • 因为sax语法分析器已经可以解析大多数URL,所以很少应用程序实现EntityResolver

    Because the SAX parser can resolve most URLs already, few applications implement EntityResolver.

    youdao

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

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

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