com.sun.syndication.io.impl
Class RSS10Generator
java.lang.Object
com.sun.syndication.io.impl.RSS090Generator
com.sun.syndication.io.impl.RSS10Generator
- All Implemented Interfaces:
- FeedGenerator
- public class RSS10Generator
- extends RSS090Generator
Feed Generator for RSS 1.0
- Author:
- Elaine Chien
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSS10Generator
public RSS10Generator()
RSS10Generator
protected RSS10Generator(java.lang.String feedType)
generateRootElement
protected org.jdom.Element generateRootElement(Channel channel)
throws FeedException
- Overrides:
generateRootElement
in class RSS090Generator
- Throws:
FeedException
generateChannelElement
protected org.jdom.Element generateChannelElement(Channel channel)
throws FeedException
- Overrides:
generateChannelElement
in class RSS090Generator
- Throws:
FeedException
generateImageElement
protected org.jdom.Element generateImageElement(Image image)
throws FeedException
- Overrides:
generateImageElement
in class RSS090Generator
- Throws:
FeedException
generateItemElement
protected org.jdom.Element generateItemElement(Item item)
throws FeedException
- Overrides:
generateItemElement
in class RSS090Generator
- Throws:
FeedException
generateTextInputElement
protected org.jdom.Element generateTextInputElement(TextInput textInput)
throws FeedException
- Overrides:
generateTextInputElement
in class RSS090Generator
- Throws:
FeedException
Copyright © 2004 Sun Microsystems. All Rights Reserved.