Uses of Interface
com.sun.syndication.feed.module.Module

Packages that use Module
com.sun.syndication.feed   
com.sun.syndication.feed.atom   
com.sun.syndication.feed.module   
com.sun.syndication.feed.module.impl   
com.sun.syndication.feed.rss   
com.sun.syndication.feed.synd   
com.sun.syndication.io   
com.sun.syndication.io.impl   
 

Uses of Module in com.sun.syndication.feed
 

Methods in com.sun.syndication.feed that return Module
 Module WireFeed.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 

Uses of Module in com.sun.syndication.feed.atom
 

Methods in com.sun.syndication.feed.atom that return Module
 Module Feed.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 Module Entry.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 

Uses of Module in com.sun.syndication.feed.module
 

Subinterfaces of Module in com.sun.syndication.feed.module
 interface DCModule
          Dublin Core Module.
 interface SyModule
          Syndication ModuleImpl.
 

Classes in com.sun.syndication.feed.module that implement Module
 class DCModuleImpl
          Dublin Core ModuleImpl, default implementation.
 class ModuleImpl
          Base class for modules describing Metadata of feeds, default implementations.
 class SyModuleImpl
          Syndication ModuleImpl, default implementation.
 

Methods in com.sun.syndication.feed.module that return Module
 Module Extendable.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 

Uses of Module in com.sun.syndication.feed.module.impl
 

Methods in com.sun.syndication.feed.module.impl that return Module
static Module ModuleUtils.getModule(java.util.List modules, java.lang.String uri)
           
 

Uses of Module in com.sun.syndication.feed.rss
 

Methods in com.sun.syndication.feed.rss that return Module
 Module Item.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 Module Channel.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 

Uses of Module in com.sun.syndication.feed.synd
 

Methods in com.sun.syndication.feed.synd that return Module
 Module SyndFeedImpl.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 Module SyndFeed.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 Module SyndEntryImpl.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 Module SyndEntry.getModule(java.lang.String uri)
          Returns the module identified by a given URI.
 

Uses of Module in com.sun.syndication.io
 

Methods in com.sun.syndication.io that return Module
 Module ModuleParser.parse(Element element)
          Parses the XML node (JDOM element) extracting module information.
 

Methods in com.sun.syndication.io with parameters of type Module
 void ModuleGenerator.generate(Module module, Element element)
          Generates and injects module metadata into an XML node (JDOM element).
 

Uses of Module in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl that return Module
 Module SyModuleParser.parse(Element syndRoot)
           
 Module DCModuleParser.parse(Element dcRoot)
          Parse an element tree and return the module found in it.
 

Methods in com.sun.syndication.io.impl with parameters of type Module
 void SyModuleGenerator.generate(Module module, Element element)
           
 void DCModuleGenerator.generate(Module module, Element element)
          Populate an element tree with elements for a module.
 



Copyright © Sun Microsystems. All Rights Reserved.