abstract Feed |
FeedPublisher.fromFeed(XML xml) |
Feed |
AtomPublisher.fromFeed(XML xml) |
static Feed |
Feed.getFeed(FeedPublisher publisher,
File file) |
static Feed |
Feed.getFeed(FeedPublisher publisher,
XML xml) |
static Person |
AtomPublisher.getPerson(Element e,
XML xml) |
static Element |
AtomPublisher.getPerson(Person author,
XML xml) |
String |
Feed.getXML(FeedPublisher publisher) |
String |
Feed.getXML(FeedPublisher publisher,
int limit) |
abstract String |
FeedPublisher.toFeed(Feed feed,
int limit) |
String |
AtomPublisher.toFeed(Feed feed,
int limit) |