com.sun.syndication.io.impl

Class RSS10Generator

public class RSS10Generator extends RSS090Generator

Feed Generator for RSS 1.0

Author: Elaine Chien

Field Summary
static NamespaceRSS_NS
static StringRSS_URI
Constructor Summary
RSS10Generator()
protected RSS10Generator(String feedType)
Method Summary
protected voidcheckChannelConstraints(Element eChannel)
protected voidcheckImageConstraints(Element eImage)
protected voidcheckItemConstraints(Element eItem)
protected voidcheckItemsConstraints(Element parent)
protected voidcheckTextInputConstraints(Element eTextInput)
protected NamespacegetFeedNamespace()
protected voidpopulateChannel(Channel channel, Element eChannel)
protected voidpopulateItem(Item item, Element eItem, int index)

Field Detail

RSS_NS

private static final Namespace RSS_NS

RSS_URI

private static final String RSS_URI

Constructor Detail

RSS10Generator

public RSS10Generator()

RSS10Generator

protected RSS10Generator(String feedType)

Method Detail

checkChannelConstraints

protected void checkChannelConstraints(Element eChannel)

checkImageConstraints

protected void checkImageConstraints(Element eImage)

checkItemConstraints

protected void checkItemConstraints(Element eItem)

checkItemsConstraints

protected void checkItemsConstraints(Element parent)

checkTextInputConstraints

protected void checkTextInputConstraints(Element eTextInput)

getFeedNamespace

protected Namespace getFeedNamespace()

populateChannel

protected void populateChannel(Channel channel, Element eChannel)

populateItem

protected void populateItem(Item item, Element eItem, int index)
Copyright © Sun Microsystems. All Rights Reserved.