一、DOM解析XML

xml文件

favorite.xml

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PhoneInfo name="手机品牌">
<Brand name="华为">
<Type name="U8650">
</Type>
</Brand>
<Brand name="三星">
<Type name="i9100G">
</Type>
<Type name="I9108">
</Type>
</Brand>
<Brand name="Apple">
<Type name="iPhone4">
</Type>
</Brand>
</PhoneInfo>

解析

public static void getItemXML() {
try { // 1.得到DOM解析器的工厂
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
// 2.得到DOM工厂获得DOM解析器
DocumentBuilder db = dbf.newDocumentBuilder(); // 3.解析XML文档,得到一个Document即DOM树
Document doc = db.parse("xml/favorite.xml");
// 4.得到所有<Brand>节点列表信息
NodeList brandList = doc.getElementsByTagName("Brand");
// 5.循环Brand信息
for (int i = 0; i < brandList.getLength(); i++) {
Node brandNode = brandList.item(i);
// 类型转换
Element brandElement = (Element) brandNode;
// 获取Brand的Name属性
String brandName = brandElement.getAttribute("name");
System.out.println("手机品牌:" + brandName);
// 获取Brand的子节点
NodeList typeList = brandNode.getChildNodes();
for (int j = 0; j < typeList.getLength(); j++) {
// 判断是否为Elemnet 可能有空字符串
if (typeList.item(j) instanceof Element) {
// 遍历
Element typeElement = (Element) typeList.item(j);
// 型号
String typeName = typeElement.getAttribute("name");
// 输出
System.out.println("手机型号 :" + typeName);
} } }
} catch (Exception e) {
e.printStackTrace();
} }

有文本内容的解析

网易手机各地行情.xml--一部分

