クラス
com.ozacc.blog.feed.FeedFormat の使用

FeedFormat を使用しているパッケージ
com.ozacc.blog.feed RSS��ɽ��Channel��Item���饹�ȡ�RSS���! 
com.ozacc.blog.feed.impl   
 

com.ozacc.blog.feed での FeedFormat の使用
 

FeedFormat として宣言されている com.ozacc.blog.feed のフィールド
static FeedFormat FeedFormat.ATOM_0_3
          ATOM 0.3
static FeedFormat FeedFormat.RSS_1_0
          RSS 1.0
static FeedFormat FeedFormat.RSS_2_0
          RSS 2.0
 

FeedFormat 型のパラメータを持つ com.ozacc.blog.feed のメソッド
 org.jdom.Document FeedGenerator.convertIntoJDOMDocument(Channel channel, FeedFormat rssVersion)
          推奨されていません。  
 String FeedGenerator.convertIntoString(Channel channel, FeedFormat rssVersion)
          Channelを指定されたバージョンのRSS XMLの文字列に変換して返します。
 void FeedGenerator.write(Channel channel, File file, FeedFormat rssVersion)
          Channelを指定されたファイルに出力します。
 

com.ozacc.blog.feed.impl での FeedFormat の使用
 

FeedFormat 型のパラメータを持つ com.ozacc.blog.feed.impl のメソッド
 org.jdom.Document FeedGeneratorImpl.convertIntoJDOMDocument(Channel channel, FeedFormat rssVersion)
           
 String FeedGeneratorImpl.convertIntoString(Channel channel, FeedFormat rssVersion)
          RSS 1.0 と ATOM 0.3 に対応しています。
 void FeedGeneratorImpl.write(Channel channel, File file, FeedFormat rssVersion)
          RSS 1.0 と ATOM 0.3 に対応しています。
 



Copyright © 2004-2006 OZACC. All Rights Reserved.