Uses of Class
com.rometools.rome.feed.atom.Feed
-
Packages that use Feed Package Description com.rometools.rome.feed.atom com.rometools.rome.feed.synd.impl com.rometools.rome.io.impl -
-
Uses of Feed in com.rometools.rome.feed.atom
Methods in com.rometools.rome.feed.atom that return Feed Modifier and Type Method Description FeedEntry. getSource()Returns the sourceMethods in com.rometools.rome.feed.atom with parameters of type Feed Modifier and Type Method Description voidEntry. setSource(Feed source)Set the source -
Uses of Feed in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl with parameters of type Feed Modifier and Type Method Description SyndEnclosureConverterForAtom10. createSyndEnclosure(Feed feed, Entry entry, Link link)protected List<SyndEntry>ConverterForAtom10. createSyndEntries(Feed feed, List<Entry> atomEntries, boolean preserveWireItems)protected SyndEntryConverterForAtom10. createSyndEntry(Feed feed, Entry entry, boolean preserveWireItem) -
Uses of Feed in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl with parameters of type Feed Modifier and Type Method Description protected voidAtom03Generator. addEntries(Feed feed, org.jdom2.Element parent)protected voidAtom10Generator. addEntries(Feed feed, org.jdom2.Element parent)protected voidAtom03Generator. addFeed(Feed feed, org.jdom2.Element parent)protected voidAtom10Generator. addFeed(Feed feed, org.jdom2.Element parent)protected org.jdom2.ElementAtom03Generator. createRootElement(Feed feed)protected org.jdom2.ElementAtom10Generator. createRootElement(Feed feed)protected List<Entry>Atom10Parser. parseEntries(Feed feed, String baseURI, List<org.jdom2.Element> eEntries, Locale locale)protected EntryAtom10Parser. parseEntry(Feed feed, org.jdom2.Element eEntry, String baseURI, Locale locale)protected voidAtom03Generator. populateFeed(Feed feed, org.jdom2.Element parent)protected voidAtom10Generator. populateFeed(Feed feed, org.jdom2.Element parent)protected voidAtom03Generator. populateFeedHeader(Feed feed, org.jdom2.Element eFeed)protected voidAtom10Generator. populateFeedHeader(Feed feed, org.jdom2.Element eFeed)
-