Quantcast
Channel: Using ROME to extract feed contents? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by pauli for Using ROME to extract feed contents?

Something like... for (Iterator<?> entryIter = syndFeed.getEntries().iterator(); entryIter.hasNext();) { SyndEntry syndEntry = (SyndEntry) entryIter.next(); if (syndEntry.getContents() != null) {...

View Article



Using ROME to extract feed contents?

How do I get the contents as a String using ROME in Java for some feed. At the moment this is what I got String feedURL = “...”; SyndFeedInput input = new SyndFeedInput(); SyndFeed feed =...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images