タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

@Javaと@XMLに関するtoteriのブックマーク (1)

  • dom4j

    Parsing XML One 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 do this. import java.net.URL; import org.dom4j.Document; import org.dom4j.DocumentException; import org.dom4j.io.SAXReader; public class Foo { public Document parse(URL url) throws DocumentException { SAXReader reader = new S

    toteri
    toteri 2010/06/22
    XML操作ライブラリ
  • 1