They say that if a point in the parsing process is reached , nothing else except the current rule could match 它們指出,在解析過程中,如果達(dá)到某個(gè)條件,則只能匹配當(dāng)前規(guī)則。
In both cases , the client application has full control over the parsing process and maintains the event loop 無論使用哪一種,客戶應(yīng)用程序都可以完全控制解析過程和維護(hù)事件循環(huán)。
When a sax parsing process runs across this entity reference , it has to resolve the entity into another piece of content 當(dāng)sax解析過程運(yùn)行到該實(shí)體引用時(shí),它必須將該實(shí)體解析成另一段內(nèi)容。
Each method in this interface provides a hook for you to insert your own custom code into the xml parsing process 這個(gè)接口中的每個(gè)方法都提供了一個(gè)將自定義代碼插入xml分析過程的鉤子( hook ) 。
A client application may decide at any time to discontinue the parsing process , and no tricks are required to stop the parser 客戶應(yīng)用程序可以決定何時(shí)中止解析過程,讓解析器停下來也不需要什么訣竅。
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語法有一些共同之處,但它將解析處理過程分成了比傳統(tǒng)的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實(shí)現(xiàn)的編程風(fēng)格使最終程序員能夠在掃描解析過程中在任何地方插入代碼塊這對(duì)最終用戶來說通常是“黑箱” 。