parsers

解析器
常用释义
解析器

扩展信息

自顶向下分析程序
在差不多同时,在经历发布了几个不正确的自顶向下分析程序parsers)后,我处理“通过发明‘找到处理器的一个层级结构’范 …

例句

The standardized nature of XML has given rise to a number of derivative cross-platform, cross-language parsers and derivative technologies.

XML的标准化特性导致了一些跨平台、跨语言的解析器和派生技术的诞生。

很多实现DOM的解析器至少提供一个供应商专用的方法来访问一个底层SAX解析器。

Note that the form itself is nothing but an XML-based document and can be manipulated with the standard Java-based XML parsers.

请注意表单本身只是基于XML的文档,并且可以使用标准的基于Java的XML解析器来操作表单。

Building your own parser increases the complexity of your application , and will not perform as well as the shipped parsers .

构建自己的分析器会增加应用程序的复杂程度,其执行效果也不如附带的分析器。

无论如何,我仍然不能对函数文档字符串风格的解析器具有太多热情。

同样,[xmlproc]提供其它语法分析器所不具备的各种高级和测试接口。

与保留元素文本内容中的空白不同,XML分析器不保留属性值中的空白。

RDFa解析器会从property属性所附属的元素的文本节点(textnode)中将值取出来。

可以构造针对给定Schema内存中表示优化的解析器验证(如前所述)。

显然,正确的文法是解析器完全能够接受XML文档所必需的条件。

In contrast to PLY or Spark, DParser itself is written in C, and is thus likely to be considerably faster than pure-Python parsers.

与PLY或Spark相反,DParser本身是用C编写的,因而可能会比纯粹的Python解析器快得多。

的确,就它在Python、Perl和Apache项目中的流行程度而言,expat明显是使用最广泛的XML解析器之一。

The combination of the XAML Node Stream and XAML DOM parsers are being used to add support for static analysis tools like FxCOP.

我们可以联合使用XAMLNodeStreams和XAMLDOM解析器为静态分析工具如FxCOP增加支持。

The new parsers store additional parsing information (problems, node locations) in an ILocationResolver instead of a callback object.

新解析器在一个ILocationResolver中存储额外的解析信息(问题、节点位置),而不是存储在回调对象中。

The heavy work of converting a reST text into a tree of nodes is done by the docutils. parsers. rst subpackage.

将reST文本转换成节点树的繁重工作是由docutils.parsers.rst子软件包完成的。

XML分析器将简单地拒绝属性值两侧未使用引号的文档,并报告错误。

首先,使用解析器构建文档表示的某个数量的副本,并保存每个结果文档对象。

Most people will end up with XML 1. 1 Processors as they upgrade their parsers, just as all the Xerces users already did.

随着解析器的升级,多数人最终将使用XML1.1,就像Xerces的所有用户所做的那样。

Conversely, the parsers that ship with development environments were tested with an eye towards compatibility.

相反,随开发环境提供的解析器大都经过了与兼容性有关的测试。

The thesis introduced the software and hardware design proposal of CNC. The processing procedure parsers have been introduced weightily.

介绍数控系统的体系结构,包括其硬件体系结构与软件体系结构,并着重介绍加工程序解释器模块。

它们的名称不允许包含冒号,尽管解析器可能不强制执行该规则。

用开放源码验证解析器进行自动解析的可能性也影响这条指导原则的采用。

As you might expect, any errors in validation are reported to the ErrorHandler set on the parsers.

可以预料,验证错误都会报告给解析器设置的ErrorHandler。

SOAP消息中复杂数据结构的直接分析器和已优化的验证(Document类型消息的优点)。

每种编程语言都由适用的XML解析器(即使Cobol都有强大的XML支持),没有理由不使用。

SAX was developed by the members of the XML-DEV mailing list as a standard and simple API for event-based parsers.

SAX是由XML-DEV邮件列表的成员开发的一种用于基于事件的语法分析器的标准和简单的API。

我所有的旧的特别的解析器都采用了这种风格:读一些字符、作决定、累加一些变量、清空、重复。

二者都包括解析器和广泛的XML支持,简化了平台之间的数据交换。

XML解析器可以利用这种父子结构来遍历文档,甚至修改文档的结构或内容。

参数化分析器就是那些在运行时依照某些属性或者数据,改变其行为的动态分析器的一种形式。