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

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

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

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

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

Subinterfaces of ModuleI in com.sun.syndication.feed.module
 interface DCModuleI
          Dublin Core Module.
 interface SyModuleI
          Syndication Module.
 

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

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

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

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

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

Uses of ModuleI in com.sun.syndication.io
 

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

Methods in com.sun.syndication.io with parameters of type ModuleI
 void ModuleGenerator.generate(ModuleI module, org.jdom.Element element)
          Generates and injectts module metadata in a XML node (JDOM element).
 



Copyright © 2004 Sun Microsystems. All Rights Reserved.