Uses of Class
com.sun.syndication.feed.atom.Generator

Packages that use Generator
com.sun.syndication.feed.atom   
com.sun.syndication.io.impl   
 

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

Fields in com.sun.syndication.feed.atom declared as Generator
private  Generator Feed._generator
           
 

Methods in com.sun.syndication.feed.atom that return Generator
 Generator Feed.getGenerator()
          Returns the feed generator.
 

Methods in com.sun.syndication.feed.atom with parameters of type Generator
 void Feed.setGenerator(Generator generator)
          Sets the feed generator.
 

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

Methods in com.sun.syndication.io.impl with parameters of type Generator
protected  Element Atom10Generator.generateGeneratorElement(Generator generator)
           
protected  Element Atom03Generator.generateGeneratorElement(Generator generator)
           
 



Copyright © Sun Microsystems. All Rights Reserved.