Uses of Interface
com.rometools.rome.feed.module.Module
-
-
Uses of Module in com.rometools.rome.feed
Methods in com.rometools.rome.feed that return Module Modifier and Type Method Description ModuleWireFeed. getModule(String uri)Returns the module identified by a given URI.Methods in com.rometools.rome.feed that return types with arguments of type Module Modifier and Type Method Description List<Module>WireFeed. getModules()Returns the channel modules.Method parameters in com.rometools.rome.feed with type arguments of type Module Modifier and Type Method Description voidWireFeed. setModules(List<Module> modules)Sets the channel modules. -
Uses of Module in com.rometools.rome.feed.atom
Methods in com.rometools.rome.feed.atom that return Module Modifier and Type Method Description ModuleEntry. getModule(String uri)Returns the module identified by a given URI.ModuleFeed. getModule(String uri)Returns the module identified by a given URI.ModulePerson. getModule(String uri)Returns the module identified by a given URI.Methods in com.rometools.rome.feed.atom that return types with arguments of type Module Modifier and Type Method Description List<Module>Entry. getModules()Returns the entry modules.List<Module>Feed. getModules()Returns the feed modules.List<Module>Person. getModules()Returns the entry modules.Method parameters in com.rometools.rome.feed.atom with type arguments of type Module Modifier and Type Method Description voidEntry. setModules(List<Module> modules)Sets the entry modules.voidFeed. setModules(List<Module> modules)Sets the feed moduless.voidPerson. setModules(List<Module> modules)Sets the entry modules. -
Uses of Module in com.rometools.rome.feed.module
Subinterfaces of Module in com.rometools.rome.feed.module Modifier and Type Interface Description interfaceDCModuleDublin Core Module.interfaceSyModuleSyndication ModuleImpl.Classes in com.rometools.rome.feed.module that implement Module Modifier and Type Class Description classDCModuleImplDublin Core ModuleImpl, default implementation.classModuleImplBase class for modules describing Metadata of feeds, default implementations.classSyModuleImplSyndication ModuleImpl, default implementation.Methods in com.rometools.rome.feed.module that return Module Modifier and Type Method Description ModuleExtendable. getModule(String uri)Returns the module identified by a given URI.Methods in com.rometools.rome.feed.module that return types with arguments of type Module Modifier and Type Method Description Class<? extends Module>SyModuleImpl. getInterface()List<Module>Extendable. getModules()Returns the entry modules.Method parameters in com.rometools.rome.feed.module with type arguments of type Module Modifier and Type Method Description voidExtendable. setModules(List<Module> modules)Sets the entry modules. -
Uses of Module in com.rometools.rome.feed.module.impl
Methods in com.rometools.rome.feed.module.impl that return Module Modifier and Type Method Description static ModuleModuleUtils. getModule(List<Module> modules, String uri)Methods in com.rometools.rome.feed.module.impl that return types with arguments of type Module Modifier and Type Method Description static List<Module>ModuleUtils. cloneModules(List<Module> modules)Method parameters in com.rometools.rome.feed.module.impl with type arguments of type Module Modifier and Type Method Description static List<Module>ModuleUtils. cloneModules(List<Module> modules)static ModuleModuleUtils. getModule(List<Module> modules, String uri) -
Uses of Module in com.rometools.rome.feed.rss
Methods in com.rometools.rome.feed.rss that return Module Modifier and Type Method Description ModuleChannel. getModule(String uri)Returns the module identified by a given URI.ModuleItem. getModule(String uri)Returns the module identified by a given URI.Methods in com.rometools.rome.feed.rss that return types with arguments of type Module Modifier and Type Method Description List<Module>Channel. getModules()Returns the channel modules.List<Module>Item. getModules()Returns the item modules.Method parameters in com.rometools.rome.feed.rss with type arguments of type Module Modifier and Type Method Description voidChannel. setModules(List<Module> modules)Sets the channel modules.voidItem. setModules(List<Module> modules)Sets the item modules. -
Uses of Module in com.rometools.rome.feed.synd
Methods in com.rometools.rome.feed.synd that return Module Modifier and Type Method Description ModuleSyndEntry. getModule(String uri)Returns the module identified by a given URI.ModuleSyndEntryImpl. getModule(String uri)Returns the module identified by a given URI.ModuleSyndFeed. getModule(String uri)Returns the module identified by a given URI.ModuleSyndFeedImpl. getModule(String uri)Returns the module identified by a given URI.ModuleSyndPersonImpl. getModule(String uri)Returns the module identified by a given URI.Methods in com.rometools.rome.feed.synd that return types with arguments of type Module Modifier and Type Method Description List<Module>SyndEntry. getModules()Returns the entry modules.List<Module>SyndEntryImpl. getModules()Returns the entry modules.List<Module>SyndFeed. getModules()Returns the feed modules.List<Module>SyndFeedImpl. getModules()Returns the feed modules.List<Module>SyndPersonImpl. getModules()Returns the person modules.Method parameters in com.rometools.rome.feed.synd with type arguments of type Module Modifier and Type Method Description voidSyndEntry. setModules(List<Module> modules)Sets the entry modules.voidSyndEntryImpl. setModules(List<Module> modules)Sets the entry modules.voidSyndFeed. setModules(List<Module> modules)Sets the feed modules.voidSyndFeedImpl. setModules(List<Module> modules)Sets the feed modules.voidSyndPersonImpl. setModules(List<Module> modules)Sets the person modules. -
Uses of Module in com.rometools.rome.io
Methods in com.rometools.rome.io that return Module Modifier and Type Method Description ModuleModuleParser. parse(org.jdom2.Element element, Locale locale)Parses the XML node (JDOM element) extracting module information.Methods in com.rometools.rome.io with parameters of type Module Modifier and Type Method Description voidModuleGenerator. generate(Module module, org.jdom2.Element element)Generates and injects module metadata into an XML node (JDOM element). -
Uses of Module in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl that return Module Modifier and Type Method Description ModuleDCModuleParser. parse(org.jdom2.Element dcRoot, Locale locale)Parse an element tree and return the module found in it.ModuleSyModuleParser. parse(org.jdom2.Element syndRoot, Locale locale)Methods in com.rometools.rome.io.impl that return types with arguments of type Module Modifier and Type Method Description protected List<Module>BaseWireFeedParser. parseFeedModules(org.jdom2.Element feedElement, Locale locale)protected List<Module>BaseWireFeedParser. parseItemModules(org.jdom2.Element itemElement, Locale locale)List<Module>ModuleParsers. parseModules(org.jdom2.Element root, Locale locale)protected List<Module>BaseWireFeedParser. parsePersonModules(org.jdom2.Element itemElement, Locale locale)Methods in com.rometools.rome.io.impl with parameters of type Module Modifier and Type Method Description voidDCModuleGenerator. generate(Module module, org.jdom2.Element element)Populate an element tree with elements for a module.voidSyModuleGenerator. generate(Module module, org.jdom2.Element element)Method parameters in com.rometools.rome.io.impl with type arguments of type Module Modifier and Type Method Description protected voidBaseWireFeedGenerator. generateFeedModules(List<Module> modules, org.jdom2.Element feed)voidBaseWireFeedGenerator. generateItemModules(List<Module> modules, org.jdom2.Element item)voidModuleGenerators. generateModules(List<Module> modules, org.jdom2.Element element)voidBaseWireFeedGenerator. generatePersonModules(List<Module> modules, org.jdom2.Element person)
-