码迷,mamicode.com
首页 > 其他好文 > 详细

Document 按照xml格式输出

时间:2014-06-22 12:27:02      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   color   get   

    private void GetXMLDocument(Document doc)
    {
         OutputFormat format1 = new OutputFormat("    ", true);
         format1.setEncoding("UTF-8");
          XMLWriter out1=new XMLWriter(new PrintWriter(System.out),format1);
          try {
            out1.write(doc);
            out1.flush();
        } catch (IOException e) {
            e.printStackTrace();
        }
    }

 

Document 按照xml格式输出,布布扣,bubuko.com

Document 按照xml格式输出

标签:style   class   blog   code   color   get   

原文地址:http://www.cnblogs.com/dorothychai/p/3801707.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!