Package toxi.data.feeds
Class AtomFeed
java.lang.Object
toxi.data.feeds.AtomFeed
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioniterator()
static AtomFeed
newFromStream
(InputStream stream) static AtomFeed
newFromURL
(String url) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
NS
- See Also:
-
id
-
title
-
lastUpdated
-
links
-
entries
-
-
Constructor Details
-
AtomFeed
public AtomFeed()
-
-
Method Details