Uses of Class
com.sun.syndication.feed.module.mediarss.types.Metadata

Packages that use Metadata
com.sun.syndication.feed.module.mediarss This module supports Yahoo! MediaRSS elements for ROME feeds. 
com.sun.syndication.feed.module.mediarss.io This package contains parsers and generators for the module as well as a specia feed parser for Yahoo's custom RSS2 namespace. 
com.sun.syndication.feed.module.mediarss.types This package contains datatypes for working with MediaRSS. 
 

Uses of Metadata in com.sun.syndication.feed.module.mediarss
 

Methods in com.sun.syndication.feed.module.mediarss that return Metadata
 Metadata MediaModuleImpl.getMetadata()
          Metadata for a feed.
 Metadata MediaModule.getMetadata()
          Returns Metadata associated with the feed.
 

Methods in com.sun.syndication.feed.module.mediarss with parameters of type Metadata
 void MediaModuleImpl.setMetadata(Metadata metadata)
          Metadata for a feed.
 

Uses of Metadata in com.sun.syndication.feed.module.mediarss.io
 

Methods in com.sun.syndication.feed.module.mediarss.io with parameters of type Metadata
 void MediaModuleGenerator.generateMetadata(Metadata m, org.jdom.Element e)
           
 

Uses of Metadata in com.sun.syndication.feed.module.mediarss.types
 

Methods in com.sun.syndication.feed.module.mediarss.types that return Metadata
 Metadata MediaGroup.getMetadata()
          Metadata for the group
 Metadata MediaContent.getMetadata()
          The metadata for the item
 

Methods in com.sun.syndication.feed.module.mediarss.types with parameters of type Metadata
 void MediaGroup.setMetadata(Metadata metadata)
          Metadata for the group
 void MediaContent.setMetadata(Metadata metadata)
          The metadata for the item
 

Constructors in com.sun.syndication.feed.module.mediarss.types with parameters of type Metadata
MediaGroup(MediaContent[] contents, java.lang.Integer defaultContentIndex, Metadata metadata)
          Creates a new instance of MediaGroup
 



Copyright © 2006-2009. All Rights Reserved.