| Package | Description |
|---|---|
| be.ceau.podcastparser | |
| be.ceau.podcastparser.exceptions |
Exceptions that can be thrown by this library.
|
| Modifier and Type | Method and Description |
|---|---|
Feed |
PodcastParser.parse(Reader reader)
Parse the given XML
InputStream into a Feed object. |
Feed |
PodcastParser.parse(String xml)
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidFeedFormatException
RuntimeException indicating that the given input could not be parsed. |
class |
NotPodcastFeedException
RuntimeException indicating that the parsed file is not RSS or Atom. |
Copyright © 2018. All rights reserved.