Java針對XML檔案的操作大集合

XML是工作上常用到的資料交換格式,會需要利用JAVA進行XML資料的新增、修改或刪除,這裡把相關的方法記錄下來。

下述範例會存取在C:\Projects\Javas\中的sample.xml檔,而檔案中已經有以下的內容:

<?xml version="1.0" encoding="utf-8"?>

<root> 
  <item> 
    <productID>10001</productID>  
    <productName>產品名稱1</productName>  
    <productPrice>10</productPrice> 
  </item>
  <item> 
    <productID>10002</productID>  
    <productName>產品名稱2</productName>  
    <productPrice>20</productPrice> 
  </item>  
  <item> 
    <productID>10003</productID>  
    <productName>產品名稱3</productName>  
    <productPrice>30</productPrice> 
  </item>
</root>

利用Java存取XML我選用的Library是dom4j,可參考官網的介紹,以下是JAVA存取的程式範例:

package CDIT.stanley;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.Iterator;

import org.dom4j.io.OutputFormat;
import org.dom4j.io.XMLWriter;
import org.dom4j.Document;
import org.dom4j.DocumentException;
import org.dom4j.Element;
import org.dom4j.io.SAXReader;


public class dom4jXMLFullSample {
	
	//新增XML Node內容
	public static String XMLAppendNode(String xmlFilePath, String productID, String productName, String productPrice){
		
		String appendStatus = "0";
		
		try {
			
			SAXReader reader = new SAXReader();
			Document document = reader.read(xmlFilePath);
			Element root = document.getRootElement();
			Element item = root.addElement("item");
			
			item.addElement("productID").setText(productID);
			item.addElement("productName").setText(productName);
			item.addElement("productPrice").setText(productPrice);
			
			OutputFormat format = OutputFormat.createPrettyPrint();
		    format.setEncoding("utf-8");
		    XMLWriter writer = new XMLWriter(new FileOutputStream(xmlFilePath),format);
		    writer.write(document);
		    writer.close();
		    appendStatus = "1";
			
		} catch (DocumentException e) {
			return appendStatus;
		} catch (UnsupportedEncodingException e) {
			return appendStatus;
		} catch (FileNotFoundException e) {
			return appendStatus;
		} catch (IOException e) {
			return appendStatus;
		}
		return appendStatus;
			
	}
	
	//修改XML Node內容
	public static String XMLChangeNodeValue(String xmlFilePath, String productID, String productName, String productPrice){
		
		String updateStatus = "0";
		
		try {
			SAXReader reader = new SAXReader();
			Document document = reader.read(xmlFilePath);
			Element root = document.getRootElement();
			@SuppressWarnings("rawtypes")
			Iterator it = root.elementIterator();
	        
			while (it.hasNext()) {
	            Element element = (Element) it.next();	            
	            if(productID.equals(element.elementText("productID"))){	            	
	    		    try {
	    		    	
		            	element.element("productName").setText(productName);
		            	element.element("productPrice").setText(productPrice);
		            	
		            	OutputFormat format = OutputFormat.createPrettyPrint();
		    		    format.setEncoding("utf-8");
		    		    XMLWriter writer = new XMLWriter(new FileOutputStream(xmlFilePath),format);
						writer.write(document);
						writer.close();
						updateStatus = "1";
					} catch (IOException e) {
						return updateStatus;
					}	    		   
				}
	        }
			return updateStatus;
		} catch (DocumentException e) {
			return updateStatus;
		}

	}
	
	//刪除XML Node
	public static String XMLRemoveNode(String xmlFilePath , String productID){
		String removeStatus = "0";
		
		try {
			SAXReader reader = new SAXReader();
			Document document = reader.read(xmlFilePath);
			Element root = document.getRootElement();
			@SuppressWarnings("rawtypes")
			Iterator it = root.elementIterator();
	        
			while (it.hasNext()) {
	            Element element = (Element) it.next();
	            if(productID.equals(element.elementText("productID"))){  	
	    		    try {
		            	element.element("item");
		            	element.detach();
		            	
		            	OutputFormat format = OutputFormat.createPrettyPrint();
		    		    format.setEncoding("utf-8");
		    		    XMLWriter writer = new XMLWriter(new FileOutputStream(xmlFilePath),format);
						writer.write(document);
						writer.close();
						removeStatus = "1";
					} catch (IOException e) {
						return removeStatus;
					}
				}	            
	        }
			return removeStatus;
		} catch (DocumentException e) {
			return removeStatus;
		}

	}
	
	public static void main (String[] args){
		String xmlFilePath = "C:\\Projects\\Javas\\sample.xml";
		//新增
		XMLAppendNode(xmlFilePath , "10004", "產品名稱4", "40");
		//修改
		XMLChangeNodeValue (xmlFilePath , "10001", "測試修改", "100");
		//刪除
		XMLRemoveNode (xmlFilePath , "10002");
	}
}

上述程式進行完後,會將原本的XML檔變成如下的內容:

<?xml version="1.0" encoding="utf-8"?>

