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...

7,814 Responses

  1. Danielreame表示:

    Betfair Casino Espana
    requisitos bono casino betfair
    Si estas en la busqueda de un casino online en Espana que ofrezca fiabilidad, podria ser la opcion perfecta. Con licencia y cumpliendo con los mas altos estandares de seguridad, este casino destaca por su variada seleccion de juegos proporcionados por los mas renombrados desarrolladores a nivel mundial. Desde tragamonedas clasicas hasta envolventes juegos de casino en vivo, Betfair Casino se ha convertido en el destino favorito de numerosos jugadores espanoles. Descubre en nuestra resena por que Betfair Casino ha logrado captar la atencion de tantos usuarios y conoce en detalle las caracteristicas que lo hacen destacar en el sector.
    Resena sobre Betfair Casino Espana
    Betfair Casino se ha establecido firmemente en el mercado de juegos de azar espanol como una opcion de confianza para los entusiastas del casino online. Operado por Betfair Casino Limited, este sitio esta acreditado por la Comision de Juegos del Reino Unido y la Autoridad de Juegos de Malta, ofreciendo un ambiente de juego seguro y regulado. A continuacion, te proporcionamos informacion relevante sobre Betfair Casino en Espana.

  2. Michaelpoold表示:

    Benefits of mobile application
    pin-up aviator app
    Today, it is very popular among gambling companies to create mobile applications for the users who use the phone the most. Many users download a pin-up program to take advantage of this program, which is the functionality of the browser version of the gambling platform.
    If you decide to download the Pin-up mobile application, you can use this application. The company’s employees care about the comfort of their users. The program has many fans from the world of gambling. The company has worked hard to develop the program.

    the profit

    intuitive interface;

    attractive design;

    Various sporting events and gambling entertainments;

    high speed of application;

    economical use of Internet traffic;

    Fixed access to the application, unlike the browser version.
    where to download apps for android

    There are several ways to download a pin-up program:

    The download file is downloaded directly from the official website of the virtual gambling company. This is the safest and most reliable method because you do not need to be afraid of scammers when downloading from the site;

    It is also recommended to download programs from third-party sites, but first you need to make sure that it is the original file, as scammers can offer you the wrong file.

    Downloading the file is very fast and simple, even the most inexperienced user can easily install this program. On the official website of the company there are detailed instructions on how to install the file on Android.

  3. Treffez表示:

    Привет, друзья!
    Вопросы и ответы: можно ли быстро купить диплом старого образца?
    cobaki.ru/users.php?m=details&id=91144
    Рады помочь!.

  4. 9 Things Your Parents Taught You About Accident Attorney Lawyer Accident Injury Attorneys

  5. DouglasGed表示:

    mexican drugstore online: Medicines Mexico – medicine in mexico pharmacies

  6. A Trip Back In Time What People Talked About Bmw Replacement Key 20 Years
    Ago bmw replacement Key cost

  7. Diplomi_xuEa表示:

    Привет, друзья!
    Заказать документ о получении высшего образования вы сможете в нашем сервисе.
    amazonebay.ru/profile.php?u=awaquv

  8. Sazriac表示:

    Привет, друзья!
    Мы изготавливаем дипломы любых профессий.
    Приобретение документа, подтверждающего окончание института, – это рациональное решение.
    ukrevents.ru/diplomyi-po-vsem-vostrebovannyim-spetsialnostyam
    Рады помочь!.

  9. DouglasGed表示:

    mexico drug stores pharmacies: Purple pharmacy online ordering – buying prescription drugs in mexico

  10. Mazraim表示:

    Добрый день!
    Как официально приобрести аттестат 11 класса с минимальными затратами времени
    montagni.blogspot.com/2014/11/blog-post_9

  11. HaroldGon表示:

    ISIS-inspired suspect planned suicide attack at Taylor Swift concert, Austrian authorities say
    experience the thrill of casino gaming with 1xbet
    Police in Austria have questioned three teenagers suspected of plotting a suicide attack at a Taylor Swift show, sparking renewed concerns over the indoctrination of young people online.

    Foreign intelligence agencies helped authorities uncover the alleged scheme, according to the country’s Interior Minister Gerhard Karner. A source familiar told CNN that the US issued a warning to authorities in Vienna.

    Organizers canceled three concerts, which were scheduled to take place in the European capital from Thursday to Saturday. CNN has reached out to Swift’s representatives for comment.

    Investigators unearthed a stockpile of chemicals, explosive devices, detonators and 21,000 euros in counterfeit cash at the home of the main suspect, a 19-year-old ISIS sympathizer who had been radicalized online, according to authorities.
    The young man – who was arrested Wednesday morning in the eastern town of Ternitz – planned to kill himself and “a large number of people,” according to the head of the domestic intelligence agency, Omar Haijawi-Pirchner.

    “He said he intended to carry out an attack using explosives and knives,” Haijawi-Pirchner told reporters in Vienna on Thursday. “His aim was to kill himself and a large number of people during the concert, either today or tomorrow.”

    Two other suspects were detained, aged 17 and 15. The 17-year-old worked for a facilities company that would have provided services at the concert venue. He was near the stadium when he was arrested and had recently broken up with his girlfriend, according to Haijwai-Pirchner.

    Little has been revealed about the 15-year-old. Prosecutors will decide later if he was a witness or directly involved in the alleged plot.

    The three are all Austrian-born with either Turkish, North Macedonian or Croatian backgrounds.

  12. BobbyClert表示:

    Baji Live Casino Overview
    baji live 999
    Every casino in the world claims that its uniqueness and originality are the reasons for their existence, but what makes Baji Live casino so special is its unique history and modern technologies. Baji Live Casino is not only a place where you can bet your money on games; it’s also a blending of technology and the user interface that altogether gives an unprecedented gaming experience.

    History and Licensing
    Baji Live Casino is licensed by the Curacao Gaming Commission, one of the most problematic and legitimate online casino licences in the world. Why they chose Curacao would do Columbus be the most peaceful and the most economically sound. The most important thing is the game poker license of Curacao. It has these kinds of features:

    International Rights: Curacao’s gaming license is known for its honesty and transparency. It is accepted in many countries and is a legal way for operators to launch services into a wider spectrum of markets worldwide.
    Regulation with Control: Baji Live Casino should stay according to a variety of the different regulations which are the part of the license such as game fairness, user data protection, and the conduct of responsible gaming and security measures.
    Audits and Checks: An auditing team is responsible for conducting regular control procedures of the casino. They are bankrolled by eCOGRA, and their ultimate aim is to ensure casino compliance with convenient, fair play and user safety requirements.
    Transaction Security: Curacao is the place where special attention is paid to the protection of financial transactions, which is essential to the safety and prevention of fraud among the players as well.
    For additional access and to alleviate blockers, our website provides mirror URLs like baji live 365, baji live 999, and baji 888 live. By means of this service, users can make requests as though they are in an unrestricted area and carry out transactions. The whole system, also, gives a high level of trust and security to Baji Live Casino users, which of course makes it really attractive to everybody that wants to either learn or play at an online casino. The stick to such strict licensing standards is the evidence that Baji Live I not only manages, but it is also strengthening its image as a reliable and responsible gambling provider in the market.

  13. Xazrlhp表示:

    Добрый день!
    Заказать документ ВУЗа.
    Мы изготавливаем дипломы любых профессий по разумным тарифам.
    usa.life/read-blog/56991
    Будем рады вам помочь!.

  14. Cazrzfa表示:

    Здравствуйте!
    Приобрести диплом университета
    telegra.ph/kak-gotovitsya-k-postupleniyu-v-vuz-08-02

  15. Sazrchf表示:

    Здравствуйте!
    Диплом бакалавра
    telegra.ph/vuz-sankt-peterburg-postuplenie-08-02

  16. Lpygpw表示:

    cheap deflazacort pills – purchase brimonidine generic buy brimonidine medication

  17. Glenngow表示:

    Jokabet Casino Espana: analisis completo (2024)
    joka bet
    Introduccion a Jokabet Casino
    Jokabet Casino ha emergido como una de las plataformas de juegos de azar en linea mas populares en Espana en 2024. Este analisis completo tiene como objetivo proporcionar una vision detallada de lo que ofrece este casino, desde su seguridad hasta sus juegos y promociones.

    Jugar en Jokabet Casino: ?Es seguro y confiable?
    Antes de aventurarte en el mundo de Jokabet Casino, es natural preguntarse sobre su seguridad. La plataforma esta licenciada y regulada por autoridades reconocidas, garantizando un entorno de juego seguro y justo para todos sus usuarios.

    Los mejores bonos y promociones de Jokabet Casino
    Bonos de bienvenida
    ofrece generosos bonos de bienvenida para nuevos jugadores, incluyendo dinero extra y giros gratis. Con un bono Jokabet inicial, puedes empezar a explorar todas las oportunidades que este casino ofrece.

    Promociones regulares
    Los jugadores habituales pueden disfrutar de diversas promociones regulares, como bonos de recarga y torneos.

    Programas de fidelidad
    El programa de fidelidad de Jokabet recompensa a los jugadores leales con puntos que pueden canjearse por premios y beneficios exclusivos.

  18. Lazrezh表示:

    Привет, друзья!
    Мы изготавливаем дипломы любой профессии по приятным ценам.
    telegra.ph/tehnologii-obucheniya-v-vuze-08-02

  19. Yrefgpt表示:

    Добрый день!
    Заказать диплом о высшем образовании.
    cybex-spb.ru/product/cybex-pallas-m-fix-happy-black/reviews

  20. Good blog you have here.. It’s hard to find good quality writing like yours these days. I really appreciate people like you! Take care!!

  21. BobbyOxymn表示:

    Boost kasiino – ametlik kodulehekulg Eestis: taielik ulevaade
    [url=https://boostcasino-ee.com/]boost casino estonia[/url]
    on Eesti mangurite seas kiiresti populaarsust kogunud. Kaesolevas artiklis vaatleme, miks Boost casino eesti on saavutanud sellise edu, kasitledes selle peamisi funktsioone ja pakutavaid teenuseid, sealhulgas manguvalikuid, boonuseid ja kasutajasobralikku liidest.

    Boostcasino Mangude Ulevaade
    Boost Casino pakub laia valikut ponevaid mange, mis meeldivad igale mangijale, alates algajatest kuni kogenud hasartmangusopradeni. Selles jaotises saate teada, milliseid erinevaid mange Boost Casino pakub, sealhulgas populaarseid manguautomaate ja lauamange, samuti live-kasiino voimalusi, mis pakuvad mangijatele toelist kasiinokogemust mugavalt oma kodus.

    Slotid ja Lauamangud
    Boost Casino’s on esindatud sadu slotimange erinevatelt arendajatelt, nagu NetEnt, Microgaming ja Play’n GO, mis tagab kvaliteetsed graafikad ja sujuva mangukogemuse. Lisaks klassikalistele slotidele leidub laialdaselt lauamange, sealhulgas:

    1. Blackjack: Mitu varianti, nagu klassikaline, Euroopa ja Vegas Strip.
    2. Rulett: Euroopa, Ameerika ja Prantsuse rulett.
    3. Baccarat: Punto Banco ja kiire tempo baccarat.

    Nende mangude RTP (Return to Player) maarad on tavaliselt vaga konkurentsivoimelised, mis tostab mangijate voiduvoimalusi. Boost Casino uuendab regulaarselt oma mangude valikut, pakkudes uusi ja ponevaid variante.

  22. Lazrdyr表示:

    Привет, друзья!
    Заказать диплом о высшем образовании.
    telegra.ph/spisok-dokumentov-neobhodimyh-dlya-postupleniya-v-vuz-08-02

  23. Cazroqd表示:

    Здравствуйте!
    Мы готовы предложить документы техникумов
    visualchemy.gallery/forum/viewtopic.php?pid=3409929#p3409929

  24. DouglasGed表示:

    ed prescriptions online: Best ED meds online – low cost ed medication

  25. Mazrwqe表示:

    Привет!
    Как получить диплом техникума с упрощенным обучением в Москве официально
    thegameofan.blogspot.com/2014/01/blog-post_8

  26. Leonardpar表示:

    https://mexicopharmacy.win/# mexican drugstore online

  27. Lariorwop表示:

    Добрыйдень!
    Приобрести диплом ВУЗа.
    telegra.ph/kupit-diplom-o-srednem-specialnom-obrazovanii-v-krasnodare-08-13-8

  28. Uazrzdf表示:

    Привет,друзья!
    Заказать диплом университета .
    telegra.ph/kupit-diplom-povara-4-razryada-08-13-6

  29. Jariorzyf表示:

    Добрый день!
    Купить диплом любого ВУЗа
    telegra.ph/diplom-bakalavra-ukraina-kupit-08-13-2

發佈留言

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