これは可能ですか?たとえば、jSoup コードを実行すると、次のようになります。
Document source = Jsoup.connect("http://www.xmlFile.com/file.xml").get();
// Convert the Jsoup object to a w3c Document object with Apache.
return DOMBuilder.jsoup2DOM(source);
私は今、w3c Document
オブジェクトを持っています。file.xml
そのオブジェクトから取得する方法はありますか? いずれにせよ、オンラインで私に知らせるものは何も見つかりませんでした。