|
|||||||||||
前 次 | フレームあり フレームなし |
Channel を使用しているパッケージ | |
com.ozacc.blog.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.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)
|
com.ozacc.blog.rss.informa での Channel の使用 |
Channel を返す com.ozacc.blog.rss.informa のメソッド | |
Channel |
XmlInputStreamParserImpl.parseXmlInputStream(InputStream is)
|
Channel |
RSSParserImpl.parseRSS(URL rssUrl)
推奨されていません。 |
Channel |
RSSParserImpl.discoverAndParseRSS(URL targetPageUrl)
推奨されていません。 |
Channel |
RSSParserImpl.parseRSS(String rssUrl)
推奨されていません。 |
Channel |
RSSParserImpl.discoverAndParseRSS(String targetPageUrl)
推奨されていません。 |
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)
|
|
|||||||||||
前 次 | フレームあり フレームなし |