<root> 
  <item> 
    <productID>10001</productID>  
    <productName>測試修改</productName>  
    <productPrice>100</productPrice> 
  </item>  
  <item> 
    <productID>10003</productID>  
    <productName>產品名稱3</productName>  
    <productPrice>30</productPrice> 
  </item>  
  <item> 
    <productID>10004</productID>  
    <productName>產品名稱4</productName>  
    <productPrice>40</productPrice> 
  </item> 
</root>

You may also like...

9,244 Responses

  1. CoreyNeura表示:

    viagra without a doctor prescription ed medicine online best drugs for erectile dysfunction

  2. Charlescek表示:

    buy ed medication online: ed treatment online – cheap boner pills

  3. StevenAxofs表示:

    http://kamagra.men/# Kamagra tablets

  4. JamesThync表示:

    semaglutide tablets store: cheap semaglutide pills – rybelsus semaglutide tablets

  5. CoreyNeura表示:

    drugs1st drugs1st drugs1st

  6. BradleyPobby表示:

    https://semaglutidetablets.store/# semaglutide tablets for weight loss

  7. Charlescek表示:

    cheap kamagra: п»їkamagra – п»їkamagra

  8. BradleyPobby表示:

    http://kamagra.men/# Kamagra Oral Jelly

  9. JamesThync表示:

    cenforce.icu: cenforce.icu – Purchase Cenforce Online

  10. Charlescek表示:

    cheap erectile dysfunction pills: ed treatments online – online ed pills

  11. StevenAxofs表示:

    https://cenforce.icu/# order cenforce

  12. JamesThync表示:

    ed doctor online: pills for ed online – ed online treatment

  13. BradleyPobby表示:

    https://kamagra.men/# buy kamagra online usa

  14. BradleyPobby表示:

    http://semaglutidetablets.store/# rybelsus semaglutide tablets

  15. StevenAxofs表示:

    https://drugs1st.pro/# erectyle dysfunction

  16. BradleyPobby表示:

    https://cenforce.icu/# Buy Cenforce 100mg Online

  17. Charlescek表示:

    drugs1st: male ed – drugs1st

  18. JamesThync表示:

    buy kamagra online usa: super kamagra – buy kamagra online usa

  19. JamesThync表示:

    erectile dysfunction pills online: generic ed meds online – get ed prescription online

  20. BradleyPobby表示:

    https://cenforce.icu/# Purchase Cenforce Online

  21. BradleyPobby表示:

    http://semaglutidetablets.store/# cheap semaglutide pills

  22. CoreyNeura表示:

    semaglutide tablets semaglutide tablets semaglutide tablets price

  23. BradleyPobby表示:

    https://semaglutidetablets.store/# semaglutide tablets store

  24. Charlescek表示:

    Cenforce 100mg tablets for sale: Cenforce 150 mg online – order cenforce

  25. BradleyPobby表示:

    https://drugs1st.pro/# ed help

  26. JamesThync表示:

    buy Kamagra: п»їkamagra – Kamagra 100mg price

  27. Brianmet表示:

    Быстро поможем наложить запрет пиццу в течение Столице недорого. Бесплатная доставка пиццы на Москве. Обещать пиццу чтобы хоть какого повода. Специализируем пищу для вас, ваших задушевны
    Пицца заказать пицца на дом москва

  28. RobertUnmab表示:

    buy cytotec online fast delivery: cytotec abortion pill – cytotec online

  29. Curtisbat表示:

    The Australian city that became a global food and drink powerhouse
    мальчик гей
    Sydney or Melbourne? It’s the great Australian city debate, one which pits the commerce, business and money of Sydney against cultural, arts-loving, coffee-drinking Melbourne.

    While picking one can be tricky, there’s no denying that Australia’s second city, home to 5.2 million people, has a charm all of its own.

    Melburnians (never Melbournites) get to enjoy a place where nature is close by, urban delights are readily available and the food and drink scene isn’t just the best in Australia, but also one of the finest in the world.
    There’s no better way to start a trip to Melbourne than with a proper cup of coffee. Coffee is serious stuff here, with no room for a weak, burnt or flavorless brew. The history of coffee in Melbourne goes back to the years after World War II, when Italian immigrants arrived and brought their machines with them.

    Within 30 years, a thriving cafe scene had developed and, as the 21st century dawned, the city had become the epicenter of a new global coffee culture. The iconic Pellegrini’s on Bourke Street and Mario’s in the Fitzroy neighborhood are the best old-school hangouts, while Market Lane helped lead the way in bringing Melbourne’s modern-day coffee scene to the masses.
    Kate Reid is the best person to speak with about Melbourne’s coffee obsession. The founder of Lune Croissanterie, she was once a Formula 1 design engineer and has brought her expertise and precision to crafting the world’s best croissant, as well as knowing how to brew a coffee, and specifically a flat white, just the way it should be.

    “Good coffee is just ingrained in everyday culture for every single Melburnian now,” says Reid. “I think that that peak of pretentious specialty coffee has come and gone, and now it’s just come down to a level of a really high standard everywhere.”

    That’s clear when she pours a flat white. Describing herself as a perfectionist, the way she froths the milk and tends to the cup is a sight to behold.

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。