インタフェース
com.ozacc.blog.rss.Channel の使用

Channel を使用しているパッケージ
com.ozacc.blog.rss RSSを表すChannelItemクラスと、RSS取得、生成インターフェースを提供します。 
com.ozacc.blog.rss.impl   
com.ozacc.blog.rss.informa   
com.ozacc.blog.rss.support   
com.ozacc.blog.rss.support.impl   
 

com.ozacc.blog.rss での Channel の使用
 

Channel を返す com.ozacc.blog.rss のメソッド
 Channel RSSParser.parseRSS(URL rssUrl)
          指定されたURLのRSS XMLを解析し、Channelオブジェクトを取得します。
 Channel RSSParser.parseRSS(String rssUrl)
          指定されたURLのRSS XMLを解析し、Channelオブジェクトを取得します。
 Channel RSSParser.parseRSS(URL rssUrl, String userName, String password)
          Basic認証でアクセス制限されているURLのRSS XMLを解析し、Channelオブジェクトを取得します。
 Channel RSSParser.parseRSS(String rssUrl, String userName, String password)
          Basic認証でアクセス制限されているURLのRSS XMLを解析し、Channelオブジェクトを取得します。
 Channel RSSParser.discoverAndParseRSS(URL targetPageUrl)
          指定されたURLのWebページに埋め込まれたRSS URLを探し出し、 そのURLのRSS XMLを解析して、Channelオブジェクトを取得します。
 Channel RSSParser.discoverAndParseRSS(String targetPageUrl)
          指定されたURLのWebページに埋め込まれたRSS URLを探し出し、 そのURLのRSS XMLを解析して、Channelオブジェクトを取得します。
 Channel RSSGenerator.newChannel()
          新しいChannelインスタンスを生成します。
 

Channel 型のパラメータを持つ com.ozacc.blog.rss のメソッド
 void RSSGenerator.write(Channel channel, File file, RSSVersion rssVersion)
          Channelを指定されたファイルに出力します。
 org.jdom.Document RSSGenerator.convertIntoJDOMDocument(Channel channel, RSSVersion rssVersion)
          ChannelをJDOM Documentに変換します。
 

com.ozacc.blog.rss.impl での Channel の使用
 

Channel を実装している com.ozacc.blog.rss.impl のクラス
 class ChannelAdapter
          Informaに依存しないozacc-blogの独自実装を作ろうと奮闘中。
 

Channel を返す com.ozacc.blog.rss.impl のメソッド
 Channel RSSParserImpl.parseRSS(URL rssUrl)
           
 Channel RSSParserImpl.parseRSS(String url)
           
 Channel RSSParserImpl.discoverAndParseRSS(URL targetPageUrl)
           
 Channel RSSParserImpl.discoverAndParseRSS(String targetPageUrl)
           
 Channel RSSParserImpl.parseRSS(String url, String userName, String password)
           
 Channel RSSParserImpl.parseRSS(URL url, String userName, String password)
           
 

com.ozacc.blog.rss.informa での Channel の使用
 

Channel を返す com.ozacc.blog.rss.informa のメソッド
 Channel XmlInputStreamParserImpl.parseXmlInputStream(InputStream is)
           
 Channel RSSGeneratorImpl.newChannel()
           
 

Channel 型のパラメータを持つ com.ozacc.blog.rss.informa のメソッド
 void RSSGeneratorImpl.write(Channel channel, File file, RSSVersion rssVersion)
          RSS 1.0とRSS 2.0の書き出しをサポートしています。
 org.jdom.Document RSSGeneratorImpl.convertIntoJDOMDocument(Channel channel, RSSVersion rssVersion)
           
 

com.ozacc.blog.rss.support での Channel の使用
 

Channel を返す com.ozacc.blog.rss.support のメソッド
 Channel XmlInputStreamParser.parseXmlInputStream(InputStream is)
          RSSのXMLデータを示すInputSreamをパースし、Channelインスタンスを生成して返します。
 

com.ozacc.blog.rss.support.impl での Channel の使用
 

Channel を返す com.ozacc.blog.rss.support.impl のメソッド
 Channel DOMXmlInputStreamParserImpl.parseXmlInputStream(InputStream is)
           
 



Copyright © 2004 OZACC. All Rights Reserved.