Uses of Interface
com.rometools.rome.feed.module.Extendable
-
Packages that use Extendable Package Description com.rometools.rome.feed com.rometools.rome.feed.atom com.rometools.rome.feed.rss com.rometools.rome.feed.synd com.rometools.rome.io.impl -
-
Uses of Extendable in com.rometools.rome.feed
Classes in com.rometools.rome.feed that implement Extendable Modifier and Type Class Description classWireFeedParent class of the RSS (Channel) and Atom (Feed) feed beans. -
Uses of Extendable in com.rometools.rome.feed.atom
Classes in com.rometools.rome.feed.atom that implement Extendable Modifier and Type Class Description classEntryBean for entry elements of Atom feeds.classFeedBean for Atom feeds.classPersonBean for person elements of Atom feeds. -
Uses of Extendable in com.rometools.rome.feed.rss
Classes in com.rometools.rome.feed.rss that implement Extendable Modifier and Type Class Description classChannelBean for RSS feeds.classItemBean for items of RSS feeds. -
Uses of Extendable in com.rometools.rome.feed.synd
Subinterfaces of Extendable in com.rometools.rome.feed.synd Modifier and Type Interface Description interfaceSyndEntryBean interface for entries of SyndFeedImpl feeds.interfaceSyndFeedBean interface for all types of feeds.interfaceSyndPersonBean interface for authors and contributors of SyndFeedImpl feeds and entries.Classes in com.rometools.rome.feed.synd that implement Extendable Modifier and Type Class Description classSyndEntryImplBean for entries of SyndFeedImpl feeds.classSyndFeedImplBean for all types of feeds.classSyndPersonImplBean for authors and contributors of SyndFeedImpl feeds and entries. -
Uses of Extendable in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl with parameters of type Extendable Modifier and Type Method Description protected List<org.jdom2.Element>BaseWireFeedParser. extractForeignMarkup(org.jdom2.Element e, Extendable ext, org.jdom2.Namespace namespace)
-