parser

美 [ˈpɑrsər]英 [ˈpɑː(r)zə(r)]
  • n.剖析器;〔计〕语法分析程序;句法分析的程序
  • 网络解析器;分析器;语法分析器

复数:parsers

parserparser

parser

解析器

解析器Parser):这个工具的作用是从一种格式中提取信息并使信息可用于其他结构。例如,XML 解析器可以从一个 XML 数 …

分析器

分析器parser),分词器(tokenizer)和代码生成器(code generator)把SQL Statement编译成VDBE字节码,编译器会创建一个s…

剖析器

剖析器 (Parser) 互动以建置 ListItem 控制项。ListView 以使用者定义的样板显示资料来源的值。

语法分析器

一个语法分析器(parser),他的功能是读取记号流,并建立语法树. 一个语义检查器,用来检查语法树的语义错误. 一个中间代码生成 …

解析软件

轻松学习XML教程_XML基础_脚本之家 ... 2.Document Tree( 文档树) 4.Parser( 解析软件) < title> 是文章标题的意思, ...

语法分析程序

(2)语法分析程序parser )语法分析程序从扫描程序中获取记号形式的源代码,并完成定义程序结构的语法分析 (syntax a…

1
One of the parser's main jobs is to determine the validity of any expression you pass it and to let you know. 解析器的主要工作之一就是确定您传递给它的任何表达式的有效性,并且让您知道。
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是一种语法分析器,它可以读取文本并用来将单词序列转换为便于处理的结构化的格式。
3
You then pass these methods (in the form of a handler) to the parser, along with a document to be parsed. 然后您将这些方法(以处理程序的形式)以及要解析的文档一起传递给解析器。
4
Or to use the appropriate terminology, how a parser can produce a custom element . . . in this case our AST objects. 用适当的术语来说就是解析器如何才能产生一个定制的元素(在这里,就是AST对象)。
5
That's because an XML parser has no idea whether that textual data -- that annoying whitespace -- is meant to be important. 这是因为XML语法分析器不知道文本数据--令人头疼的空格--是否重要。
6
Every regular expression is logically equivalent to a state machine, and the parser of every regular expression implements a state machine. 逻辑上,每个规则表达式都等价于一个状态机,而每个规则表达式的语法分析器都实现这个状态机。
7
Most parsers that implement the DOM provide at least a vendor-specific means of access to an underlying SAX parser. 很多实现DOM的解析器至少提供一个供应商专用的方法来访问一个底层SAX解析器。
8
This flexibility gives you many choices when trying to solve scalability or performance problems in a particular XML parser. 这种灵活性为您在一个特定的XML解析器下解决可扩展性或性能问题时提供更多的选择。
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解析器能确认语法是否正确以及是否返回了一个集合。
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. 虽然这并非是一件困难的事情,并且解析器是平台的标准部分,但是额外的工作总是有点让人烦。
11
Since the grammar of JSON is fairly simple, you can implement such a parser easily without any noticeable performance difference. 由于JSON的语法相当的简单,您可以轻易地实现这种解析器,而不会带来显著的性能差异。
12
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,但是如果它提供了,则必须在任何其它事件之前激活该事件。
13
You might have to adapt the classpath (second command) if you installed the parser in a different directory. 如果在另一个目录下安装语法分析器,则可能必须修改classpath(第二条命令)。
14
Parsing of XML data is often done with a SAX-style parser. XML数据解析通常是使用一个SAX风格的解析器完成的。
15
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. 过去,要在文档修改后对它进行重新验证,必须将它保存为一个文件,再用验证解析器读回去。
16
The problem with XML in browser-based application development is the lack of a native, easy-to-use JavaScript parser. 在基于浏览器的应用程序的开发中,XML缺乏本地的、易于使用的JavaScript解析器。
17
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记录从何处开始。
18
Recognizing and rejecting unexpected formats you aren't prepared to handle is typically the province of a validating XML parser. 识别和拒绝不打算处理的非预期格式通常属于XML验证解析器的范畴。
19
As you know, SAX parsing requires you to write a ContentHandler that processes parser events. 您知道,SAX语法分析要求您编写处理语法分析器事件的ContentHandler。
20
Before any provider can be built, the existence of some sort of domain-specific parser is required. 在创建任何种类的Provider之前,需要有一些特定领域的剖析器存在。
21
If you do not include it, a parser error occurs. 如果未包含该属性,将出现分析器错误。
22
Unfortunately, a majority of the time, the parser's message validation functions are not enabled due to its impact on performance. 不幸的是,在大部分的时间里,由于它对于性能方面的影响,解析器的消息验证函数不能被启用。
23
A DOM parser turns an XML document into an easy-to-use object representing all the data from the XML document. DOM解析器将把XML文档转换成表示文档中所有数据的易于使用的对象。
24
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. 如果配置文件位于层次结构中的其他级别,则对配置文件的任何写入尝试都会导致分析器产生一条错误信息。
25
Sure, you could use the XML parser in a Web client to read the data, but two problems arise with that approach. 当然,您可以在Web客户机中使用XML解析器来读取数据,但这种做法会带来两个问题。
26
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解析器可能是更为有效的方法。
27
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解析器)。
28
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类,它们将会很有帮助。
29
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. 同时我们还简略的学习了,怎样去定义一个分析结果类,并给出了剖析器的概述。
30
It is the responsibility of the application to call the parser repetitively in a loop until the end of the document is reached. 循环中应用程序负责反复调用解析器,直到文件结束。