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

语法分析器

常用释义

词性释义

n.

[计] 分析程序;语法剖析程式
例句
  • 全部
  • 语法分析器
解析器的主要工作之一就是确定您传递给它的任何表达式的有效性,并且让您知道。
Yacc是一种语法分析器,它可以读取文本并用来将单词序列转换为便于处理的结构化的格式。
You then pass these methods (in the form of a handler) to the parser, along with a document to be parsed.
然后您将这些方法(以处理程序的形式)以及要解析的文档一起传递给解析器。
Or to use the appropriate terminology, how a parser can produce a custom element . . . in this case our AST objects.
用适当的术语来说就是解析器如何才能产生一个定制的元素(在这里,就是AST对象)。
That's because an XML parser has no idea whether that textual data -- that annoying whitespace -- is meant to be important.
这是因为XML语法分析器不知道文本数据--令人头疼的空格--是否重要。
逻辑上,每个规则表达式都等价于一个状态机,而每个规则表达式的语法分析器都实现这个状态机。
很多实现DOM的解析器至少提供一个供应商专用的方法来访问一个底层SAX解析器。
这种灵活性为您在一个特定的XML解析器下解决可扩展性或性能问题时提供更多的选择。
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解析器能确认语法是否正确以及是否返回了一个集合。
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.
虽然这并非是一件困难的事情,并且解析器是平台的标准部分,但是额外的工作总是有点让人烦。
由于JSON的语法相当的简单,您可以轻易地实现这种解析器,而不会带来显著的性能差异。
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,但是如果它提供了,则必须在任何其它事件之前激活该事件。
如果在另一个目录下安装语法分析器,则可能必须修改classpath(第二条命令)。
XML数据解析通常是使用一个SAX风格的解析器完成的。
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.
过去,要在文档修改后对它进行重新验证,必须将它保存为一个文件,再用验证解析器读回去。
The problem with XML in browser-based application development is the lack of a native, easy-to-use JavaScript parser.
在基于浏览器的应用程序的开发中,XML缺乏本地的、易于使用的JavaScript解析器。
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记录从何处开始。
识别和拒绝不打算处理的非预期格式通常属于XML验证解析器的范畴。
As you know, SAX parsing requires you to write a ContentHandler that processes parser events.
您知道,SAX语法分析要求您编写处理语法分析器事件的ContentHandler。
在创建任何种类的Provider之前,需要有一些特定领域的剖析器存在。
如果未包含该属性,将出现分析器错误。
不幸的是,在大部分的时间里,由于它对于性能方面的影响,解析器的消息验证函数不能被启用。
A DOM parser turns an XML document into an easy-to-use object representing all the data from the XML document.
DOM解析器将把XML文档转换成表示文档中所有数据的易于使用的对象。
如果配置文件位于层次结构中的其他级别,则对配置文件的任何写入尝试都会导致分析器产生一条错误信息。
Sure, you could use the XML parser in a Web client to read the data, but two problems arise with that approach.
当然,您可以在Web客户机中使用XML解析器来读取数据,但这种做法会带来两个问题。
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解析器可能是更为有效的方法。
最初,JAXP的目标是从SAX和DOM代码中移除一些特定于供应商的信息(涉及到所使用的XML解析器)。
这些注释并不提供完整的CDT语法,但如果试图使用或修改Parser类,它们将会很有帮助。
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.
同时我们还简略的学习了,怎样去定义一个分析结果类,并给出了剖析器的概述。
It is the responsibility of the application to call the parser repetitively in a loop until the end of the document is reached.
循环中应用程序负责反复调用解析器,直到文件结束。
1·But the focus of the example is the use of stored information to access subdocuments using our good friend the SAX parser.
但是该示例的焦点在于存储信息的使用以用我们的好朋友sax语法分析器来访问子文档。
2·These special translation tags not only lend a logical organization to the XML structure, they also allow an application built around an XML parser to understand how to process the globalized data.
这些特殊的翻译标记不仅向XML结构提供了逻辑组织,而且允许围绕xml语法分析器构建应用程序,以理解如何处理全球化数据。
3·That's why, without a DTD, it's not safe for the parser to assume what whitespace means.
这就是为什么如果没有 DTD,而让语法分析器来假定空格的含义是不安全的。
4·Now, if you follow the method in Listing 3, your SAX code can hum along without even having to be recompiled, using different parser implementations as needed.
现在,如果使用“清单3”中的方法,那么SAX代码甚至不必进行重新编译就能运行,并根据需要使用不同的语法分析器实现。
5·In Listing 2, changing parser implementations simply involves changing a single class name.
在清单2中,更改语法分析器实现只涉及更改一个类名。
同根词 (词根parse)
parse n 从语法上分析;分列
parse vi 理解;从语法上分析
parse vt 解析;从语法上分析