<?xml version="1.0" encoding="GBK"?><?xml-stylesheet type="text/css" href="http://news.163.com/css/allrss.css"?>
<rss version="2.0">
<channel>
<title>网易手机各地行情</title>
<link>http://tech.163.com/mobile/special/00111SJM/sjhq_gd.html</link>
<description>全国其他地区手机行情</description>
<item>
<title><![CDATA[超高性价比智能机 华为 U8650 仅1280元]]></title>
<link>http://tech.163.com/mobile/11/1115/12/7ITDEDDA00112K8C.html</link>
<description><![CDATA[U8650是华为今年推出的一款3G智能手机,该机搭载Android OS 2.3系统,采用3.5英寸480×320像素的触控屏,内置320万像素CMOS摄像头,还具备双512MB内存,整机性能非常不错。其轻,薄的特点,很适合女性使用。感兴趣的朋友不妨来关注一下吧。近日该机在经销商处有售,售价为880元。 手机最新价格变动 ]]>......</description>
<pubDate>2011-11-25 12:50:46</pubDate>
</item>
<item>
<title><![CDATA[超高性价比智能机 华为 U8650 仅1800元]]></title>
<link>http://tech.163.com/mobile/11/1115/12/7ITDEDDA00112K8C.html</link>
<description><![CDATA[U8650是华为今年推出的一款3G智能手机,该机搭载Android OS 2.3系统,采用3.5英寸480×320像素的触控屏,内置320万像素CMOS摄像头,还具备双512MB内存,整机性能非常不错。其轻,薄的特点,很适合女性使用。感兴趣的朋友不妨来关注一下吧。近日该机在经销商处有售,售价为880元。 手机最新价格变动 ]]>......</description>
<pubDate>2011-11-20 12:50:46</pubDate>
</item>
<item id="1">
<title><![CDATA[800万双网双待摩托罗拉XT882卖3950]]></title>
<link>http://tech.163.com/mobile/11/1115/13/7ITGR17S00112K8C.html</link>
<description><![CDATA[摩托罗拉XT882是一款支持3G双网双核的智能手机,配备了1G双核Tegra 2处理器、全新的Android 2.3操作系统、4.0英寸qHD高清晰电容屏幕、1080P高清视频播放及输出、8GB超大机身内存……今天小编从卖场商家处获悉,800万双网双待摩托罗拉XT882卖3950元,喜欢的朋友不妨来围观一下吧。在外观上,摩托XT882在外形方面和Atrix 4G基 ]]>......</description>
<pubDate>2011-11-15 13:50:45</pubDate>
</item>
<item id="GUID" read="true">
<title><![CDATA[感恩节又放价 三星i9100G行货3999元]]></title>
<link>http://tech.163.com/mobile/11/1115/13/7ITGQV8V00112K8C.html</link>
<description><![CDATA[三星i9100G是近期上市的一款智能手机,1.2GHz主频双核处理器的加入为整机流畅运行提供了最有利保证,整体表现十分出色。三星i9100G正面搭载一块4.3英寸分辨率为480×800像素触控屏,并且采用了Super AMOLED PLUS材质,无论是色彩饱和度以及艳丽程度都比I9000的Super AMOLED出色。此外,在机身背面它还内置一枚800万像素的摄 ]]>......</description>
<pubDate>2011-11-15 13:50:45</pubDate>
</item>
<item id="3">
<title><![CDATA[刺激享受 大屏双核机 HTC G19仅3500]]></title>
<link>http://tech.163.com/mobile/11/1115/12/7ITDEFIP00112K8C.html</link>
<description><![CDATA[HTC的G系列一直是人们最为关注的,在性能上不断的更新让人们享受到了更为强劲的使用性能。G19是HTC前段时间推出的一款4G智能机,搭载Android OS 2.3系统,采用1536MHz的双核处理器,还配有4.5英寸的触控屏,800万像素摄像头,绝对是一款目前最为强劲的实力机型。感兴趣的朋友不妨来关注一下吧。 ]]>......</description>
<pubDate>2011-11-15 12:50:46</pubDate>
</item>
<item id="4">
<title><![CDATA[典雅典范 为时尚代言 索爱X8仅980元]]></title>
<link>http://tech.163.com/mobile/11/1115/12/7ITDEE6U00112K8C.html</link>
<description><![CDATA[时尚几乎就是专门为X8而设的词语,它是索尼爱立信推出的一款智能手机,小巧的机身,时尚又不失典雅高端的气质,搭载主流的Android 2.1系统,采用600MHz的高通 MSM7227处理器,还内置了320万像素的摄像头,带来不错的使用体验。感兴趣的朋友不妨来关注一下吧。 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]]>......</description>
<pubDate>2011-11-15 12:50:46</pubDate>
</item>
<item id="5">
<title><![CDATA[高性价比智能机 华为 U8650 仅880元]]></title>
<link>http://tech.163.com/mobile/11/1115/12/7ITDEDDA00112K8C.html</link>
<description><![CDATA[U8650是华为今年推出的一款3G智能手机,该机搭载Android OS 2.3系统,采用3.5英寸480×320像素的触控屏,内置320万像素CMOS摄像头,还具备双512MB内存,整机性能非常不错。其轻,薄的特点,很适合女性使用。感兴趣的朋友不妨来关注一下吧。近日该机在经销商处有售,售价为880元。 手机最新价格变动 ]]>......</description>
<pubDate>2011-11-15 12:50:46</pubDate>
</item>
</channel>
</rss>

