aschuma

JAVA :: Goodies :: XML Parsing

Jun 7th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. // https://github.com/aruld/java-oneliners/wiki
  2.  
  3. FeedType feed = JAXB.unmarshal(new URL("http://search.twitter.com/search.atom?&q=java8"), FeedType.class);
  4. JAXB.marshal(feed, System.out);
Advertisement
Add Comment
Please, Sign In to add comment