Uses of Interface
com.rometools.rome.io.WireFeedGenerator
-
Packages that use WireFeedGenerator Package Description com.rometools.rome.io com.rometools.rome.io.impl -
-
Uses of WireFeedGenerator in com.rometools.rome.io
Methods in com.rometools.rome.io with parameters of type WireFeedGenerator Modifier and Type Method Description voidDelegatingModuleGenerator. setFeedGenerator(WireFeedGenerator feedGenerator)Provides a parent wirefeed reference to this ModuleParser, or "plugin-in". -
Uses of WireFeedGenerator in com.rometools.rome.io.impl
Classes in com.rometools.rome.io.impl that implement WireFeedGenerator Modifier and Type Class Description classAtom03GeneratorFeed Generator for AtomclassAtom10GeneratorFeed Generator for AtomclassBaseWireFeedGeneratorclassRSS090GeneratorFeed Generator for RSS 0.90classRSS091NetscapeGeneratorFeed Generator for RSS 0.91classRSS091UserlandGeneratorFeed Generator for RSS 0.91classRSS092GeneratorFeed Generator for RSS 0.92classRSS093GeneratorFeed Generator for RSS 0.93classRSS094GeneratorFeed Generator for RSS 0.94classRSS10GeneratorFeed Generator for RSS 1.0classRSS20GeneratorFeed Generator for RSS 2.0Methods in com.rometools.rome.io.impl that return WireFeedGenerator Modifier and Type Method Description WireFeedGeneratorFeedGenerators. getGenerator(String feedType)Methods in com.rometools.rome.io.impl with parameters of type WireFeedGenerator Modifier and Type Method Description protected StringFeedGenerators. getKey(WireFeedGenerator obj)Constructors in com.rometools.rome.io.impl with parameters of type WireFeedGenerator Constructor Description PluginManager(String propertyKey, WireFeedParser parentParser, WireFeedGenerator parentGenerator)
-