|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface FeedGenerator
フィードの出力インターフェース。
メソッドの概要 | |
---|---|
org.jdom.Document |
convertIntoJDOMDocument(Channel channel,
FeedFormat rssVersion)
推奨されていません。 |
String |
convertIntoString(Channel channel,
FeedFormat rssVersion)
Channelを指定されたバージョンのRSS XMLの文字列に変換して返します。 |
void |
write(Channel channel,
File file,
FeedFormat rssVersion)
Channelを指定されたファイルに出力します。 |
メソッドの詳細 |
---|
void write(Channel channel, File file, FeedFormat rssVersion) throws IOException
channel
- 出力するChannelfile
- 出力先ファイルrssVersion
- 出力されるRSSフォーマットのバージョン
IOException
- ファイルの書き出しに失敗した場合String convertIntoString(Channel channel, FeedFormat rssVersion)
channel
- XML文字列として出力するChannelrssVersion
- 出力されるRSSフォーマットのバージョン
org.jdom.Document convertIntoJDOMDocument(Channel channel, FeedFormat rssVersion)
channel
- 変換元のChannelrssVersion
- RSSフォーマットのバージョン
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |