网站首页  词典首页

请输入您要查询的英文单词:

 

单词 parser
释义
parsers是parser的复数

parser

美 [?pɑrs?r]
英 [?pɑ?(r)z?(r)]
  • n.剖析器;〔计〕语法分析程序;句法分析的程序
  • 网络自顶向下分析程序
复数:parsers  
n.
1.
剖析器
2.
〔计〕语法分析程序
3.
句法分析的程序

例句

释义:
1.
The standardized nature of XML has given rise to a number of derivative cross-platform, cross-language parsers and derivative technologies.
XML的标准化特性导致了一些跨平台、跨语言的解析器和派生技术的诞生。
www.ibm.com
2.
Most parsers that implement the DOM provide at least a vendor-specific means of access to an underlying SAX parser.
很多实现DOM的解析器至少提供一个供应商专用的方法来访问一个底层SAX解析器。
www.ibm.com
3.
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解析器来操作表单。
www.ibm.com
4.
Building your own parser increases the complexity of your application , and will not perform as well as the shipped parsers .
构建自己的分析器会增加应用程序的复杂程度,其执行效果也不如附带的分析器。
www.bing.com
5.
However, I still cannot work up a great deal of enthusiasm for the function docstring style of parsers.
无论如何,我仍然不能对函数文档字符串风格的解析器具有太多热情。
www.ibm.com
6.
As well, [xmlproc] provides a variety of high-level and experimental interfaces that other parsers do not.
同样,[xmlproc]提供其它语法分析器所不具备的各种高级和测试接口。
www.ibm.com
7.
XML parsers do not preserve white space within attribute values the same way that they preserve white space within element textual content .
与保留元素文本内容中的空白不同,XML分析器不保留属性值中的空白。
www.bing.com
8.
RDFa parsers will retrieve the value from the text node of the element to which the property attribute is attached.
RDFa解析器会从property属性所附属的元素的文本节点(textnode)中将值取出来。
www.infoq.com
9.
You can construct parsers that are optimized to use an in-memory representation of a given Schema for validation (as mentioned earlier).
可以构造针对给定Schema内存中表示优化的解析器验证(如前所述)。
www.ibm.com
10.
Obviously, proper syntax is necessary for parsers to be able to accept XML documents at all.
显然,正确的文法是解析器完全能够接受XML文档所必需的条件。
www.ibm.com
1.
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解析器快得多。
www.ibm.com
2.
Indeed, given its prevalence in Python, Perl, and Apache projects, expat is clearly one of the most widely-used XML parsers available.
的确,就它在Python、Perl和Apache项目中的流行程度而言,expat明显是使用最广泛的XML解析器之一。
www.ibm.com
3.
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增加支持。
www.infoq.com
4.
The new parsers store additional parsing information (problems, node locations) in an ILocationResolver instead of a callback object.
新解析器在一个ILocationResolver中存储额外的解析信息(问题、节点位置),而不是存储在回调对象中。
www.ibm.com
5.
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子软件包完成的。
www.ibm.com
6.
XML parsers will simply reject documents that do not use quotes around attribute values and report an error.
XML分析器将简单地拒绝属性值两侧未使用引号的文档,并报告错误。
msdn2.microsoft.com
7.
First, some number of copies of the document representations are built from parsers, with each resulting document object retained.
首先,使用解析器构建文档表示的某个数量的副本,并保存每个结果文档对象。
www.ibm.com
8.
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的所有用户所做的那样。
www-128.ibm.com
9.
Conversely, the parsers that ship with development environments were tested with an eye towards compatibility.
相反,随开发环境提供的解析器大都经过了与兼容性有关的测试。
www.ibm.com
10.
The thesis introduced the software and hardware design proposal of CNC. The processing procedure parsers have been introduced weightily.
介绍数控系统的体系结构,包括其硬件体系结构与软件体系结构,并着重介绍加工程序解释器模块。
www.fabiao.net
1.
Their names are not allowed to contain colons, although parsers may not enforce that rule.
它们的名称不允许包含冒号,尽管解析器可能不强制执行该规则。
www.ibm.com
2.
The potential for automated parsing with open-source validating parsers also influenced adoption of this guideline.
用开放源码验证解析器进行自动解析的可能性也影响这条指导原则的采用。
www.ibm.com
3.
As you might expect, any errors in validation are reported to the ErrorHandler set on the parsers.
可以预料,验证错误都会报告给解析器设置的ErrorHandler。
www.ibm.com
4.
Direct parsers & optimized validation of complex data structures of SOAP Messages (advantage of Document style of messaging).
SOAP消息中复杂数据结构的直接分析器和已优化的验证(Document类型消息的优点)。
www.ibm.com
5.
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支持),没有理由不使用。
www.ibm.com
6.
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。
www.ibm.com
7.
All my old ad hoc parsers were imperative in flavor: read some characters, make some decisions, accumulate some variables, rinse, repeat.
我所有的旧的特别的解析器都采用了这种风格:读一些字符、作决定、累加一些变量、清空、重复。
www-128.ibm.com
8.
Both include parsers and extensive XML support, simplifying data exchange between the platforms.
二者都包括解析器和广泛的XML支持,简化了平台之间的数据交换。
www.ibm.com
9.
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解析器可以利用这种父子结构来遍历文档,甚至修改文档的结构或内容。
www.ibm.com
10.
Parametric parsers are a form of dynamic parsers that changes their behavior at run time based on some attribute or data.
参数化分析器就是那些在运行时依照某些属性或者数据,改变其行为的动态分析器的一种形式。
dictsearch.appspot.com
1.
For all of your parsers, the inputs are always the same: strings for the stock symbols.
对于所有解析器而言,输入总是一样的:股票代码字符串。
www.ibm.com
2.
We have the ability to translate from a number of parsers to an internal representation which we use for compilation.
我们有能力借鉴众多解析器来自行开发用于编译的和一个解析器的内部实现。
www.infoq.com
3.
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比较熟悉这个优点)。
www.ibm.com
4.
In our game we wanted to have separate parsers for the scripting language and the GUI descriptions, since they used different grammar rules.
我们希望在游戏中对脚本语言和GUI描述使用不同的语法分析器,因为它们使用不同的语法规则。
www-128.ibm.com
5.
Most formal parsers use variants on Extended Backus-Naur Form (EBNF) to describe the "grammars" of the languages they describe.
大多数正式的解析器都使用扩展巴科斯范式(ExtendedBackus-NaurForm,EBNF)上的变体来描述它们所描述的语言的“语法”。
www.ibm.com
6.
You can use these parsers at runtime to avoid the cost of constructing and deconstructing parsers when you need to parse a document.
当需要解析文档时,可以在运行时使用这些解析器,从而避免构造和分解解析器的开销。
www.ibm.com
7.
You can specify the grammar caching parser configuration (org. apache. xerces. parsers. XMLGrammarCachingConfiguration).
指定语法缓冲解析器配置(org.apache.xerces.parsers.XMLGrammarCachingConfiguration)。
www.ibm.com
8.
XML parsers are designed so that any input (well-formed or not, valid or not) is handled in a defined way.
设计XML解析器是为了让任何输入(格式良好的或无格式的,有效的或无效的)都以定义好的形式处理。
www.ibm.com
9.
You can now validate the syntax in scripts with multiple database parsers, and run scripts serially against multiple database connections.
您现在可以使用多个数据库解析器来验证脚本语法,然后依次在多个数据库连接中执行脚本。
www.ibm.com
10.
Nevertheless, the approach described here is not the way plug-in parsers were initially meant to be used.
然而,本文描述的方法并不是插件解析器方法最初使用的目的。
www.ibm.com
1.
Parsers can be used as conditions, as well. When the parser matches the condition is met.
分析器也可以当成条件,当分析器的匹配符合条件时。
dictsearch.appspot.com
2.
Among these liberal parsers, we chose Mark Pilgrim's Feed Parser, as the target programming language was Python.
在这些自由的解析器中,我们选择MarkPilgrim的FeedParser,目标编程语言选择Python。
www.ibm.com
3.
In this sense, xml. parsers. expat is a bit "lower level" compared to SAX.
这样,xml.parsers.expat与SAX相比有些“低级”。
www.ibm.com
4.
In general, parsers provide SAX drivers that translate low-level parser events into SAX standard events, allowing for portable code.
通常提供SAX驱动程序的解析器都把底层的解析器事件转化成SAX标准事件,以支持代码的移植。
www.ibm.com
5.
This gives it significant performance improvements over the XMLNS and XML parsers.
这为其提供了相对于XMLNS和XML解析器的显著性能改进。
www.ibm.com
6.
In the format list, two parsers can be selected: PDF and FileNet Select the PDF parser for PDF conversion.
在格式列表中,可以选择两个解析器:PDF和FileNet。选择PDF解析器进行PDF转换。
www.ibm.com
7.
Fortunately, several third-party, lightweight XML parsers are available for MIDP applications.
幸运的是,MIDP应用程序已有几个第三方的、轻量级XML解析器可以使用。
www-128.ibm.com
8.
Some parsers automatically expand entities when a document is loaded into memory.
某些分析器在文档加载到内存中时自动扩展实体。
msdn2.microsoft.com
9.
Most parsers are rather forgiving about including the import statement for it.
大多数解析器允许为其包含import语句。
www.ibm.com
10.
In the future, there's likely to be a Java technology standard for pull parsers.
在将来,它很可能成为拉出解析器的Java技术标准。
www.ibm.com
1.
This means the way that SAX parsers deliver text might not match the needs of your application.
这意味着SAX解析器传递文本的方法可能无法满足应用程序的需求。
www-128.ibm.com
2.
Most Prolog implementations, furthermore, are written in languages other than Python, as are most EBNF parsers.
而且,大多数Prolog实现都不是用Python编写的,这和大多数EBNF解析器一样。
www.ibm.com
3.
The specification is a draft standard designed to be more effective than current XML parsers.
此规范是一项标准草案,旨在比当前XML解析器更有效地处理Web服务。
www.ibm.com
4.
XML parsers are required to report all white space that appears in element content within a document.
需要XML分析器报告文档的元素内容中出现的所有空白。
msdn2.microsoft.com
5.
Parsers extract data from the scanner and position the iterator appropriately through its member functions.
分析器从扫描器获得数据,并通过扫描器的成员函数对迭代器重定位。
dictsearch.appspot.com
6.
The parsers (parser_a, parser_b etc. ) are tried sequentially from left to right until a parser matches the current input sequence.
列表中的分析器(parser_a,parser_b等等)将从左到右逐个测试,直到有一个分析器匹配当前输入。
blog.csdn.net
7.
Second, a major purpose of JAXP is to provide vendor independence when dealing with parsers.
其次,JAXP的主要用途是在处理解析器时提供开发商独立性。
www.ibm.com
8.
It is desirable to use a version mechanism that parallels the schema-discovery mechanism standardized for validating parsers.
使用与模式-发现机制(为验证解析器而进行了标准化)并行的版本机制是合人心意的。
www.ibm.com
9.
Here, we use IBM XML parser for Java code, but the code can be easily modified to use other parsers.
这里,我们使用IBMXMLparserforJava代码,但是很容易把代码修改成使用其它解析器。
www.ibm.com
10.
Parsers transform downloaded data into standard structures. Choose a parser suitable for the type of feeds you would like to aggregate.
解析器将下载的数据转化成标准的结构。为所期望聚合的源的类型选择一个合适的解析器。
www.bp-one.com
1.
By using a shared schema, applications can use validating parsers to assure that appropriate information is sent or received.
通过使用共享模式,应用程序可以使用验证解析器来确保发送或接收到的是适当的信息。
www.ibm.com
2.
XML parsers normally parse all the text in an XML document.
解析器通常会解析XML文档内的所有文本内容。
www.w3pop.com
3.
However, you use the factory to create parsers, not to parse documents directly.
但是使用工厂是为了创建解析器而不是直接解析文档。
www.ibm.com
4.
The UriParser class enables you to create parsers for new URI schemes.
UriParser类使您可以为新的URI方案创建分析器。
msdn2.microsoft.com
5.
Multiple parsers can be used with different grammars and purposes in a single program.
可以在一个程序中用具有不同文法和用途的多个解析器。
www-128.ibm.com
6.
Nonvalidating parsers will accept documents without DOCTYPE declarations.
非验证分析器将接受没有DOCTYPE声明的文档。
msdn2.microsoft.com
7.
Most XML parsers provide routines for manipulating Unicode characters.
多数XML解析器都提供了操纵Unicode字符的例程。
www-128.ibm.com
8.
Unlike binary data, XML is highly structured, and many parsers and tools are optimized to search and query XML data.
和二进制数据不同,XML是高度结构化的,很多解析器和工具针对XML数据搜索和查询进行了优化。
www.ibm.com
9.
method for compatibility with preexisting providers that use code parsers . the base - class method then calls the equivalent method in the.
方法在派生类中创建一个分析器,以实现与使用代码分析器的预先存在的提供程序兼容。
www.ichacha.net
10.
Actually, for the sake of genericity, parsers are really not hard-coded to return a match object.
事实上,为了通用性,并不要求分析器一定要返回匹配对象。
dictsearch.appspot.com
1.
Set the default parsers used to interpret the data.
设置用于解释数据的默认分析程序。
angel.w15.5tom.cn
2.
This draft standard is designed to be more effective than current XML parsers.
此标准草案旨在比当前XML解析器更有效地处理Web服务。
www.ibm.com
3.
The syntax for the schema checking can vary slightly among different SAX parsers.
模式检查的语法可能随着不同的SAX解析器略有不同。
www-128.ibm.com
4.
These primitive parsers are template classes, making them very flexible.
这些元素分析器都是模板类,因此很有伸缩性。
dictsearch.appspot.com
5.
But an RDF expresses that relationship in only one way, so it becomes feasible to build generic parsers.
但是RDF只采用一种方法表达这种关系,因此它可以用来构建常规分析程序。
www.ibm.com
6.
XML parsers come in two forms: validating and nonvalidating.
XML解析器有两种形式:验证和非验证。
www-128.ibm.com
7.
This structure is similar to that used in the smart ASCII parsers txt2dw and txt2html.
这种结构类似于智能ASCII解析器txt2dw和txt2html中所用的结构。
www.ibm.com
8.
The sequence parser is a binary composite. It is composed of two parsers .
上面的并置分析器是一个二元的合成。
dictsearch.appspot.com
9.
The core Perl distribution comes with parsers that convert POD to text, HTML, and man page format.
核心Perl发行版带有将POD转换成文本、HTML和帮助手册格式的解析器。
www.ibm.com
10.
Transition diagrams are a common implementation for lexers and parsers.
转换图是用于词法分析器和解析器的公共实现。
www.ibm.com
1.
Note: when we combine parsers , we end up with a "bigger" parser, But it's still a parser.
注意:当我们组合分析器时,结果是获得“更大的”分析器,但它仍然是分析器。
dictsearch.appspot.com
2.
Again, parsers for probabilistic parsing are also bundled with NLTK.
同样,用于概率解析的解析器也捆绑到了NLTK中。
www.ibm.com
3.
More complex parsers are typically created using these built-in parser objects.
更复杂的解析器通常都使用这些内置解析器对象创建。
www.ibm.com
4.
XML parsers: Read a comprehensive list of XML parsers for many programming languages.
XML解析器:其中给出了面向不同编程语言的完整的XML解析器列表。
www.ibm.com
5.
A number of JSON parsers that will only parse JSON text are available.
可以使用许多只解析JSON文本的JSON解析程序。
www.ibm.com
6.
The new parsers always run in COMPLETE_PARSE mode, so they always parse inside functions.
新解析器通常在COMPLETE_PARSE模式下运行,所以它们通常在函数中进行解析。
www.ibm.com
7.
WebSphere MQ Integrator Broker provides an API to implement plug-in parsers.
WebSphereMQIntegratorBroker提供了实现插件解析器的API。
www-128.ibm.com
8.
In this case, the javax. xml. parsers. DocumentBuilderFactory system property is queried.
在这种情况下,将会查询javax.xml.parsers.DocumentBuilderFactory系统特性。
www.ibm.com
9.
Different SAX parsers handle text differently.
不同的SAX解析器处理文本的方法也不同。
www-128.ibm.com
10.
The Doc column specifies parsers that support a pull or document model API, like DOM.
“文档”栏指定了支持拉或文档模型API(如DOM)的解析器。
www.ibm.com
1.
Serves as the abstract base class for ASP. NET file parsers.
用作ASP.NET文件分析器的抽象基类。
msdn2.microsoft.com
2.
The dynamic module focuses on parsers with behavior that can be modified at run-time.
动态模块聚焦于可以在运行时更改其行为的分析器。
dictsearch.appspot.com
3.
The parsers behave more like interpreters and are not compilers.
解析器的行为更像解释器,而不是编译器。
www-128.ibm.com
4.
This tip demonstrated the use of StAX parsers for screening and classification of XML documents.
这篇技巧说明了如何使用StAX解析器筛选和分类XML文档。
www-128.ibm.com
5.
Table 2 provides a list of some of these parsers.
表2提供了包含其中一些解析器的列表。
www.ibm.com
6.
In addition to the basic job of creating instances of SAX parsers, the factory lets you set configuration options.
除了创建SAX解析器实例的基本工作之外,工厂还允许设置配置选项。
www.ibm.com
7.
Like DOM, SAX parsers control the complete parsing process.
和DOM类似,SAX解析器也控制了整个解析过程。
www.ibm.com
8.
No special parsers for the format are needed or even relevant.
这种格式不需要特殊的或相关的解析器。
www-128.ibm.com
9.
The choice of parsers you can use with the mapping node has also been extended.
对映射节点中可以选择使用的解析器也进行了扩展。
www.ibm.com
10.
Bison is used to generate parsers; Flex is used to generate lexical analyzers.
Bison用来生成语法分析器;Flex用来生成词汇分析器。
www-128.ibm.com
1.
SAX (Simple API for XML) is a common parser interface for XML parsers.
SAX(XML的简单API)是XML语法分析器的公用语法分析器接口。
www.ibm.com
2.
The solution was to change the file format so that PNG-compressed images fail these programs' parsers at an earlier, safer step.
解决方法就是彻底改变PNG压缩图标的格式,使得那些程序提早的发现文件格式的错误。
www.cnblogs.com
3.
The user-unfriendliness of error messages generated by XML parsers is a known problem.
通过XML解析器生成的错误信息的不友好性是一个众所周知的问题。
www.ibm.com
4.
XML pull parsers are renowned for their superior performance and low memory footprint.
XML拉式解析器以其卓越的性能和低内存占用而闻名。
www-128.ibm.com
5.
This package has existed since JAXP 1. 0. It defines a vendor-neutral API for parsing and validating XML documents using SAX or DOM.
parsers:这个包从JAXP1.0起就一直存在,它定义了厂商中立的使用SAX或DOM解析和验证XML文档的API。
www.ibm.com
6.
Flexibility in parsers, check.
解析器中的灵活性被证实。
www.ibm.com
7.
The new parsers only determine an element's scope when it is requested.
新解析器只在元素被请求时确定元素的范围。
www.ibm.com
8.
In Table 2, the Event column specifies parsers that support a push or event model API, like SAX.
在表2中,“事件”栏指定了支持一个推或事件模型API(如SAX)的解析器。
www.ibm.com
9.
Other parsers would live under the docutils. parsers hierarchy, but none are currently provided.
其它解析器本该存在于docutils.parsers层次结构下,但现在尚未提供这些解析器。
www.ibm.com
10.
Parsers can't recover in these situations because the entire structure of the document is in question.
这些情况下,解析器不能恢复,因为文档的整个结构都有问题。
www.ibm.com
1.
However, in some situations plug-in parsers offer a solution for complex tasks.
尽管如此,在一些情况下,插件解析器提供了一个复杂任务的解决方案。
www-128.ibm.com
2.
XML documents are validated by XML parsers.
XML文档由XML解析器验证。
www.ibm.com
3.
You can use the standard DOM and SAX parsers or another parser.
您可以使用标准的DOM与SAX解析器或其他解析器。
www.ibm.com
4.
Later, we shall see how we can extract the actual numbers parsed by the numeric parsers .
不久,我们将会看到如何从数值分析器中获得它们分析出的数字。
dictsearch.appspot.com
5.
You can do this using custom parsers and data converters.
您可以使用定制解析器和数据转换器实现这一点。
www.ibm.com
6.
To change the implementation of the SAXParserFactory interface, set the Java system property javax. xml. parsers. SAXParserFactory.
要更改SAXParserFactory接口的实现,请设置Java系统特性javax.
www.ibm.com
7.
You probably already know that there are two classes of interfaces for parsers: object-based and event-based interfaces.
您可能已经知道语法分析器有两类接口-基于对象的和基于事件的接口。
www.ibm.com
8.
Examples of stream parsers include XMLReader and SAX.
流解析器的例子包括XMLReader和SAX。
www.ibm.com
9.
The new parsers are language specific -- nodes extend CASTNode or CPPASTNode.
新解析器是特定于语言的——节点扩展了CASTNode或CPPASTNode。
www.ibm.com
10.
For instance, many StAX parsers delivered 2 to 10 times faster performance than DOM parsers.
比如,很多StAX解析器能够提供比DOM解析器快2到10倍的性能。
www.ibm.com
1.
Antlr: Antlr is a powerful language design tool, giving you the ability to create new parsers and lexers for custom languages.
Antlr:Antlr是一种强大的语言设计工具,能让您为自定义语言创建新的解析器和词汇分析器。
www.ibm.com
2.
This tip demonstrated the use of filters in StAX parsers.
这篇技巧示范了在StAX解析器中使用过滤器。
www-128.ibm.com
3.
This is different than, for instance, in the Java space, where parsers are available.
在Java界与之相比的区别是,分析器是可用的。
www.infoq.com
4.
These are not XML attributes, but are similar to the properties I discussed in reference to XML parsers.
这些不是XML属性,而是与在XML语法分析器中讲到的特性类似。
www.ibm.com
5.
Many parsers can validate the structure of SOAP messages to ensure they are well-formed and adhere to specific XML schemas.
很多解析器能够验证SOAP消息的结构来确保它们是结构良好的并且遵守特定的XMLSchema。
www.ibm.com
6.
Parsers can read in documents written in ISO-8859-1, Big-5, or Shift-JIS, but the processing rules treat everything as Unicode.
分析器可以读入用ISO-8859-1、Big-5或Shift-JIS编写的文档,而处理规则将所有字符都视为Unicode。
msdn2.microsoft.com
7.
You can add your own extensions to the LPEX editor, such as user profiles, commands, actions, and document parsers.
您可以向LPEXEditor添加自己的扩展,如用户概要、命令、操作和文档分析器等。
www.ibm.com
8.
This InputSource can be fed into other runtimes or parsers in order to deserialize the data into other object types.
该InputSource可被传入其他运行时或解析器,以便将数据反序列化为其他对象类型。
www.ibm.com
9.
Because the example uses the javax. xml. parsers. DocumentBuilder to create an XML document, import the following.
因为示例使用javax.xml.parsers.DocumentBuilder来创建XML文档,需要导入以下内容。
www.ibm.com
10.
JAXP 1. 3 requires that all three be implemented by conforming parsers.
JAXP1.3要求所有符合规范的解析必须实现上述三个标准。
www.ibm.com
1.
Traditional parsers such as DOM or SAX are not well suited to this task.
传统解析器如DOM或SAX不是非常适合这项工作。
www-128.ibm.com
2.
Many parsers are built directly from this grammar using parser-generator tools such as JavaCC or Bison.
许多解析器都是使用如JavaCC或Bison等解析器-生成器工具直接从此语法中构建的。
www.ibm.com
3.
SAX parsers, for example, deliver the parsing events through callbacks to the client application.
比如,SAX解析器通过回调客户应用程序提交解析事件。
www-128.ibm.com
4.
You have learned about XML parsers, and how to load XML documents into the parser.
你已经知道了XML解析器是个什么东西以及如何将XML文件加载到解析器中。
www.86oo.com
5.
The result is a parser that is a composition of smaller parsers .
这么作的结果就是一个由两个更小的分析器合成的分析器。
dictsearch.appspot.com
6.
for example, this rules out protocol handlers being recursive-descent parsers .
例如,这样就排除了协议处理器为递归下降分析器。
dictsearch.appspot.com
7.
For example, some parsers issue a warning when there is no XML declaration.
例如,当没有XML声明时,某些语法分析器发出警告。
www.ibm.com
8.
Of course, the problem with Listing 1 is that, in order to change parsers, you have to change the implementation class.
当然,清单1中存在的问题是,为了更改语法分析器,必须更改实现类。
www.ibm.com
9.
Parsers of the formal variety distill descriptions of the parts and structures in documents into concise, clear, and
各种形式的解析器将文档中部件和结构的描述提炼成简明、清晰和
www-128.ibm.com
10.
If you are interested in further information on plug-in parsers beyond the scope of this article, you can refer to the
如果您对超出本文范围的有关插件解析器的更多信息有兴趣,您可以查阅
www-128.ibm.com
1.
Describe the difference between pull-style parsers (XmlReader) and eventing-readers (Sax)
拉式解析(XmlReader)与事件读取器(Sax)的区别
www.bing.com
2.
Tip: Configure SAX parsers for secure processing
技巧:配置SAX解析器来保证处理过程的安全
www-128.ibm.com
3.
Apply event filters and stream filters to StAX parsers
对StAX解析器应用事件过滤器和流过滤器
www-128.ibm.com
4.
parsers decompose the incoming text from this document
如何分解从该文档传入的文本。
www.ichacha.net
5.
examples are included for sax and dom parsers
文中包含了sax和dom解析器的示例。
www.ichacha.net
6.
Error recovery in bottom-up parsers
自底向上分析程序纠错
www.powerdict.com
7.
A tale of two parsers
两个解析器的传说
www-128.ibm.com
8.
There are two basic types of XML parsers
下面介绍一下XML解析器的两种基本类型
www.86oo.com
9.
We can add our own parsers in our environment. rb. To add JSON all we need is
我们将自己的解析器添加到environment.rb中。
www.infoq.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/16 0:54:12