Rewritten MCS-based parser for C
基于MCS重写C#解析器
The easiest tree-based parser to code is SimpleXML.
编码最简单的基于树的解析器是SimpleXML。
As the name implies, an event-based parser sends events to the application.
正如其名称所暗示的,基于事件的语法分析器将事件发送给应用程序。
You can use a Simple API for XML (SAX)-based parser instead, but SAX is a lower-level technology.
您还可以使用一个基于SimpleAPIforXML (SAX) 的解析器,但是 SAX是一种较低级的技术。
The XMLReader extension is a stream-based parser of the type often referred to as a cursor type or pull parser.
XMLReader扩展是一种基于流的解析器,其类型通常被称为游标类型或者pull类型解析器。
While ANTLR based parser is easier to maintain than others, migration to v3 will help us to make it better and cleaner.
基于ANTLR的分析器比别的分析器更容易维护,迁移到v3将帮助我们把分析器做得更好更清晰。
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澄清了该项目计划。
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进行解析时要建立真实文件。
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,是否值得让解析器作进一步检查。
Based on the configuration of the SAX parser, your application may need to perform differently.
根据SAX解析器的配置,应用程序执行起来可能各不相同。
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解析器技术。
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解析器支持两种操作模式:函数和事件。
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.
根据事务上下文选择一个请求解析器,请求解析器对请求业务对象进行解析;这个对象的头包含一个控制对象,体包含一个事务对象。
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那样模拟解析器的状态。
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语法定义通用的数据模型,其解析器依赖应用程序程序员建立定制的数据模型。
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语法的模板实现解析器。
By default, the selected parser is based on the type of database that the script is connected to.
默认情况下,所选择的解析器是基于脚本所连接的数据库类型。
These defenses effectively stop any attacks based on the parser making external network connections.
这些防御措施有效地阻止了基于解析器创建外部网络连接的所有攻击。
Listing 9 shows a DOM-based implementation of the parser interface.
清单9显示了一个基于DOM的解析器接口实现。
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 的事件-发送到应用程序。
The parser then sends a stream of these events based on the input XML, which the handler code processes in turn.
解析器根据输入XML发送事件流,然后处理程序代码依次处理事件。
The original JAXB code (since discarded) was based on a pull parser architecture similar to XMLPull.
原始的JAXB代码(已被丢弃)基于类似XMLPull的拉解析器体系结构。
Instead of SAX2, JiBX is based on a pull parser architecture (currently XMLPull).
JiBX基于拉(pull)解析器体系结构(当前是XMLPull),而不是SAX2。
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)的事务管理器的事务构造器类。
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推式解析器的构建程序的部分实现。
The XML_Parser package: Download an XML parser based on PHP's built-in xml extension.
XML_Parser包:下载这个基于PHP内置XML扩展的 XML解析器。
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,可以通过分析解析器的状态获得上一个解析事件的信息,然后移动到下一个,依此类推。
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。
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.
在总结应用开发经验基础上,提出了以模板驱动、解析器为中心的报表生成系统,建立了报表中大量数据计算的生成模型。
This dissertation discusses the theory and realization of the Probabilistic Context Free Grammar-based syntactic parser.
本文论述了基于概率的上下文无关语法的句法分析的原理及实现过程。
应用推荐