unmarshal
美
英 
例句
If the element namespace is recognized as a policy-extension namespace, unmarshal as an empty marker assertion.
如果元素名稱空間被認為是一種策略擴展名稱空間,那么要將它分解為一個空的標記器斷言。
As with the unmarshal example, this is just one of several variations that can be used for the marshal call.
如同上述數據編出示例一樣,該示例只是數據編組調用可以使用的幾個變體中的一種。
JiBX also includes a general extension hook in the form of custom marshal and unmarshal method definitions.
JiBX還包含一個定制數據編組和數據編出方法定義形式的通用擴展掛鉤。
Every data binding package is able to marshal or unmarshal data .
煤中數據綁定工具包都能編組和解組數據。
The common base is that implementations must be able to unmarshal valid documents.
根據常理,實現必須能夠反編組有效的文檔。
With your classes generated and ready for use, you're all set to unmarshal the XML document from Listing 1 into JAXB's in-memory model.
只要生成并準備好這些類,就可以把清單1中的XML文檔解組成JAXB在內存中的模型。
You can even define separate input and output mappings to unmarshal documents with one format and marshal them with another.
甚至可以用一種格式定義單獨的輸入和輸出映射來對文檔進行數據分解,并用另一種格式編組它們。
This is just one of several variations of an unmarshal call -- in this case to unmarshal an XML document in the file filename. xml.
這只是幾個數據編出調用變體中的一個—在本例中,用于對文件filename.xml中的一個XML文檔進行數據編出。
You should see two folders beneath this directory: one called unmarshal-read and the another called dbcode.
在該目錄下應該看到兩個文件夾:一個叫做unmarshal-read,另一個叫做dbcode。
You now want to unmarshal the XML data in Listing 4 into one or more Java classes.
現在要將清單4中的XML數據解組為一個或多個Java類。
To do this, open a DOS console in the source code folder unmarshal-read. Then, run the following command
為此,在源代碼文件夾unmarshal-read中打開DOS控制臺。
It then executes a loop to unmarshal all child elements. There are four ways of handling child elements
然后,它會執行一個循環來分解所有子元素。