• 语法分析程序需要符号时,调用扫描过程

    The syntax analyzer calls the scanner when it needs a new symbol.

    youdao

  • 词法语法分析程序共同组成语言处理系统函数参数返回一致

    If system of processing language is established with programs of lexical analysis and parsing, the function name, parameter and return value should be accordant.

    youdao

  • 是因为我们决定明确允许使用Bison输出文件中的标准语法分析程序受限制的。

    This is because we decided to explicitly permit the use of the Bison standard parser program in Bison output files without restriction.

    youdao

  • 举例来说,如果简单地所有文件执行语法分析程序,那么您就可以确保源代码遵守预定义编码标准

    For example, if you simply parse all of the source files for a program, you can ensure that the source code adheres to a predefined coding standard.

    youdao

  • 一些程序由于技术原因而拷贝他们的某部分到输出——例如Bison拷贝一个标准语法分析程序的输出文件

    Some programs copy parts of themselves into the output for technical reasonsfor example, Bison copies a standard parser program into its output file.

    youdao

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

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

    youdao

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

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

    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

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

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

    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

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

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

    youdao

  • 分层方法应用程序逻辑和语法分析之间建立一个明显的分界

    The layered approach establishes a clean-cut separation between the application logic and the parsing.

    youdao

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

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

    youdao

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

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

    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

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

    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

  • 没什么寻常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

  • 下列示例假设已经使用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

  • 接收SOAP响应时客户机库XML进行语法分析获得方法调用结果将结果传递给使用程序

    Upon receiving the SOAP response, the client library parses the XML to get the result of the method invocation and passes this result to the program using the library.

    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

  • 通过单一调用进行实际语法分析文档构造如果成功完成一操作,那么应用程序就可以检索使用构造Document

    The actual parsing and document construction takes place with a single call, and if this completes successfully, the constructed document can then be retrieved and used by the application.

    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

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

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

    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

  • 遇到第一开始标记 <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

  • nparsedEntityDecl()通知应用程序已经发现了个未经过语法分析实体声明

    nparsedEntityDecl() notifies the application that an unparsed entity declaration has been found.

    youdao

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

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

    youdao

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

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

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