parsing process meaning in English
分析过程
Examples
- This tip shows you how to retrieve specific information from xml documents and how to stop the parsing process once this information is collected
这篇技巧展示了如何从xml文档中检索特定信息,一旦收集到这些信息即停止解析过程。 - To avoid unnecessary overhead during document screening , such an event handler may want to stop the parsing process once it has gathered the required information
在文档筛选中为了避免不必要的开销,这种事件处理程序可能希望在收集到必要的信息后停止解析过程。 - The spark parser has something in common with ebnf grammars but breaks the parsing processing process into smaller components than a traditional ebnf grammar allows
Spark解析器与ebnf语法有一些共同之处,但它将解析处理过程分成了比传统的ebnf语法所允许的更小的组件。 - Find out how to retrieve specific information from xml documents and how to stop the parsing process once this information is collected in the third tip in this series ,
本系列文章中的第3篇技巧介绍了如何从xml文档中检索特定的信息,以及如何在收集到这些信息后停止解析处理, “ - The style of programming that spark implements allows an end - programmer to insert code blocks everywhere within a scanning parsing process - something that is usually a " black box " to end users
Spark实现的编程风格使最终程序员能够在扫描解析过程中在任何地方插入代码块这对最终用户来说通常是“黑箱” 。