parsers

parsers

美 [ˈpɑrsər]  英 [ˈpɑː(r)zə(r)]

  • n.剖析器;〔计〕语法分析程序;句法分析的程序
  • 网络自顶向下分析程序

词形变化

复数:parsers  

英汉解释

n.
1.
剖析器
2.
〔计〕语法分析程序
3.
句法分析的程序

英英解释

n.

例句

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

XML标准化特性导致一些平台语言解析派生技术诞生

Most parsers that implement the DOM provide at least a vendor-specific means of access to an underlying SAX parser.

很多实现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文档并且可以使用标准基于JavaXML解析操作

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

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

However, I still cannot work up a great deal of enthusiasm for the function docstring style of parsers.

无论如何仍然不能函数文档字符串风格解析器具热情

As well, [xmlproc] provides a variety of high-level and experimental interfaces that other parsers do not.

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

XML parsers do not preserve white space within attribute values the same way that they preserve white space within element textual content .

保留元素文本内容空白不同XML分析器保留属性空白

RDFa parsers will retrieve the value from the text node of the element to which the property attribute is attached.

RDFa解析property属性附属元素文本节点textnode中将出来

You can construct parsers that are optimized to use an in-memory representation of a given Schema for validation (as mentioned earlier).

可以构造针对给定Schema内存表示优化解析验证)。

Obviously, proper syntax is necessary for parsers to be able to accept XML documents at all.

显然正确文法解析完全能够接受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.

PLYSpark相反DParser本身C编写因而可能纯粹Python解析快得

Indeed, given its prevalence in Python, Perl, and Apache projects, expat is clearly one of the most widely-used XML parsers available.

的确PythonPerlApache项目流行程度而言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.

我们可以联合使用XAMLNodeStreamsXAMLDOM解析静态分析工具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 parsers will simply reject documents that do not use quotes around attribute values and report an error.

XML分析器简单地拒绝属性两侧使用引号文档报告错误

First, some number of copies of the document representations are built from parsers, with each resulting document object retained.

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

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.

介绍数控系统体系结构包括硬件体系结构软件体系结构着重介绍加工程序解释模块

Their names are not allowed to contain colons, although parsers may not enforce that rule.

它们名称允许包含冒号尽管解析可能强制执行规则

The potential for automated parsing with open-source validating parsers also influenced adoption of this guideline.

开放源码验证解析进行自动解析可能性影响指导原则采用

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

可以预料验证错误都会报告解析设置ErrorHandler

Direct parsers & optimized validation of complex data structures of SOAP Messages (advantage of Document style of messaging).

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

XML parsers are available in every programming language (even Cobol enjoys strong XML support), so you have no reason not to use them.

编程语言适用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.

SAXXML-DEV邮件列表成员开发一种用于基于事件语法分析标准简单API

All my old ad hoc parsers were imperative in flavor: read some characters, make some decisions, accumulate some variables, rinse, repeat.

所有特别解析采用这种风格一些字符决定累加一些变量清空重复

Both include parsers and extensive XML support, simplifying data exchange between the platforms.

二者包括解析广泛XML支持简化平台之间数据交换

XML parsers can use this parent-child structure to navigate to a document, and even to modify the structure or content of the document.

XML解析可以利用这种父子结构遍历文档甚至修改文档结构内容

Parametric parsers are a form of dynamic parsers that changes their behavior at run time based on some attribute or data.

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

For all of your parsers, the inputs are always the same: strings for the stock symbols.

对于所有解析而言输入总是一样股票代码字符串

We have the ability to translate from a number of parsers to an internal representation which we use for compilation.

我们能力借鉴众多解析自行开发用于编译一个解析内部实现

With the ubiquity of XML, the VRML spec was rewritten to take advantage of XML parsers (and programmer familiarity with XML).

随着XML得到无所不在应用VRML规范进行重写从而利用XML解释优点以及程序员XML比较熟悉这个优点)。

In our game we wanted to have separate parsers for the scripting language and the GUI descriptions, since they used different grammar rules.

我们希望游戏脚本语言GUI描述使用不同语法分析因为它们使用不同语法规则

Most formal parsers use variants on Extended Backus-Naur Form (EBNF) to describe the "grammars" of the languages they describe.

大多数正式解析使用扩展巴科斯范式(ExtendedBackus-NaurForm,EBNF)变体描述它们描述语言语法”。

You can use these parsers at runtime to avoid the cost of constructing and deconstructing parsers when you need to parse a document.

需要解析文档可以运行使用这些解析从而避免构造分解解析开销

You can specify the grammar caching parser configuration (org. apache. xerces. parsers. XMLGrammarCachingConfiguration).

指定语法缓冲解析器配置(org.apache.xerces.parsers.XMLGrammarCachingConfiguration)。

XML parsers are designed so that any input (well-formed or not, valid or not) is handled in a defined way.

设计XML解析为了任何输入格式良好格式有效无效定义形式处理

You can now validate the syntax in scripts with multiple database parsers, and run scripts serially against multiple database connections.

现在可以使用多个数据库解析验证脚本语法然后依次多个数据库连接执行脚本

Nevertheless, the approach described here is not the way plug-in parsers were initially meant to be used.

然而本文描述方法并不是插件解析方法最初使用目的