com.sun.syndication.io.impl
クラス RSS092Generator
java.lang.Object
com.sun.syndication.io.impl.BaseWireFeedGenerator
com.sun.syndication.io.impl.RSS090Generator
com.sun.syndication.io.impl.RSS091UserlandGenerator
com.sun.syndication.io.impl.RSS092Generator
- すべての実装されたインタフェース:
- WireFeedGenerator
- 直系の既知のサブクラス:
- RSS093Generator
public class RSS092Generator
- extends RSS091UserlandGenerator
Feed Generator for RSS 0.92
| クラス com.sun.syndication.io.impl.RSS090Generator から継承されたメソッド |
addImage, addItem, addItems, addTextInput, checkLength, checkNotNullAndLength, generate, generateSimpleElement, getContentNamespace, getRDFNamespace, getTextInputLabel, populateTextInput |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSS092Generator
public RSS092Generator()
RSS092Generator
protected RSS092Generator(java.lang.String type,
java.lang.String version)
populateChannel
protected void populateChannel(Channel channel,
Element eChannel)
- クラス
RSS090Generator の記述:
- Populates the given channel with parsed data from the ROME element that holds the
channel data.
- オーバーライド:
- クラス
RSS091UserlandGenerator 内の populateChannel
- パラメータ:
channel - the channel into which parsed data will be added.eChannel - the XML element that holds the data for the channel.
generateCloud
protected Element generateCloud(Cloud cloud)
getNumberOfEnclosures
protected int getNumberOfEnclosures(java.util.List enclosures)
populateItem
protected void populateItem(Item item,
Element eItem,
int index)
- オーバーライド:
- クラス
RSS091UserlandGenerator 内の populateItem
generateSourceElement
protected Element generateSourceElement(Source source)
generateEnclosure
protected Element generateEnclosure(Enclosure enclosure)
generateCategoryElement
protected Element generateCategoryElement(Category category)
checkChannelConstraints
protected void checkChannelConstraints(Element eChannel)
throws FeedException
- オーバーライド:
- クラス
RSS091UserlandGenerator 内の checkChannelConstraints
- 例外:
FeedException
checkImageConstraints
protected void checkImageConstraints(Element eImage)
throws FeedException
- オーバーライド:
- クラス
RSS091UserlandGenerator 内の checkImageConstraints
- 例外:
FeedException
checkTextInputConstraints
protected void checkTextInputConstraints(Element eTextInput)
throws FeedException
- オーバーライド:
- クラス
RSS091UserlandGenerator 内の checkTextInputConstraints
- 例外:
FeedException
checkItemsConstraints
protected void checkItemsConstraints(Element parent)
throws FeedException
- オーバーライド:
- クラス
RSS090Generator 内の checkItemsConstraints
- 例外:
FeedException
checkItemConstraints
protected void checkItemConstraints(Element eItem)
throws FeedException
- オーバーライド:
- クラス
RSS091UserlandGenerator 内の checkItemConstraints
- 例外:
FeedException