Package toxi.data.feeds
Class AtomFeed
java.lang.Object
toxi.data.feeds.AtomFeed
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()static AtomFeednewFromStream(InputStream stream) static AtomFeednewFromURL(String url) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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