这可能吗?例如,如果我运行 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
从那个对象中获取?不管怎样,我都没有在网上找到任何通知我的信息。