2012年6月20日

摘要: Parsing XMLOne of the first things you'll probably want to do is to parse an XML document of some kind. This is easy to do in dom4j. The following code demonstrates how to this.import java.net.URL;import org.dom4j.Document;import org.dom4j.DocumentException;import org.dom4j.io.SAXReader;public c 阅读全文
posted @ 2012-06-20 09:51 setail 阅读(171) 评论(0) 推荐(0)

导航