单词 | parser |
释义 |
复数:parsers 例句释义: 剖析器,〔计〕语法分析程序,句法分析的程序,解析器,分析器,语法分析器 1. One of the parser's main jobs is to determine the validity of any expression you pass it and to let you know. 解析器的主要工作之一就是确定您传递给它的任何表达式的有效性,并且让您知道。 www.ibm.com 2. Yacc is a grammar parser; it reads text and can be used to turn a sequence of words into a structured format for processing. Yacc是一种语法分析器,它可以读取文本并用来将单词序列转换为便于处理的结构化的格式。 www.ibm.com 3. You then pass these methods (in the form of a handler) to the parser, along with a document to be parsed. 然后您将这些方法(以处理程序的形式)以及要解析的文档一起传递给解析器。 www.ibm.com 4. Or to use the appropriate terminology, how a parser can produce a custom element . . . in this case our AST objects. 用适当的术语来说就是解析器如何才能产生一个定制的元素(在这里,就是AST对象)。 www.ibm.com 5. That's because an XML parser has no idea whether that textual data -- that annoying whitespace -- is meant to be important. 这是因为XML语法分析器不知道文本数据--令人头疼的空格--是否重要。 www.ibm.com 6. Every regular expression is logically equivalent to a state machine, and the parser of every regular expression implements a state machine. 逻辑上,每个规则表达式都等价于一个状态机,而每个规则表达式的语法分析器都实现这个状态机。 www.ibm.com 7. 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 8. This flexibility gives you many choices when trying to solve scalability or performance problems in a particular XML parser. 这种灵活性为您在一个特定的XML解析器下解决可扩展性或性能问题时提供更多的选择。 www-128.ibm.com 9. The OCL parser at the bottom of the OCL expression editor confirms that the syntax is okay and that you're returning a collection. 在OCLexpressioneditor底部的OCL解析器能确认语法是否正确以及是否返回了一个集合。 www.ibm.com 10. While it was never difficult, and while the parser is a standard part of the platform, the extra work was a bit of an annoyance. 虽然这并非是一件困难的事情,并且解析器是平台的标准部分,但是额外的工作总是有点让人烦。 www.kuenglish.info 1. Since the grammar of JSON is fairly simple, you can implement such a parser easily without any noticeable performance difference. 由于JSON的语法相当的简单,您可以轻易地实现这种解析器,而不会带来显著的性能差异。 www.ibm.com 2. Note that the SAX parser is not required to supply a Locator, but if it does, it must fire this event before any other event. 请注意,不需要SAX语法分析器提供Locator,但是如果它提供了,则必须在任何其它事件之前激活该事件。 www.ibm.com 3. You might have to adapt the classpath (second command) if you installed the parser in a different directory. 如果在另一个目录下安装语法分析器,则可能必须修改classpath(第二条命令)。 www.ibm.com 4. Parsing of XML data is often done with a SAX-style parser. XML数据解析通常是使用一个SAX风格的解析器完成的。 www.ibm.com 5. In the past, to revalidate your document once it had been modified you had to save it to a file and read it back with a validating parser. 过去,要在文档修改后对它进行重新验证,必须将它保存为一个文件,再用验证解析器读回去。 www.ibm.com 6. The problem with XML in browser-based application development is the lack of a native, easy-to-use JavaScript parser. 在基于浏览器的应用程序的开发中,XML缺乏本地的、易于使用的JavaScript解析器。 www.ibm.com 7. The MRM CWF parser uses the record's properties (the length of each field) to determine where one Invoice ends and the next one begins. MRMCWF解析器使用记录的属性(每个字段的长度)来确定一个Invoice记录从何处结束以及下一个Invoice记录从何处开始。 www.ibm.com 8. Recognizing and rejecting unexpected formats you aren't prepared to handle is typically the province of a validating XML parser. 识别和拒绝不打算处理的非预期格式通常属于XML验证解析器的范畴。 www.ibm.com 9. As you know, SAX parsing requires you to write a ContentHandler that processes parser events. 您知道,SAX语法分析要求您编写处理语法分析器事件的ContentHandler。 www.ibm.com 10. Before any provider can be built, the existence of some sort of domain-specific parser is required. 在创建任何种类的Provider之前,需要有一些特定领域的剖析器存在。 www.ibm.com 1. If you do not include it, a parser error occurs. 如果未包含该属性,将出现分析器错误。 msdn2.microsoft.com 2. Unfortunately, a majority of the time, the parser's message validation functions are not enabled due to its impact on performance. 不幸的是,在大部分的时间里,由于它对于性能方面的影响,解析器的消息验证函数不能被启用。 www.ibm.com 3. A DOM parser turns an XML document into an easy-to-use object representing all the data from the XML document. DOM解析器将把XML文档转换成表示文档中所有数据的易于使用的对象。 www.ibm.com 4. Any attempt to write in a configuration file at a different level in the hierarchy will result in an error message generated by the parser. 如果配置文件位于层次结构中的其他级别,则对配置文件的任何写入尝试都会导致分析器产生一条错误信息。 www.kuenglish.info 5. Sure, you could use the XML parser in a Web client to read the data, but two problems arise with that approach. 当然,您可以在Web客户机中使用XML解析器来读取数据,但这种做法会带来两个问题。 www.ibm.com 6. If your document is large, but you only need part of the document, then the XML pull parser might be a more efficient way to go. 如果您的文档比较大,但您只需要文档的一部分,则XMLPull解析器可能是更为有效的方法。 www.ibm.com 7. JAXP initially had the goal to remove some of the vendor-specific details, related to which XML parser was used, from SAX and DOM code. 最初,JAXP的目标是从SAX和DOM代码中移除一些特定于供应商的信息(涉及到所使用的XML解析器)。 www.ibm.com 8. These comments don't provide complete CDT grammar, but if you're trying to use or modify the Parser class, you'll them helpful. 这些注释并不提供完整的CDT语法,但如果试图使用或修改Parser类,它们将会很有帮助。 www.ibm.com 9. We have also taken a brief look at how to define an analysis result class and given a bit of an overview of the parser. 同时我们还简略的学习了,怎样去定义一个分析结果类,并给出了剖析器的概述。 www.ibm.com 10. It is the responsibility of the application to call the parser repetitively in a loop until the end of the document is reached. 循环中应用程序负责反复调用解析器,直到文件结束。 www.ibm.com 1. Building your own parser increases the complexity of your application , and will not perform as well as the shipped parsers . 构建自己的分析器会增加应用程序的复杂程度,其执行效果也不如附带的分析器。 www.bing.com 2. The techniques include XML parser, RDBMS and a given format configuration, which used to verify the standardization of RSS metadata. 包括XML解析器和关系数据库的应用,并采用特定格式的配置文件来检验元数据的规范性,满足用户对不同元数据的抽取。 www.ceps.com.tw 3. Involve setting the value of a specific item that the parser uses, like the location of a schema to validate all documents against. 包括设置解析器所使用的特定项的值,如用来验证所有文档的模式位置。 www-128.ibm.com 4. Although the quality of error messages produced during validation by an XML Schema parser can be improved significantly. 但是在XMLSchema解析器的验证期间生成的错误消息的质量可被显著改进。 www.ibm.com 5. The XML portion of a query is converted to the XML world for parsing by the XML parser, and for output (serialization) of the XML value. 查询的XML部分被转换到XML世界,以便XML解析器进行解析以及XML值的输出(串行化)。 www.ibm.com 6. If it returns an , the entire expression consists of a single integer, is valid, and the parser returns control to the calling application. 如果返回,则由单个整数构成的整个表达式都是有效的,解析器将控制返还给调用应用程序。 www.ibm.com 7. That URI is usually provided by the parser based on the location of the file in which it was parsed. 解析器通常根据被解析文件的位置来提供这个URI。 www-128.ibm.com 8. I'll also show you how a single parser (represented by an instance of an XMLReader) can have multiple handlers registered to it. 我还将为您展示一个解析器(由XMLReader的一个实例作为代表)如何可以注册多个处理程序。 www.ibm.com 9. These behaviors are totally independent of a specific XML document, and therefore involve interaction with your new parser instance. 这些行为完全独立于特定的XML文档,因此涉及与新解析器实例的交互。 www-128.ibm.com 10. Wrapping the parser within an unmarshalling context allows a wide variety of access methods to be defined with a minimum of code. 将解析器包装在数据编出上下文内,这样就可以用最少的代码定义各种各样的访问方法。 www.ibm.com 1. Here, the parser tests combinations of tokens to see how they compare to the abstract elements in its grammar. 在这里,解析器检测标记间的结合同其语法中的抽象元素的匹配程度。 www.ibm.com 2. CDATA (character data) sections are treated as a block of data by the parser, allowing you to include any character in the data stream. CDATA(字符数据)区域被解析器视为数据块,从而允许您在数据流中包含任意字符。 www.ibm.com 3. Rather than being told what the parser sees when the parser sees it, you tell the parser when to go fetch the next piece of the document. 您将告诉解析器何时获取下一个文档片段,而不是在解析器看到文档后告诉您所看到的内容。 www.ibm.com 4. A browser or parser encountering this content should have no problems with its interpretation. 浏览器或解析器不会因在解释时遇到这种内容而出问题。 www-128.ibm.com 5. As the main focus of this article lies on the implementation of a plug-in parser, a simplified case study is used to demonstrate it. 正如本文的主要焦点是实现插件解析器,本文通过一个简单案例研究来演示它。 www.ibm.com 6. Before you create yet another configuration file or resource format (and yet another parser to accompany it), try Lua. 在创建另外一个配置文件或资源格式(以及相应的处理程序)之前,请尝试一下Lua。 www.ibm.com 7. The implementation of the Name Parser component exploits the conventions used in naming a service. NameParser组件的实现利用了命名服务时使用的约定。 www.ibm.com 8. The XMLReader extension is a stream-based parser of the type often referred to as a cursor type or pull parser. XMLReader扩展是一种基于流的解析器,其类型通常被称为游标类型或者pull类型解析器。 www.ibm.com 9. Tells the parser how to deal with a specific binary file type, as well as provides a name and an external identifier for a notation. 通知分析器如何处理特定的二进制文件类型,并提供表示法的名称和外部标识符。 msdn2.microsoft.com 10. The language did not provide a code parser for this file ; this file type may not support a designer . 该语言不为此文件提供代码分析器;此文件类型可能不支持设计器。 www.bing.com 1. To request validation in an XML parser, you simply need to set the value of this feature to true, as shown in Listing 1. 要请求XML语法分析器中的验证特性,只需将该特性的值设置为true,如清单1中所示。 www.ibm.com 2. You can combine any of these options to configure a generic URI parser by passing the options as a parameter to the. 构造函数,您可以使用这些选项的任意组合来配置一般的URI分析器。 msdn2.microsoft.com 3. JDOM is an open source parser API, built out of a frustration with the existing APIs. JDOM是一个开源解析器API,是因对现有API的失望而构建的。 www.ibm.com 4. SAX -- like the parser modules it provides an API for -- is essentially a sequential processor of an XML document. SAX--如同它提供的语法分析器模块的API--基本上是一个XML文档的顺序处理器。 www.ibm.com 5. Fortunately, it's easy to avoid this problem entirely by using an XML parser. 所幸的是,使用XML解析器很容易避免这种问题。 www.ibm.com 6. For each of these entities, the parser needs to locate a resource somewhere out in the world and read it. 对于每个这样的实体,解析器需要找到外面某个地方的资源并读取该资源。 www.ibm.com 7. eval is possible as long as we ship with a parser and interpreter for Ruby code. 只要我们一起发布Ruby代码的解析器和解释器就可以使用eval。 www.infoq.com 8. Once you specify which scanner to use, you still have features to control whether or not the parser performs validation. 指定了使用哪种扫描程序后,您仍然可以使用一些特性来控制解析器是否执行验证。 www.ibm.com 9. The constructor method uses the normalize method to ensure that the override value strings do not contain symbols used by XML parser. 构造函数方法使用标准化的方法来确保重载值中不包含XML解析器所使用的符号。 www.ibm.com 10. The only steps that are sensitive to the original XML schema concepts are the XML parser and composer steps. 对原始XML架构概念敏感的惟一步骤是XML分析器和编写器步骤。 www.ibm.com 1. It's probably not going to be as fast as a C or Java-based parser, but that may not be a concern for BlueRuby. 它也许不会跟C或Java写的解析器一样快,但这并不是BlueRuby所担心的。 www.infoq.com 2. You could use an XML parser to read out the tags, but it's easier in this case to use a regular expression. 可以使用XML解析器读出标记,但在本例中使用一个正则表达式会更为容易。 www.ibm.com 3. If XML is not appropriate for your file format, you can still get the robustness of a parser-based solution. 如果XML并不适合于您的文件格式,您仍可以从基于解析器的解决方案的健壮性中获益。 www.ibm.com 4. The cursor-based parser is essentially a state machine transitioning from one well-defined state to another as a result of an event. 基于指针的解析器实质上是一个状态机,在事件的驱动下从一个良好定义的状态转移到另一个状态。 www.ibm.com 5. The parser attempts to match the input following a well-defined set of specifications known as grammar rules. 分析器尝试以一系列完整定义的规范来匹配输入,这些规范被称为语法规则。 blog.csdn.net 6. The entire language parser has been summed up in two productions. 两个产生式中总结了全部的语言解析器。 www.ibm.com 7. A better approach is to represent the design pattern as an XML design that can be validated by an XML editor or parser. 更好的办法是将设计模式表示成XML设计,能够通过XML编辑器或者解析器对其进行验证。 www-128.ibm.com 8. The parser selected in the Validate statement syntax list has no effect on semantic validation. Validatestatementsyntax列表所选择的解析器对语义验证没有任何影响。 www.ibm.com 9. In some cases, Yacc fails to produce a parser when given a set of specifications. 一些情况下,当给定一个规范集合时,Yacc生成词法分析器会失败。 blog.sina.com.cn 10. Issue 1 -- For a parser to read the XML accurately, the content stored within the XML file had to format entities accordingly. 第1个问题—为使解析器精确读取XML,存储在XML文件中的内容必须对实体进行相应地格式化。 www.ibm.com 1. Most of this plug-in parser's implementation functions consist of a simple return statement. 该插件解析器的实现函数的大部分是有一个简单的返回语句组成的。 www.ibm.com 2. For instance, in the case of the simple line-counting program, there's no real need for a parser. 例如,在那个简单的行计数程序的例子中,实际上不需要解析器。 www.ibm.com 3. The elements used must be defined in a schema first; the parser checks this schema, signaling any discrepancies with the parsed file. 使用的元素必须首先在模式中定义,解析器检查该模式就可以发现与解析文件不一致的地方。 www-128.ibm.com 4. Called by an ASP. NET page parser to notify a filter when the parsing of a page is complete. 由ASP.NET页分析器调用,以在完成对页的分析时通知筛选器。 msdn2.microsoft.com 5. The first change I've decided to make to the parser is one of actual grammar. 对解析器做的第一个更改是修改其中一个语法。 www.ibm.com 6. Additionally, the JavaScript dojo. parser needs to be included as well. 此外,JavaScriptdojo.parser也需要包括进来。 www.ibm.com 7. One of the more complicated tasks for a C programmer is coding a parser within a reasonable time period. C 程序员需要面对的最复杂的任务之一就是在一段合理的时间期限内编写一个解析器。 www.ibm.com 8. When reading Listing 1, the parser first reads the XML declaration and generates an event for the beginning of the document. 读取清单1时,语法分析器首先读取XML声明并生成文档开始事件。 www.ibm.com 9. You convert the stream from the server into a string that you pass to the JSON parser. 您将来自服务器的流转换成传递给JSON解析器的字符串。 www.ibm.com 10. Some of the highlights of the release are the JIT that's now on by default and an overhauled compiler and parser. 其中的一些亮点包括默认开启JIT和一个全面修正过的编译器及解析器。 www.infoq.com 1. When lexing is finished, a meaningless stream of data has been transformed into a sequence of words meaningful to the parser. 词法分析结束后,无意义的数据流被转变为一个有意义的单词序列,提供给解析器。 www.ibm.com 2. In Part 1, you saw that you can replace the default JAXP parser implementation with your own implementation by changing a system property. 在第1部分中已经看到,通过更改系统属性,可以用自己的实现替换默认JAXP解析器实现。 www.ibm.com 3. XMLReader is a pull parser and you code for it in much the same way as for a database query result table in a cursor. XMLReader是一种pull解析器,其编码方法和数据库查询结果表的游标中非常类似。 www.ibm.com 4. The application should interact with your parser pool implementation each time it needs to get a parser. 应用程序应当在需要获得解析器时,与解析器池进行交互。 www.ibm.com 5. Xerces isn't the fastest parser out there, but a six-times speed-up is better than anyone else has done. Xerces并不是最快的解析器,但是6倍的速度提升是其他任何技术都还未达到的。 www.ibm.com 6. This makes it possible for a parser to read the characters correctly or report errors when it cannot process an encoding. 这样,分析器或者可以正确读取字符,或者在无法处理编码时报告错误。 msdn2.microsoft.com 7. The elements which are to be opaquely parsed must be named on the parser options tab of the input node of the message flow. 不透明解析的元素必须在消息流的输入节点的解析器选项选项卡上命名。 www.ibm.com 8. If I'm careful with the syntax I use in my HTML document, can I process it with an XML parser? 如果我在HTML文档中小心地使用语法,是否可以使用XML解析器处理它? www.ibm.com 9. CDATA is text that will NOT be parsed by a parser . Tags inside the text will NOT be treated as markup and entities will not be expanded. 剖析器不会解析CDATA文本。文本中的标签不会作为标示字体,实体也将不会得到扩展。 dictsearch.appspot.com 10. If memory efficiency and performance are significant, a parser that uses protocol buffers might be a better choice. 如果内存效率和性能很重要,使用protocolbuffers的解析器可能是个较好的选择。 www.ibm.com 1. Similarly, the parser must always iterate over the set of attributes to locate any namespace declarations. 与此类似,解析器必须遍历属性集来定位所有的名称空间声明。 www.ibm.com 2. It wraps an internal pull parser interface in an unmarshalling context class that defines a variety of element and attribute access methods. 它将内部拉出解析器接口包装在定义各种元素和属性访问方法的数据编出上下文类中。 www.ibm.com 3. Any front-end will work: the parser can be accessed as a regular Perl function, and can access other regular Perl functions and modules. 使用任何前端都可以工作:可以将这个解析器作为常规的Perl函数来访问,并且该解析器可以访问其它常规Perl函数和模块。 www-128.ibm.com 4. This new option may be found under XMLNSC Parser Options and is only enabled in validating mode. 这个新选项可以在XMLNSCParserOptions下面找到,并且仅在验证模式下才是启用的。 www.ibm.com 5. JiBX instead uses a newer pull parser API that provides a more natural interface for dealing with the sequence of elements in a document. 而JiBX使用一个更新的拉出(pull)解析器API,它提供了一个更自然的接口来处理文档中的元素序列。 www.ibm.com 6. Control builders support the page parser in building a control and the child controls that the control contains. 控件生成器支持页分析器生成控件及该控件包含的子控件。 msdn2.microsoft.com 7. The SAX parser, the document handler, and the external classes for the other elements do not need any changes. SAX解析器、文档处理程序以及用于其他元素的外部类都不需要作任何修改。 www.ibm.com 8. An Activity Streams parser should recognize each of these base verbs and objects, and handle them appropriately. ActivityStreams解析器必须识别每一个基本的动词和对象,并且能够正确处理它们。 www.ibm.com 9. Is only a hint to the parser and the parser may use other means to decide which schema to apply. 仅仅是对解析器的一个提示,解析器可以使用其它方法来确定要应用何种模式。 www-128.ibm.com 10. I grab the contents of the link, feed it into the HTML parser, and grab the next link to visit, if one exists. 然后获取这个链接的内容,将其传递给HTML解析器,并获取下一个要访问的链接(如果存在)。 www.ibm.com 1. The lexer actually does some of the work of figuring out where in a message it is, but the parser still ties everything together. lexer实际上完成了指出它位于消息中的哪个地方的一些任务,但是解析器仍将所有内容放在一起。 www.ibm.com 2. You can compile and "run" this program to see if your parser operates correctly before moving on to step 5. 在进行到步骤5之前,您可以编译并“运行”该程序以查看您的解析器运作是否正确。 www.ibm.com 3. This method allows you to provide your own entity resolution, preventing the parser from using the DTD for this task. 该方法允许您提供自己的实体解析,从而防止语法分析器使用DTD来做这件事。 www.ibm.com 4. The process should start with a boilerplate SELECT containing a blank spot where the parser will fill in the rest. 该过程应该首先从一个包含空白处的模板SELECT,解析器将填写此空白处。 www.ibm.com 5. Before writing a parser yourself, be sure to look in JavaCC's examples directory for a possible ready-built solution. 您在自己编写解析器之前,一定要查看JavaCC的examples目录,以便可能获取已构建好的解决方案。 www.ibm.com 6. Now, I show how the CDT parser generates the AST and how you can traverse it with your own code. 接下来介绍CDT解析器如何生成AST以及如何用您自己的代码对其进行遍历。 www.ibm.com 7. This persistence enables the parser to access stored elements in a project while only analyzing files that have recently changed. 这种持久性使解析器能够只分析最近更改的文件就能访问项目中存储的元素。 www.ibm.com 8. The networking log file is binary and cannot be read without the parser that translates from the binary format to human readable format. Networking日志文件为二进制格式,如果没有可将二进制格式转换为可读格式的分析器,则无法读取该日志文件。 msdn2.microsoft.com 9. Furthermore the parser provides no contextual information, so it is up to the application to match the events with each other. 而且,语法分析器不提供上下文信息,因此,应用程序必须负责匹配各个事件。 www.ibm.com 10. By turning parser events into first-class objects, it allows the application to process them in an object-oriented fashion. 通过将解析器事件变成一级对象,从而让应用程序可以采用面向对象的方式处理它们。 www.ibm.com 1. For transmission and storage in modern computers, those Unicode characters must be stored as bytes and decoded by the parser. 在现代计算机的传输和存储过程中,那些Unicode字符必须按字节存储,通过解析器进行解码。 www.ibm.com 2. The stream parser posed by identifying the word mark and give structured storage. 该语法分析器通过识别单词流所构成的标记,并给与结构化存储。 goabroad.zhishi.sohu.com 3. The parser is the software that takes those meaningful words and builds a parse tree out of them by recognizing their type and purpose. 解析器是一种软件,它从文本获得那些有意义的单词,并通过识别这些单词的类型与用途,从中构建解析树。 www-128.ibm.com 4. The existing currentItem object is added to the list of Item objects (itemList) every time the parser encounters the end of a element. 每次解析器遇到元素的结尾时,现有的currentItem对象添加到Item对象列表(itemList)。 www.ibm.com 5. The query parser of course supports a lot more keywords, so feel free to check them out in the reference documentation. 查询解析支持更多的关键字,你可以随时在参考手册文档中找到它们。 www.infoq.com 6. It's easy to change out the parser that the JAXP factory classes use. 更改JAXP工厂类使用的解析器很容易。 www.ibm.com 7. Methods, the new approach implies delegating the core of the parser logic and replacing it with a regexp library. 方法的多行代码,它意味着将解析器逻辑的核心委托出去,并替换为regexp库。 www-128.ibm.com 8. As the name implies, an event-based parser sends events to the application. 正如其名称所暗示的,基于事件的语法分析器将事件发送给应用程序。 www.ibm.com 9. In XML documents, the XML version tag must be on the first line, so this example would cause an error in an XML parser. 在XML文档中,XML版本标记必须位于第一行,所以这个示例将在XML分析程序中导致错误。 www-128.ibm.com 10. The performance of your application may be affected by your choice of parser configuration. 应用程序的性能可能会受到所选择的解析器配置的影响。 www.ibm.com 1. Circular references are errors in entities, and your parser will happily tell you when you render your document invalid by creating one. 循环引用是实体中的错误。因创建了循环引用而使文档无效时,解析器会报告错误。 www.ibm.com 2. Each parser is suited to a particular class of messages (such as fixed-length binary, delimited text, or XML) known as a message domain. 每个解析器适合于称为消息域的特定消息分类(例如固定长度的二进制、分隔文本,或者XML)。 www.ibm.com 3. The Scanner and Parser phases verify that the document to load is a well-formed XML document which does not contain XML syntax errors. 扫描仪和分析器阶段验证要加载的文档是否是不包含XML语法错误的格式良好的XML文档。 technet.microsoft.com 4. Looking back at the initial example, the directory-based e-mail check could also be implemented using a plug-in parser. 回顾最初的示例,可以使用插件解析器来实现基于目录的e-mail检查。 www-128.ibm.com 5. At the end of the day, the client side code is a relatively simple parser for an XML file format. 最终,客户端代码会是一个用于XML文件格式的相对简单的解析器。 www.infoq.com 6. This parser assumes that an application can split up the user input ahead of time into two parts: the keyword query and the spatial query. 这个解析器假设应用程序能够提前将用户输入分成两部分:关键字查询和空间查询。 www.ibm.com 7. All SAX handlers accept SAX events from an upstream source, which might be the XML parser directly. 所有SAX处理程序都从上行源接受SAX事件,而这个上行源可能直接就是XML解析器。 www-128.ibm.com 8. You can select the check box at any time during script development whether or not you select a parser for syntax validation. 不管您是否选择了用于语法验证的解析器,您都可以在脚本开发过程的任何时候选择复选框。 www.ibm.com 9. Spirit provides other predefined parser directives as well as ways to write some of your own. Spirit提供了其他预定义解析器的指令和一些编写解析器的方法。 www.ibm.com 10. Numerous properties and features can have significant influence over the performance of the parser. 许多属性和特性对解析器的性能都有很大的影响。 www.ibm.com 1. For some games a sophisticated language parser might be appropriate; however, for most games there is a simpler approach. 对一些游戏来说可能一个复杂的语言解释器是合适的,但是对于大多数的游戏来说有一个简单的方法。 edu.gamfe.com 2. The sub element Msg which is used to pass the trace text to the plug-in parser is chosen arbitrarily, any other element name can be used. 用于把跟踪文本传递给插件解析器的子元素Msg可以任意地选择,也可以使用其它任意的元素名称。 www-128.ibm.com 3. Gets the maximum number of direct file dependencies that the page parser permits for a single page. 获取页分析器允许单个页包含的直接和间接文件依赖项的最大数目。 msdn.microsoft.com 4. TinyXML attempts to be a flexible parser, but with truly correct and compliant XML output. TinyXML在保证正确和恰当的XML输出的基础上尝试成为一个灵活的解析器。 zyilxm.blog.163.com 5. Causes the parser to ignore inner text if it is completely made up of white space characters. 如果内部文本完全由空格字符组成,则。 msdn2.microsoft.com 6. Before SAX, each parser had its own peculiar API for communicating XML structure to handler code, and SAX provided important unification. 在SAX之前,每种解析器都通过自己私有的API在XML结构与处理程序代码之间通信,SAX提供了重要的统一性。 www.ibm.com 7. After you validate for one database type, you can proceed to validate statements with the parser for a different database type. 在您验证完一个类型数据库之后,您可以继续使用不同类型数据库的解析器来验证语句。 www.ibm.com 8. Whenever possible, try to develop separate tests for your lexer and your parser. 只要有可能,请尝试为您的lexer和解析器开发单独的测试。 www.ibm.com 9. The common item names in Listing 1 should work for any feed of any format Universal Feed Parser understands. 清单1列出的条目名称适用于UniversalFeedParser所能识别的任何格式的任何消息包。 www-128.ibm.com 10. You can start by defining a parser pool interface and registering its implementation with your application. 可以事先定义一个解析器池接口,并通过应用程序注册其实现。 www.ibm.com 1. To keep things simple, the parser for a domain has the same name as the domain -- effectively, domain and parser mean the same thing. 为简单起见,域的解析器具有与域相同的名称——实际上,域和解析器表示同一个意思。 www.ibm.com 2. You can step through the emitted parser code at runtime to see what it's actually doing and adjust the grammar file accordingly. 您可以在运行时单步遍历产生的解析器代码,以便查看它到底在做什么,并相应地调整语法文件。 www.ibm.com 3. Once the parser is implemented and creates the valid EMF model instance, it must be bound into the EMF resources factory. 实现解析器并创建有效的EMF模型实例之后,必须将它绑定到EMF资源工厂中。 www.ibm.com 4. This serves only a descriptive purpose; no actual validation is performed, and the attribute is ignored by the parser. 这只用于描述性目的;并不执行实际的验证,分析器将忽略该属性。 msdn2.microsoft.com 5. A typical parser configuration is composed of a set of components. 典型的解析器配置由一组组件构成。 www.ibm.com 6. When you do need to include some binary data in an XML document, you'll need to make sure it won't trip up the XML parser. 当您的确需要在XML文档中包含二进制数据时,您需要确保这些数据不会给XML解析器带来麻烦。 www.ibm.com 7. Theoretically, the parser could report data up to the first error it finds. 从理论上讲,解析器将报告数据直到发现第一个错误。 www.ibm.com 8. The parser detected more than two consecutive slashes in a URI that does not use the " file " scheme . 分析器检测到不使用“文件”方案的URI中有多于两个的连续斜线。 www.bing.com 9. You don't need anything as complicated as an automated parser generator to do most simple, everyday parsing tasks. 要完成最简单的日常解析任务,您不需要使用象自动化解析器生成器那样复杂的任何东西。 www.ibm.com 10. The most flexible domain is called MRM which has a general purpose model-driven parser. 最灵活的域称为MRM,它具有模型驱动的通用解析器。 www.ibm.com 1. In particular, a significant portion of a SAX event handler is devoted to tracking how far the parser has gone in the document. 尤其是SAX事件处理程序特别重要的一部分是致力于跟踪解析器已在文档中的执行程度。 www.ibm.com 2. Causes the parser to ignore inner text if it contains only white space characters. 使分析器忽略只包含空白字符的内部文本。 msdn2.microsoft.com 3. However, adding those features are only incremental steps away from the parser shown in Listing 4. 然而,添加这些特性都可以从如清单4所示的解析器一步步地添加。 www-128.ibm.com 4. Each program that parses this document must include its own custom parser for the permissions format and the time format. 解析此文档的每个程序都必须包含自定义的解析器,用于解析权限格式和时间格式。 www-128.ibm.com 5. This returns the list of Message objects that the handler collects as it receives events from the SAX parser. 它返回处理程序在从SAX解析器接收事件时所收集的Message对象列表。 www.ibm.com 6. The parser inserts this value into the XML document when the attribute is missing or is not used in the XML document. 如果在XML文档中缺少或未使用该属性,分析器会将此值插入XML文档。 msdn2.microsoft.com 7. It also discusses how the reuse of parser instances can significantly improve your application's performance. 此外,我们还将讨论为何重用解析器能够显著地改进应用程序的性能。 www.ibm.com 8. While I recommend the use of a parser for reading XML documents, you might get by if you implement your own routines for writing documents. 虽然建议使用解析器读取XML文档,如果自己实现了写文档例程,也可以避开解析器。 www.ibm.com 9. Class to indicate how the page parser should treat content nested inside a server control tag declared on a page. 类指示页分析器应如何处理页上声明的服务器控件标记中嵌套的内容。 msdn2.microsoft.com 10. The tool consists of a parser and a public user interface. 该工具由分析程序和公用用户界面组成。 technet.microsoft.com 1. I found PyParsing very easy to use, and it made developing an ActionScript 3 parser fun. 我发现PyParsing使用起来非常方便,并且在用它来开发ActionScript3解析器的过程让我觉得挺有意思的。 www.infoq.com 2. Although it has additional lines, the package is far more efficient than an XML parser for the Original Infoset. 尽管其中还有其他行,但是此包比原始Infoset的XML解析器的效率高得多。 www.ibm.com 3. The maximum number of direct and indirect file dependencies a parser can parse for a page. 分析器可为单个页分析的直接和间接文件依赖项的最大数目。 msdn2.microsoft.com 4. This parser generator works on an Extended Backus Naur Form (EBNF) specification coded in C , significantly reducing development time. 该解析器生成程序遵循ExtendedBackusNaurForm(EBNF)规范并使用C 编写,可以显著缩短开发时间。 www.ibm.com 5. The element then builds the child content from the parser in response to the method call. 然后,在对这个方法调用的响应中,解析器将构建该元素的子内容。 www.ibm.com 6. Try a few more queries to get used to your parser. 尝试更多使用您的解析器的查询。 www.ibm.com 7. As the parser reads the XML document, it does a one-to-one mapping between the XML syntax and the classes. 解析器读入XML文档的时候,建立XML语法和类之间的一对一映射。 www.ibm.com 8. First, regardless of the API style used, it is the application that calls the reader (parser), not the other way around. 首先,不管使用哪种API风格,都是应用程序调用读取器(解析器)而不是相反。 www.ibm.com 9. In fact, even if you had provided a file location (as Listing 2 does), an XML parser is free to ignore the location if it wishes. 实际上,即使您提供了文件位置(如清单2所示),XML解析器也能够忽略该位置(如果XML解析器想这样做的话)。 www.ibm.com 10. On the Validation page, select the parser for the appropriate database type, as shown in Figure 8. 在Validation页面中,选择对应数据库的解析器,如图8所示。 www.ibm.com 1. Again, this also depends on the underlying transcoding capability supported by the parser. 同样,这也取决于解析器所支持的底层转码能力。 www-128.ibm.com 2. The output of the second parser needs to be mapped to the output links in the output step to complete the scenario. 第二个分析器的输出需要被映射到输出步骤中的输出链接来完成场景。 www.ibm.com 3. For populating the product and color table, the shredding is done in a Java application that uses a Document Object Model (DOM) parser. 为了填充product和color表,Java应用程序中使用一个DocumentObjectModel(DOM)解析器执行分解。 www.ibm.com 4. Since this instance was passed to the parser as well, the parser operation will stop. 因为还要将该实例传递给解析器,所以解析器的操作将停止。 www.ibm.com 5. This means that technically speaking, a conforming XML parser might decide to report the child elements of memo in Listing 1 in any order. 这意味着,从技术上,符合规范的XML解析器可以决定按照任意顺序报告清单1中memo元素的孩子元素。 www.ibm.com 6. Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. 由分析器调用以通知生成器对控件的开始和结束标记的分析已完成。 msdn2.microsoft.com 7. Also presume that it has registered the class on the instance of the parser. 再假设它已经在语法分析器的实例上注册了该类。 www.ibm.com 8. One of the common misconceptions about writing XML applications is that creating a parser instance does not incur a large performance cost. 编写XML应用程序有一种常见的错误观念,即创建解析器实例不会造成很大的性能开销。 www.ibm.com 9. Run this document through your parser class, and see how it differs from the simpler output of the non-namespaced XML from the last tip. 请用解析类运行一下这篇文档,看看它与上一篇技巧文章中的那个没有定义命名空间的XML的输出有什么区别。 www.ibm.com 10. While lex can be used to generate sequences of tokens for a parser, it can also be used to perform simple input operations. 虽然可以用lex来为解析器生成记号序列,但也可以用它来执行简单的输入操作。 www.ibm.com 1. Inside the parser, a number of buffers store chunks of the document in memory as it is being parsed. 在解析器内部,文档解析的时候内存中开辟一些缓冲区保存文档块。 www.ibm.com 2. The first step is to parse the input service name into constituent words using the Name Parser component. 第一步是利用NameParser组件将输入服务名解析为组件字。 www.ibm.com 3. Using ANTLR meant that the grammar and parser had to be created from scratch, which is different from JRuby's approach. 使用ANTLR意味着文法和分析器的创建工作必须从零开始,这不同于JRuby的方法。 www.infoq.com 4. The parser must understand the validity constraints of the XML specification and check the document for possible violations. 分析器必须了解XML规范的有效性约束,并检查文档中是否存在违反约束的情况。 msdn2.microsoft.com 5. A client application may decide at any time to discontinue the parsing process, and no tricks are required to stop the parser. 客户应用程序可以决定何时中止解析过程,让解析器停下来也不需要什么诀窍。 www.ibm.com 6. That control whether the parser processes external general and external parameter entities. 标识,这两个特性分别控制解析器是否处理外部一般实体和是否处理外部参数实体。 www-128.ibm.com 7. You can register your entity resolver on your parser as shown in Listing 4. 您可以将实体解析器注册在分析器上,如“清单4”中所示。 www.ibm.com 8. Some programmers expect the parser to throw an exception if it cannot validate the document, but that is not how a SAX parser behaves. 有些程序员期望解析器在无法验证文档时抛出一个异常,但SAX解析器并不这么做。 www-128.ibm.com 9. The first section of a yacc file defines the objects that the parser will manipulate and generate. yacc文件的第一部分定义了解析器将要处理和生成的对象。 www.ibm.com 10. But I have found that it pays to generate those events from my application, without a parser. 但我发现,在没有语法分析器的情况下,从我的应用程序生成那些事件还是合算的。 www.ibm.com 1. The parser was unable to probe the specified component. This component will be skipped. 解析程序无法探测指定组件。将跳过该组件。 www.juyy.net 2. However, remember that a generic ASP page might be using objects like Session or Application that the client-side parser doesn't support. 然而,切记普通ASP页也许使用在客户端分析器不支持的会话或应用。 www.bylw99.cn 3. Which compares strings character by character, you can compare names reported by the parser against string constants by reference. 函数,相反,您可以通过引用将解析器报告的名称与字符串常量进行比较。 www-128.ibm.com 4. If you want or need low-level control over the decoding of an XML document, then you should use an XML parser. 如果需要底层控制XML文档的解码,应该使用XML解析器。 www.ibm.com 5. The XMLNSC parser interprets the XML tags to determine where one Invoice ends and the next one begins. XMLNSC解析器解释XML标记以确定一个Invoice记录在何处结束以及下一个Invoice记录在何处开始。 www.ibm.com 6. To be accurate, this is actually an interface, and your parser vendor provides some type of implementation of this interface. 确切地说,它实际上是一个接口,您的解析器提供商提供了这个接口的一些类型的实现。 www.ibm.com 7. The most complex part of the compound class parser is the interpretation of logical conjunctions and disjunctions. 复合类解析器最复杂的部分在于逻辑合取和析取的解释。 www-128.ibm.com 8. Then the class uses some of the parser API to get a list of declarations. 然后该类使用一些剖析器API,以得到声明的一个列表。 www.ibm.com 9. Supports the page parser in building a template and the child controls it contains. 支持在生成模板及其包含的子控件时使用的页分析器。 msdn2.microsoft.com 10. Determines whether a parser permits a virtual reference to a specific type of resource on a page. 确定分析器是否允许在页上包含对特定资源类型的虚引用。 msdn2.microsoft.com 1. Gets a value indicating whether the expression was implicitly generated by the parser. 获取一个值,该值指示表达式是否由分析器隐式生成。 msdn2.microsoft.com 2. The following class diagram shows the relationship between the SAML assertion, security data parser, and control object. 下面的类图说明SAML断言、安全数据解析器和控制对象之间的关系。 www.ibm.com 3. The parser does the actual work of recognizing a linear input stream of data read sequentially from start to end by the scanner. 分析器真正完成从头到尾识别由扫描器读入的线性数据流的工作。 dictsearch.appspot.com 4. This user routine reads the input stream, recognizing the lower level structures, and communicates these tokens to the parser. 这个用户程序读取输入流,识别更低层的结构,将识别出的token送给parser。 blog.sina.com.cn 5. It receives events from the parser and, unless instructed otherwise, passes them on to the content handler unchanged. 它接收来自解析器的事件,并且如果不另外指示,就将它们按原样传递给内容处理程序。 www-128.ibm.com 6. Supports the page parser in building a control and the child controls it contains. 支持页分析器生成控件及其包含的子控件。 msdn2.microsoft.com 7. This class provides default, no-op implementations for all of the methods that correspond to the events raised by the SAX parser. 该类为SAX解析器生成的事件所对应的所有方法都提供了一个默认的非操作实现。 www.ibm.com 8. A mechanism for embedding information in a file intended for proprietary applications rather than the XML parser or browser. 将信息嵌入文件的一种机制,针对专用应用程序,而不是针对XML分析器或浏览器。 msdn2.microsoft.com 9. This function specifies what function to be called whenever the parser finds data in the XML file. 这个函数指定了当解析器在XML文件中查找数据时需要请求什么函数。 www.fzs8.net 10. It does you no good to build a great set of error-handling methods and then not tell your SAX parser about them. 创建大量的错误处理方法但又不告知SAX解析器,这样是没有益处的。 www.ibm.com 1. As long as a JAR file that contains this file appears before Xerces' JAR files, the parser will use the new parser configuration. 只要包含该文件的JAR文件出现在Xerces的JAR文件之前,解析器就会使用新的解析器配置。 www.ibm.com 2. Notice that alternatives within the (ABC|AB|A) alternation are all tried before the parser looks for the trailing words. 注意,在解析器寻找末尾的单词之前,会尝试(ABC|AB|A)系列中的全部可选项。 www.ibm.com 3. Acts as a placeholder for the content author, and the XML parser places the actual content at each reference site. 充当内容作者的占位符,XML分析器将实际内容放在每个引用站点。 msdn2.microsoft.com 4. You can specify the grammar caching parser configuration (org. apache. xerces. parsers. XMLGrammarCachingConfiguration). 指定语法缓冲解析器配置(org.apache.xerces.parsers.XMLGrammarCachingConfiguration)。 www.ibm.com 5. If the internal encoding exists and is an invalid IBM encoding schema, the parser will issue a SQL16168N. 如果内部编码存在且为一个无效的IBM编码模式,解析器将会发出SQL16168N。 www.ibm.com 6. The parser is the language knowledge that says "this sentence contains a verb, a subject, a few adjectives, and some pronouns. " 解析器则是识别“这个句子包含一个动词、一个主语、一些形容词和一些代名词”的那一部分。 www.ibm.com 7. Two common API models exist for interfacing software with an XML parser: the document model and the event model. 用于将软件与XML解析器结合的两种常用API模型是:文档模型和事件模型。 www.ibm.com 8. Thus the work of the parser is essentially based on generative grammar to identify whether the input symbol string a sentence. 因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。 www.hxzi.com 9. The rc (control) file syntax includes optional `noise' keywords that are entirely ignored by the parser. rc(fetchmail用户配置)文件语法中包含了一些完全不需解析的,可选的“噪音”关键词。 www.bing.com 10. Attempting to read the file directly into an XML parser results in an error. 如果试图将文件直接读入一个XML解析器,就会导致错误。 www.ibm.com 1. Indicates whether the parser for a scheme is registered. 指示某个方案的分析器是否已注册。 msdn2.microsoft.com 2. The IA0F Support Pac contains a set of tools to help you create message sets when using the IDOC parser. IA0FSupportPac包含一组工具,可帮助您在使用IDOC解析器时创建消息集。 www.ibm.com 3. So events for some of the tree nodes come through emulation, while for other nodes you are directly connected to the underlying parser. 因此有些树节点的事件是通过模拟而来的,而对于另一些节点则直接连接到底层的解析器。 www.ibm.com 4. In the XML parser step, in the document root window, the root element Information has to be selected from the schema library manager. 在XML分析器步骤中,在文档根窗口中,必须从架构库管理器中选择根元素Information。 www.ibm.com 5. In this case, the dojox. mobile. parser is a scaled-down version of the dojo. parser and is better optimized for mobile devices. 在本例中,dojox.mobile.parser是dojo.parser的一个缩小版,能够更好地进行移动设备优化。 www.ibm.com 6. The XML parser (package com. icl. saxon. aelfred) reads the source document and notifies events such as the start and end of an element. XML语法分析器(包com.icl.saxon.aelfred)读取源文档,并通知事件,如元素的开始和结束。 www.ibm.com 7. The handler receives events from the SAX parser as it rips through the XML document. 在分解XML文档时,处理程序从SAX解析器接收事件。 www.ibm.com 8. Each of those characters is read by the XML parser as a TEXT type node. XML解析器将读取所有这些字符,并将其作为一个TEXT类型的节点。 www.ibm.com 9. Although the syntax of pseudo-attributes is similar to XML attributes, the SAX parser does not decode them. 虽然伪属性的语法与XML属性相类似,但SAX解析器不对它们进行译码。 www.ibm.com 10. Simple API for XML is a standard programming interface for XML parser implementations; SAX uses an event-oriented programming model. SimpleAPIforXML是用于XML解析器实现的标准编程接口;SAX使用面向事件的编程模型。 www-128.ibm.com 1. Parsers can be used as conditions, as well. When the parser matches the condition is met. 分析器也可以当成条件,当分析器的匹配符合条件时。 dictsearch.appspot.com 2. In practice when the application calls the parser, it will not return until the end of the file. 实际上应用程序调用解析器的时候,在文件结束之前控制权不会返回给应用程序。 www.ibm.com 3. If you try to open an XML document, the XML Parser might generate an error. 如果试图打开一个XML文档,XML解析器可能会生成一个错误。 www.ibm.com 4. The first is purely a product of research implementation convenience: Element attributes are not handled by the current parser. 第一个限制完全是研究实现方便的结果:元素属性不是由当前解析器处理。 www.ibm.com 5. The top-level parser will, for instance, remove all comments on a line by themselves, and all blank lines. 例如,顶级解析器将除去行中所有注释和所有空行。 www-128.ibm.com 6. That's why I first set out to evaluate the available XML SAX parser libararies and then started creating node-expat myself. 这就是为什么我在评估可用的XMLSAX解析器库之后,自己创建了node-expat的原因。 www.infoq.com 7. Among these liberal parsers, we chose Mark Pilgrim's Feed Parser, as the target programming language was Python. 在这些自由的解析器中,我们选择MarkPilgrim的FeedParser,目标编程语言选择Python。 www.ibm.com 8. Marshalling components embed an XML parser, so you can be sure that they implement the syntax fully. 编组组件内嵌有XML解析器,可以确信它们完全实现了语法。 www-128.ibm.com 9. The XI parser turns the document into a rough XML version. XI解析器将文档转换成粗略的XML版本。 www.ibm.com 10. Supports the page parser in building controls that are connected to a data provider. 支持页分析器生成连接到数据提供程序的控件。 msdn2.microsoft.com 1. You can then later read it form the database, and pass it to a parser to recreate the XML document. 此后就可以从数据库中读出,传递给解析器重建XML文档。 www.ibm.com 2. If you are transforming XML documents in this manner, you need a model even if the XML parser chooses not to use a model at runtime. 如果您以这种方式转换XML文档,即使XML解析器在运行时选择不使用模型,您也需要模型。 www.ibm.com 3. The parser sends events, such as the start or end of an element, to an event handler, which processes the information. 解析器向一个事件处理程序发送事件,比如元素的开始和结束,而事件处理程序则处理该信息。 www.ibm.com 4. If the file points to an incorrect schema, the parser will validate against the incorrect schema. 如果文件指向了错误的模式,解析器就会使用错误的模式进行验证。 www-128.ibm.com 5. They merely tell the parser that the text is a certain portion of a document, such as a title, heading, or body text. 它们仅告诉分析程序,文本是文档的某一部分,如标题、或正文。 www2.ccw.com.cn 6. If the schema location or the external DTD cannot be accessed, the parser issues an error message. 如果访问不了模式位置或外部DTD,解析器就会发出错误消息。 www.ibm.com 7. Finally, handle_starttag is called for every start tag in a Web page (that is fed into the HTML parser via the feed method). 最后,对Web页面中的每个开始标记都调用handle_starttag(它是通过feed方法传递给HTML解析器的)。 www.ibm.com 8. The provider's only duty is to create a new parser instance for each resource being analyzed and pass it down to the rules. Provider唯一的任务,是为分析的每一个资源创建新的剖析器,并将其传递给规则。 www.ibm.com 9. The parser issues callbacks to the application to build the data model, as discussed before, but the parser is in control. 前面已经提到,解析器回调应用程序以建立数据模型,解析器处于控制地位。 www.ibm.com 10. However, the query parser is not thread safe , so each thread using the index should have its own query parser. 不过怎样,查询刨析器不是线程级安全的,所以每个使用索引的线程都需要有自己的查询刨析器。 www.bing.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。