<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    靈魂-放水

    為學日益,為道日損。

    BlogJava 首頁 新隨筆 聯系 聚合 管理
      296 Posts :: 10 Stories :: 274 Comments :: 0 Trackbacks

    ?程序代碼片-類方法:用到jdom包
    public void removeElement(String path,String catalog){
    ???????SAXBuilder sb = new SAXBuilder();
    ?? try
    ????? {???????
    ?????? Document doc = sb.build(path);
    ?????? Element root = doc.getRootElement();
    ?????? Element subroot=root.getChild("entity");
    ??????
    ?????? Element content=subroot.getChild("contents");
    ??? ?
    ??? ? List entities=content.getChildren("entity");
    ??? ? for(int j=0;j<entities.size();j++)
    ??? ? {
    ??? ?? Element _element=(Element)entities.get(j);
    ??? ?? if(_element.getChild("nick").getText().equals(catalog))
    ??? ?? {
    ??? ??? System.out.println(_element.getChild("nick").getText());
    ??? ??? System.out.println(_element.getChild("description").getText());
    ?????? ??? content.removeContent(_element);
    ?????????? //_element.removeContent(_element);
    ?????????? }
    ??? ? }
    ??????
    ???????? Format format = Format.getCompactFormat();

    ???????? format.setEncoding("UTF-8"); //設置xml文件的字符為UTF-8
    ???????? format.setIndent("??? "); //設置xml文件的縮進為4個空格

    ???????? XMLOutputter xmlOutput = new XMLOutputter(format);
    ???????? xmlOutput.output(root, new FileOutputStream(path));
    ????? }
    ??? catch(Exception e)
    ??? {
    ????????? e.printStackTrace();
    ??? }
    ???? }
    XML文件片:
    ?<entity>
    ??????? <description>文檔目錄管理</description>
    ??????? <imageBase>images/globe.gif</imageBase>
    ??????? <imageOpen>images/globe_selected.gif</imageOpen>
    ??????? <contents>
    ??????????? <entity>
    ??????????????? <nick>1</nick>
    ??????????????? <description>檔案管理程序</description>
    ??????????????? <imageBase>images/book.gif</imageBase>
    ??????????????? <imageOpen>images/bookOpen.gif</imageOpen>
    ??????????????? <contents>
    ??????????????????? <entity>
    ??????????????????????? <nick>1</nick>
    ??????????????????????? <description>國家Linux技術培訓與推廣中心檔案查詢登記表</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>國家Linux技術培訓與推廣中心檔案查詢登記表</title>
    ??????????????????????? <dir>doc/1/1.doc</dir>
    ??????????????????? </entity>
    ??????????????????? <entity>
    ??????????????????????? <nick>2</nick>
    ??????????????????????? <description>國家Linux技術培訓與推廣中心檔案管理程序</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>國家Linux技術培訓與推廣中心檔案管理程序</title>
    ??????????????????????? <dir>doc/1/2.doc</dir>
    ??????????????????? </entity>
    ??????????????????? <entity>
    ??????????????????????? <nick>3</nick>
    ??????????????????????? <description>lnic人員管理辦法</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>lnic人員管理辦法</title>
    ??????????????????????? <dir>doc/1/3.txt</dir>
    ??????????????????? </entity>
    ??????????????? </contents>
    ??????????? </entity>
    ??????????? <entity>
    ??????????????? <nick>2</nick>
    ??????????????? <description>對外業務</description>
    ??????????????? <imageBase>images/book.gif</imageBase>
    ??????????????? <imageOpen>images/bookOpen.gif</imageOpen>
    ??????????????? <contents>
    ??????????????????? <entity>
    ??????????????????????? <nick>1</nick>
    ??????????????????????? <description>國家Linux技術培訓與推廣中心供應商調查報告</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>國家Linux技術培訓與推廣中心供應商調查報告</title>
    ??????????????????????? <dir>doc/2/1.doc</dir>
    ??????????????????? </entity>
    ??????????????????? <entity>
    ??????????????????????? <nick>2</nick>
    ??????????????????????? <description>國家Linux技術培訓與推廣中心國有資產申購單</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>國家Linux技術培訓與推廣中心國有資產申購單</title>
    ??????????????????????? <dir>doc/2/2.doc</dir>
    ??????????????????? </entity>
    ??????????????????? <entity>
    ??????????????????????? <nick>3</nick>
    ??????????????????????? <description>國家Linux技術培訓與推廣中心合格供應商名錄</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>國家Linux技術培訓與推廣中心合格供應商名錄</title>
    ??????????????????????? <dir>doc/2/3.doc</dir>
    ??????????????????? </entity>
    ??????????????????? <entity>
    ??????????????????????? <nick>4</nick>
    ??????????????????????? <description>國家Linux技術培訓與推廣中心進貨質量驗收計劃</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>國家Linux技術培訓與推廣中心進貨質量驗收計劃</title>
    ??????????????????????? <dir>doc/2/4.doc</dir>
    ??????????????????? </entity>
    ??????????????????? <entity>
    ??????????????????????? <nick>5</nick>
    ??????????????????????? <description>國家Linux技術培訓與推廣中心培訓協議書</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>國家Linux技術培訓與推廣中心培訓協議書</title>
    ??????????????????????? <dir>doc/2/5.doc</dir>
    ??????????????????? </entity>
    ??????????????????? <entity>
    ??????????????????????? <nick>6</nick>
    ??????????????????????? <description>國家Linux技術培訓與推廣中心外購物品驗收報告</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>國家Linux技術培訓與推廣中心外購物品驗收報告</title>
    ??????????????????????? <dir>doc/2/6.doc</dir>
    ??????????????????? </entity>
    ??????????????????? <entity>
    ??????????????????????? <nick>7</nick>
    ??????????????????????? <description>lnic人員器材管理辦法</description>
    ??????????????????????? <imageBase>images/paper.gif</imageBase>
    ??????????????????????? <imageOpen>images/paper.gif</imageOpen>
    ??????????????????????? <title>lnic人員器材管理辦法</title>
    ??????????????????????? <dir>doc/2/7.doc</dir>
    ??????????????????? </entity>
    ??????????????? </contents>
    ??????????? </entity>
    ????????錯誤出現在: 1、content.removeContent(_element);
    ??????????2、 //_element.removeContent(_element);

    用第2種方法總達不到效果,搞了半天才更正了錯誤。

    posted on 2006-05-25 18:22 放水老倌 閱讀(397) 評論(0)  編輯  收藏 所屬分類: XML
    主站蜘蛛池模板: 国产自偷亚洲精品页65页| 四虎永久成人免费| 久久久久无码精品亚洲日韩| 夜夜爽妓女8888视频免费观看| 国产公开免费人成视频| 国产99久久亚洲综合精品| 国产大片91精品免费观看男同| 亚洲AV日韩AV永久无码色欲| 日本无吗免费一二区| 日本中文字幕免费看| 亚洲人成网7777777国产| 国产亚洲精品影视在线产品| 91av免费在线视频| 亚洲AV无码成人精品区天堂| 91精品免费不卡在线观看| 亚洲国产精品网站久久| 巨胸喷奶水www永久免费 | 四虎永久精品免费观看| 一级特黄色毛片免费看| 一个人免费观看www视频在线| 国产精品亚洲自在线播放页码| 久久久久免费看黄A片APP| 日韩色视频一区二区三区亚洲| 国产av无码专区亚洲国产精品| 91在线免费视频| 久久精品亚洲一区二区三区浴池 | 亚洲视频在线观看免费视频| 亚洲欧洲日韩极速播放| 免费人成年轻人电影| 久久免费视频观看| 亚洲 日韩经典 中文字幕| 亚洲JIZZJIZZ中国少妇中文| 99蜜桃在线观看免费视频网站| 国产精品亚洲综合久久| 伊人久久综在合线亚洲91| 51在线视频免费观看视频| 精品一区二区三区免费毛片| 亚洲AV日韩AV鸥美在线观看| 日韩在线看片免费人成视频播放| 91成人免费福利网站在线| 亚洲五月综合网色九月色|