2012年12月5日

积压的哦,测测测

摘要: http://www.mkyong.com/java/jaxb-hello-world-example/http://www.chinasb.org/archives/2011/05/2143.shtml 阅读全文

posted @ 2012-12-05 17:16 雨渐渐 阅读(148) 评论(0) 推荐(0) 编辑

java XmlDocument

摘要: 可以参考的资料:http://blog.csdn.net/icecloud/article/details/7795需要引入的包为:jaxenxmlpullxstreamdom4jimport java.io.File;import java.util.List;import org.dom4j.Document;import org.dom4j.DocumentException;import org.dom4j.Element;import org.dom4j.io.SAXReader;public class TestXpath { @SuppressWarnings("unc 阅读全文

posted @ 2012-12-05 17:02 雨渐渐 阅读(478) 评论(0) 推荐(0) 编辑

构造xml并反序列化为实体

摘要: import org.dom4j.Document;import org.dom4j.DocumentHelper;import org.dom4j.Element;import com.thoughtworks.xstream.XStream;public class TestCreateXml { public static void main(String[] args) { XStream xs = new XStream(); Document doc = createXmlDocument(Student.class); Studen... 阅读全文

posted @ 2012-12-05 17:01 雨渐渐 阅读(197) 评论(0) 推荐(0) 编辑

导航