解析

    public static List<Item> getItems(){

        try {

            //创建DocumentBuilderFactory
DocumentBuilderFactory dbf=DocumentBuilderFactory.newInstance();
//创建DocumentBuilder
DocumentBuilder db = dbf.newDocumentBuilder();
//创建Documnet
Document doc=db.parse("xml/网易手机各地行情.xml");
//获取节点
NodeList itemList=doc.getElementsByTagName("item");
for(int i=0;i<itemList.getLength();i++){
Element item=(Element)itemList.item(i);
String id=item.getAttribute("id");
//System.out.println("编号"+id);
String title=item.getElementsByTagName("title").item(0).getFirstChild().getNodeValue();
String link=item.getElementsByTagName("link").item(0).getFirstChild().getNodeValue();
String description=item.getElementsByTagName("description").item(0).getFirstChild().getNodeValue();
String pubDate=item.getElementsByTagName("pubDate").item(0).getFirstChild().getNodeValue();
//System.out.println("标题: "+title+"\t\t连接: "+link+"\t\t描述: "+description+"\t\t 发布日期:"+pubDate); } } catch (ParserConfigurationException e) {
e.printStackTrace();
} catch (SAXException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
} }

二、增加XML

// 增加新的节点 增加小米
public static void savePhone() { try {
// 1.创建DocumentBuilderFactory
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
// 2.创建DocumentBuilder
DocumentBuilder db = dbf.newDocumentBuilder();
// 3.创建Document
Document doc = db.parse("xml/favorite.xml");
// 创建新的节点
Element brandElement = doc.createElement("Brand");
brandElement.setAttribute("name", "小米");
// 创建type子节点
Element typeElement1 = doc.createElement("Type");
Element typeElement2 = doc.createElement("Type");
typeElement1.setAttribute("name", "红米");
typeElement2.setAttribute("name", "米4");
brandElement.appendChild(typeElement1);
brandElement.appendChild(typeElement2);
// 找到根节点
Element PhoneInfo = (Element) doc.getElementsByTagName("PhoneInfo")
.item(0);
PhoneInfo.appendChild(brandElement); // 保存XML
TransformerFactory trf = TransformerFactory.newInstance();
Transformer tf = trf.newTransformer();
// 数据源
DOMSource ds = new DOMSource(doc);
// 设置编码类型
tf.setOutputProperty(OutputKeys.ENCODING, "utf-8");
// 设置流
FileOutputStream fos = new FileOutputStream("xml/favorite.xml");
StreamResult result = new StreamResult(fos);
// 把dom树转换为XML
tf.transform(ds, result);
fos.close();
System.out.println("-=========写入完成!=========="); } catch (ParserConfigurationException e) {
e.printStackTrace();
} catch (SAXException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
} catch (TransformerConfigurationException e) {
e.printStackTrace();
} catch (TransformerException e) {
e.printStackTrace();
} }

三、修改节点

// 修改节点将苹果修改为Apple
public static void modify() {
try {
// 创建DocumentBuilderFactory
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
// 创建DocumentBuilder
DocumentBuilder db = dbf.newDocumentBuilder();
// 创建Document
Document doc = db.parse("xml/favorite.xml");
NodeList brandList = doc.getElementsByTagName("Brand");
for (int i = 0; i < brandList.getLength(); i++) {
Element brand = (Element) brandList.item(i);
String brandName = brand.getAttribute("name");
// 查找
if (brandName.equals("苹果")) {
// 修改属性
brand.setAttribute("name", "Apple");
}
} // 写入XML
TransformerFactory trf = TransformerFactory.newInstance();
Transformer tf = trf.newTransformer();
DOMSource ds = new DOMSource(doc);
// 设置流
FileOutputStream fos = new FileOutputStream("xml/favorite.xml");
StreamResult result = new StreamResult(fos);
// 设置编码类型
tf.setOutputProperty(OutputKeys.ENCODING, "utf-8");
// 写入文件
tf.transform(ds, result);
fos.close();
System.out.println("-=========修改完成!==========");
} catch (ParserConfigurationException e) {
e.printStackTrace();
} catch (SAXException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
} catch (TransformerConfigurationException e) {
e.printStackTrace();
} catch (TransformerException e) {
e.printStackTrace();
}
}

四、删除节点

// 删除Brand name是华为的子节点
public static void delete(){
try {
//创建DocumentBuilerFactory
DocumentBuilderFactory dbf=DocumentBuilderFactory.newInstance();
//DocumentBuilder
DocumentBuilder db=dbf.newDocumentBuilder();
//创建Document
Document doc=db.parse("xml/favorite.xml");
//创建Brand节点集合
NodeList brandList=doc.getElementsByTagName("Brand");
//遍历
for (int i = 0; i < brandList.getLength(); i++) {
Element brandElement=(Element) brandList.item(i);
String name=brandElement.getAttribute("name");
if(name.equals("华为")){
//获取父节点,使用父节点删除这个节点
brandElement.getParentNode().removeChild(brandElement);
}
}
//写入XML
TransformerFactory trf=TransformerFactory.newInstance();
Transformer tf=trf.newTransformer();
//数据源
DOMSource ds=new DOMSource(doc);
//设置流
FileOutputStream fos=new FileOutputStream("xml/favorite.xml");
StreamResult result=new StreamResult(fos);
//设置编码格式
tf.setOutputProperty(OutputKeys.ENCODING,"utf-8");
//写入文件
tf.transform(ds, result);
fos.close(); } catch (ParserConfigurationException e) {
e.printStackTrace();
} catch (SAXException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
} catch (TransformerConfigurationException e) {
e.printStackTrace();
} catch (TransformerException e) {
e.printStackTrace();
}
}

五、更新RSS

package com.pb.biz;

import java.io.BufferedReader;
import java.io.FileWriter;
import java.io.InputStreamReader;
import java.net.URL;
import java.net.URLConnection; public class DownloadRSSBiz {
/**
* 下载RSS
* @param url
*/
public void downloadRSS(String url){
try {
// 发帖机原理,模拟浏览器
// final String SERVER_URL =
// "http://10.0.0.131/mobile/special/001144R8/gedihangqing.xml"; //
// 定义需要获取的内容来源地址 URL uri = new URL(url);
URLConnection con = uri.openConnection();
con.setDoOutput(true);
//设置请求参数
con.setRequestProperty("Pragma:", "no-cache");
con.setRequestProperty("Cache-Control", "no-cache");
con.setRequestProperty("Content-Type", "text/xml"); //取返回值
BufferedReader br = new BufferedReader(new InputStreamReader(con
.getInputStream(), "GBK"));
StringBuilder sBuilder = new StringBuilder();
String line = "";
for (line = br.readLine(); line != null; line = br.readLine()) {
sBuilder.append(line);
}
//存入文件
FileWriter writer = new FileWriter("src/网易手机各地行情.xml", false);
writer.write(sBuilder.toString());
//关闭流
writer.close();
br.close(); } catch (Exception e) {
String str = e.getMessage();
System.out.println(str);
}
} }

Java从零开始学四十二(DOM解析XML)的更多相关文章

  1. Java从零开始学四十(反射简述一)

    一.JAVA是动态语言吗? 一般而言,说到动态言,都是指在程序运行时允许改变程序结构或者变量类型,从这个观点看,JAVA和C++一样,都不是动态语言. 但JAVA它却有着一个非常突出的动态相关机制:反 ...

  2. Java从零开始学四十五(Socket编程基础)

    一.网络编程中两个主要的问题 一个是如何准确的定位网络上一台或多台主机,另一个就是找到主机后如何可靠高效的进行数据传输. 在TCP/IP协议中IP层主要负责网络主机的定位,数据传输的路由,由IP地址可 ...

  3. Java从零开始学四十四(多线程)

    一.进程与线程 1.1.进程 进程是应用程序的执行实例. 进程是程序的一次动态执行过程,它经历了从代码加载.执行到执行完毕的一个完整过程,这个过程也是进程本身从产生.发展到最终消亡的过程 特征: 动态 ...

  4. Java从零开始学三十二(正则表达式)

    一.为什么要有正则 正则表达式可以方便的对数据进行匹配,可以执行更加复杂的字符串验证.拆份.替换功能. 例如:现在要求判断一个字符串是否由数字组成,则可以有以下的两种做法: 不使用正则完成 使用正则完 ...

  5. Java从零开始学四十六(Junit)

    一.软件测试 软件开发: 项目调研--需求分析--软件设计--程序编码--软件测试--运行维护 软件测试:利用测试工具按照测试方案和流程对产品进行功能和性能测试,使用人工或者自动手段来运行或测试某个系 ...

  6. Java从零开始学四十三(DOM4j解析XML)

    一.创建XML // 建立XML public static void gernatorXML() { // 创建Document对象 Document doc = DocumentHelper.cr ...

  7. Java从零开始学四十一(反射简述二)

    一.实例化Class类对象 实例化Class类对象的方法有三种: 第一种:通过forName()方法 第二种:类.class 第三种:对象.getClass() 二.Class类的常用方法 No. 方 ...

  8. Java从零开始学四十七(注解简述)

    一.Java中注解Annotation 什么是注解:用来描述数据的数据(元数据). Java代码里的特殊标记.它为代码中添加用Java程序无法表达的额外信息提供一种形式化的方法,使用我们可以在未来的某 ...

  9. Java从零开始学三十九(对象序列化)

    一.序列化 将对象的状态存储到特定存储介质中的过程 对象序列化,就是把一个对象变为二进制的数据流的一种方法,通过对象序列化可以方便的实现对象的传输或存储.   序列化保存对象的“全景图”,构建对象的“ ...

随机推荐

  1. Caching查看窗口

    闲来无事,做了一个简约的Caching查看窗口,可以方便的查看本地缓存的使用情况: 下面的URL和VersionNum用来查看某个特定资源的特定版本是否存在,分别输入所需信息,点击“检测”,即可在下面 ...

  2. spring boot 拦截器

    @SpringBootApplicationpublic class Application extends WebMvcConfigurerAdapter { public static void ...

  3. iOS-给UIView添加点击事件

    一.当遇到一些UIView 或者 UIView的子类时,比如点击UIImageView要放大图片等. 二.步骤: 1.首先要确保打开控件的用户交互,userInteractionEnabled设置成Y ...

  4. nginx 更新提示端口占用的解决办法

    最近更新ubuntu下的nginx,报了以下的错误, [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use) 可以看到,80 ...

  5. 内存中OLTP(Hekaton)的排序警告

    内存中OLTP是关于内存中的一切.但那只是对了一半.在今天的文章里我想给你展示下,当你从内存读取数据时,即使内存中OLTP也会引起磁盘活动.这里的问题是执行计划里,不正确的统计信息与排序(sort)运 ...

  6. MySQL5中大数据错误:Packet for query is too large (****** > ******). You can change this value on the server by setting the max_allowed_packet' variable.;

    使用的MySQL数据库版本:5.5 插入或更新字段有大数据时(大于1M),会出现如下错误: ### Cause: com.mysql.jdbc.PacketTooBigException: Packe ...

  7. CSS3的变形transform、过渡transition、动画animation学习

    学习CSS3动画animation得先了解一些关于变形transform.过渡transition的知识 这些新属性大多在新版浏览器得到了支持,有些需要添加浏览器前缀(-webkit-.-moz-.- ...

  8. 循序渐进开发WinForm项目(3)--Winform界面层的项目设计

    随笔背景:在很多时候,很多入门不久的朋友都会问我:我是从其他语言转到C#开发的,有没有一些基础性的资料给我们学习学习呢,你的框架感觉一下太大了,希望有个循序渐进的教程或者视频来学习就好了. 其实也许我 ...

  9. 取值:webconfig中的key

    String rootUrl = System.Configuration.ConfigurationManager.AppSettings["SiteDomain"].ToStr ...

  10. 用Perl编写Apache模块续二 - SVN动态鉴权实现SVNAuth 禅道版

    代码地址:https://code.csdn.net/x3dcn/svnauth 以禅道项目管理系统的数据库结构为标准,实现了可用的svn authz验证功能. 以用户名.密码.项目的acl开发程度o ...