public class AtomParser extends Parser
| Constructor and Description |
|---|
AtomParser() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Article> |
parse(java.lang.String rssStream)
Parses
Article objects out of the passed String response. |
attachInstance