• Rewritten MCS-based parser for C

    基于MCS重写C#解析器

    youdao

  • The easiest tree-based parser to code is SimpleXML.

    编码简单的基于树解析器SimpleXML。

    youdao

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

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

    youdao

  • You can use a Simple API for XML (SAX)-based parser instead, but SAX is a lower-level technology.

    还可以使用基于SimpleAPIforXML (SAX) 的解析器但是 SAX一种较低级技术

    youdao

  • The XMLReader extension is a stream-based parser of the type often referred to as a cursor type or pull parser.

    XMLReader扩展种基于流解析器,其类型通常被称为游标类型或者pull类型解析器。

    youdao

  • While ANTLR based parser is easier to maintain than others, migration to v3 will help us to make it better and cleaner.

    基于ANTLR的分析器别的分析器容易维护迁移v3帮助我们分析器得更好更清晰。

    youdao

  • Because the Google SoC description of this project isn't 100% clear on the Ruby based parser, Wang Huofei clarifies the project plan.

    因为Soc项目描述没有100%说清楚基于Ruby分析器的研究计划,Wang Huofei澄清了该项目计划。

    youdao

  • Listing 9 contains some noteworthy items. The first thing to consider is that the SAX parser is an event-based parser, which means that you build the actual document as it is parsed.

    清单9中有一些值得注意的细节,首先考虑到SAX解析一个基于事件的解析器,意味着使用SAX进行解析时建立真实文件

    youdao

  • A few good heuristics based solely on the first few bytes will tell you if a file or stream is likely to be XML, and therefore worth checking further with a parser.

    一些基于最初几个字节较好的启发式方法可以告诉一个文件是否可能XML,是否值得解析器作进一步检查

    youdao

  • Based on the configuration of the SAX parser, your application may need to perform differently.

    根据SAX解析器配置,应用程序执行起来可能各不相同。

    youdao

  • The advantage of AXIOM over other XML representations is that it is based on a pull parser technique, while most others are based on a push parser technique.

    AXIOM相对于其他XML表示形式优势在于基于pull解析技术其他大多数基于push解析器技术。

    youdao

  • The XML_Parser package: Download an XML parser based on PHP's built-in XML extension and supports two basic modes of operation: func and event.

    xml_parser:这种php内置xml扩展为基础的xml解析器支持两种操作模式函数事件

    youdao

  • A request parser is chosen based on the transaction context to parse out the request business object which contains a control object as the header and a transaction object as the body.

    根据事务上下文选择请求解析器,请求解析器对请求业务对象进行解析这个对象包含一个控制对象,体包含一个事务对象。

    youdao

  • Furthermore, because this method is not based on handler callbacks, the application does not need to maintain a simulated parser state like it might need to when using SAX.

    或者发生意外停止解析此外由于方法基于处理程序回调应用程序不需要使用SAX那样模拟解析器的状态

    youdao

  • Rather than define a generic data model based on the XML syntax, the parser relies on the application programmer to build a tailor-made data model.

    只不过这种方法不根据xml语法定义通用数据模型解析器依赖应用程序程序员建立定制的数据模型。

    youdao

  • In addition, JSP technology already has a powerful mechanism for putting executable code behind custom tags, so you don't have to implement a parser for the templates based on the JSP syntax.

    此外JSP技术已经有了一种很强大机制可执行代码放在定制标记后面所以不必基于jsp语法模板实现解析器

    youdao

  • By default, the selected parser is based on the type of database that the script is connected to.

    默认情况下,所选择解析器基于脚本所连接的数据库类型

    youdao

  • These defenses effectively stop any attacks based on the parser making external network connections.

    这些防御措施有效地阻止了基于解析器创建外部网络连接所有攻击

    youdao

  • Listing 9 shows a DOM-based implementation of the parser interface.

    清单9显示了一个基于DOM解析器接口实现

    youdao

  • 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.

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

    youdao

  • The parser then sends a stream of these events based on the input XML, which the handler code processes in turn.

    解析器根据输入XML发送事件然后处理程序代码依次处理事件。

    youdao

  • The original JAXB code (since discarded) was based on a pull parser architecture similar to XMLPull.

    原始JAXB代码(已被丢弃)基于类似XMLPull解析器体系结构

    youdao

  • Instead of SAX2, JiBX is based on a pull parser architecture (currently XMLPull).

    JiBX基于(pull)解析器体系结构(当前XMLPull),不是SAX2

    youdao

  • The utility package contains the XML parser and transaction builder classes used to construct a transaction manager based on the SOA transaction Definition file (Figure 2).

    Utility包含xml解析器用于构造基于SOATransactionDefinition文件(2)的事务管理器的事务构造

    youdao

  • In fact, org.apache.axiom.om.impl.builder.SAXOMBuilder is a partial implementation of a builder based on the SAX push parser.

    事实上,or g . apache . axiom . om . impl .builder . SAXOMBuilder基于SAX解析器的构建程序部分实现

    youdao

  • The XML_Parser package: Download an XML parser based on PHP's built-in xml extension.

    XML_Parser下载这个基于PHP内置XML扩展的 XML解析器

    youdao

  • The XML Pull parser API is similar to the cursor-based API provided by StAX; the parser state can be examined for information about the last parsed event, then advanced to the next one, and so on.

    XMLPullParserAPI类似StAX所提供基于指针的API,可以通过分析解析器的状态获得一个解析事件信息然后移动一个,依此类推。

    youdao

  • Based on experience with previous pull parser implementations, the creators of StAX opted to include an object-oriented alternative to the cursor-based API.

    基于以往拉式解析器实现经验StAX创建者选择了在基于指针的API之外增加一种面向对象的API。

    youdao

  • Based on the development experience, a template-driven and parser center report generation system was proposed, and the generation model of a great deal of report calculation was expounded.

    总结应用开发经验基础上,提出了模板驱动、解析器中心报表生成系统,建立了报表大量数据计算的生成模型

    youdao

  • This dissertation discusses the theory and realization of the Probabilistic Context Free Grammar-based syntactic parser.

    本文论述了基于概率上下文无关语法的句法分析的原理实现过程。

    youdao

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

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

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