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>
well of course, everyone loves to get rich but not everyone would love to do hard work’
What would we all do without the excellent tips you talk about on this blog? Who has the persistence to deal with essential topics for the sake of common visitors like me? I actually and my girlfriends are very blessed to have your web blog among the ones we usually visit. Hopefully you know how considerably we take pleasure in your efforts! Best wishes from us all.
Российский изготовитель продает разборные гантели на https://razbornye-ganteli.ru по приятным ценам. Для тренировок в квартире – это самый удобный набор с компактными габаритами и внушительной функциональностью. Доступны в полном наборе с замками и гантельными грифами.Утяжелители сборные позволяют заниматься с любой нагрузкой. Предлагаем внушительный ассортимент продуктов от ведущих производителей в интернет-магазине.
A Journey Back In Time A Conversation With People About Online Shopping Uk Cheap 20 Years
Ago Youth Baseball Gear Organizer
Виктория Набойченко сделала для нашего канала заявление,
Заявление Виктории Набойченко
касающееся своего бывшего супруга – главного свидетеля обвинения по так называемому уголовному делу “Лайф-из-Гуд”-“Гермес”-“Бест Вей”
Первый партнер охраны труда
Аутсорсинг охраны труда – экспертный центр по аудиту и подготовке специалистов в области охраны труда и пожарной безопасности. Наша компания предоставляет широкий спектр услуг по обеспечению безопасности производственных процессов для индивидуальных предпринимателей и организаций различных секторов промышленности в Москве, Московской области и других регионах России.
Соблюдение правил безопасности труда – законодательное требование, за нарушение которого на организацию может быть наложен штраф или приостановлена деятельность предприятия на срок до 90 суток.
Мы помогаем решать вопросы обеспечения безопасности и организации труда на предприятии, разрабатываем и актуализируем документы по охране труда, проводим комплексное обследование охраны труда на соответствие государственным нормативным требованиям. Проводим обучение сотрудников по охране труда и пожарной безопасности, проверяем СУОТ и оцениваем профессиональные риски.
Just want to say your article is as surprising. The clearness in your post is simply excellent and i could assume you are an expert on this subject. Fine with your permission let me to grab your RSS feed to keep updated with forthcoming post. Thanks a million and please continue the rewarding work.
molbiol.ru/forums/index.php?act=Print&client=printer&f=3&t=1085773
rem-penata.ru/remont/natyazhnyie-potolki
bezone.ru/node/335757
promtex58.ru/shop/UID_459_gpw215.html
avtovideotest.ru/kupit-diplom-s-besplatnoy-dostavkoy-po-vsey-rossii
Можете оформить гантельные грифы на https://grify-dlya-gantely.ru по приятным ценамподходящей длины. В изготовлении долговечных снарядов реализуются легированные марки металла. Гантельные составляющие создаются в трех востребованных диаметрах. Отягощения предназначены для силовых занятий и созданы с разметкой для правильного размещения рук и накаткой для хвата. Изделия покрываются предохранительным составом никеля. Отечественная фирма реализует внушительный ассортимент спортивного инвентаря для квартиры и фитнес клуба. Это эффективный инвентарь для тяжелых занятий в любых условиях.
Hi there, just became alert to your blog through Google, and found that it is really informative. I am gonna watch out for brussels. I¡¦ll be grateful if you continue this in future. Numerous people will be benefited from your writing. Cheers!
Appreciate it for this post, I am a big big fan of this internet site would like to continue updated.
I see your point, and I totally appreciate your article. For what its worth I will tell all my friends about it, quite resourceful. Later.
Auto Accident Lawyers Tools To Ease Your Daily Life Auto Accident Lawyers Trick
That Every Person Must Be Able To Auto Accident
Hi, I just read texts on your blog and I became interested in the topic. I like your post and I am thinking whether I could use your words in my work? Would it be doable? If yes, please contact with me. Thank you.
Hi I ran across this website in error as i was searching yahoo due to this issue, I have to say your site is really helpful Also i love the theme, its amazing!. I dont have a whole lot of time for it to read all your post presently but We’ve bookmarked it as well as signed up for your RSS feeds. We are in a day or two. many thanks a fantastic site.
I’m gone to tell my little brother, that he should also pay a quick visit this blog on regular basis to get updated from newest news.
akademiyatepla.ru/catalog/baxi/?goodsCompare=add&id=178
arahn.100webspace.net/profile.php?mode=viewprofile&u=142536
bgv-blasenschwaeche.de/urlaub.html
roomblock.com/send-rfp.html
avtovladelez.ru/page/4
I got this website from my pal who shared with me regarding this web site and now this time I am browsing this web site and reading very informative articles or reviews here.
mazda-demio.ru/forums/index.php?autocom=gallery&req=si&img=4139
gamesfortop.ru/diplomyi-na-zakaz-vash-shans-na-novuyu-kareru
http://www.agrimark.org/kinh-nghiem-cat-canh-cay-ca-phe/
mafiaclans.ru/topic5111.html
financetimenews.ru/page/14/
Top rated lad speeches and toasts, as well toasts. may very well be supplied taken into consideration making at the party consequently required to be a little more cheeky, humorous with instructive on top of this. best man speeches funny
A Time-Travelling Journey: How People Talked About Pram Sets
20 Years Ago car seat pram (https://prokrasivosti.ru/)
Needed to draft you the bit of note to be able to thank you again just for the breathtaking pointers you’ve shared at this time. It is certainly incredibly open-handed with people like you to supply easily precisely what a lot of folks would’ve offered as an e book to help make some bucks on their own, notably now that you could have done it in case you decided. The tricks additionally served to become good way to recognize that some people have a similar interest the same as my own to learn many more concerning this problem. I am sure there are a lot more enjoyable periods ahead for many who scan through your blog.
You’ll Never Guess This Shopping Online Uk To Ireland’s Tricks shopping
online uk to ireland (Gloria)
Hey there, or perhaps might be away from issue rather regardless, i surfing surrounding your internet-site also seems essentially truly professional. I’m also creating a new-found blogging site because trying to cope to create it bode well, each i’ve addition few things since i mess it up. In which way painful was first the site to develop your site? May perhaps one as i am without the suffer from do it right, to fit cherished ones modify documents without having to wrecking the application training?
Hello! I merely wish to give you a large thumbs up with the excellent information you have here about this post. I am coming back to your blog post for much more soon.
What’s The Reason Everyone Is Talking About Second Hand Double Buggy Right Now pushchairsandprams
Five Killer Quora Answers On Cheap Online Electronics Shopping Uk cheap online electronics shopping uk
Thank you a lot for sharing this with all folks you really know what you are speaking about! Bookmarked. Please additionally talk over with my site =). We will have a link alternate contract among us
prikol100500.ru/kupit-diplom-s-besplatnoy-dostavkoy-po-vsey-rossii
web011.dmonster.kr/bbs/board.php?bo_table=b0501&wr_id=181555
custom-engravable-jewelry.com/bracelet.php
honda-fit.ru/forums/index.php?autocom=gallery&req=si&img=5224
allnewstur.ru/page/17
I have read several articles on this issue but you have brought up some interesting points. Just when I thought there was nothing new to investigate, you’ve proven me wrong.
weight loss is sometimes difficult to attain, it all depends on your motivation and genetics,,
I discovered your web page just recently through a recommendation and had a look at some of your articles. I like what you are writing about and I hope you keep up the good work. If you are interested in sharing some content or swap links do not hesitate to get in touch with me.
I gotta bookmark this site it seems very useful .
This Is How Shopping Online Will Look Like In 10 Years Champagne color blender