|
||||||||||
前 次 | フレームあり フレームなし |
Channel を使用しているパッケージ | |
---|---|
com.ozacc.blog.feed | RSS��ɽ��Channel ��Item ���饹�ȡ�RSS���! |
com.ozacc.blog.feed.impl | |
com.ozacc.blog.feed.support | |
com.ozacc.blog.feed.support.impl |
com.ozacc.blog.feed での Channel の使用 |
---|
Channel を返す com.ozacc.blog.feed のメソッド | |
---|---|
Channel |
FeedParser.discoverAndParseFeed(String targetPageUrl)
指定されたURLのWebページに埋め込まれたRSS URLを探し出し、 そのURLのフィード XMLを解析して、Channel インスタンスを生成します。 |
Channel |
FeedParser.discoverAndParseFeed(URL targetPageUrl)
指定されたURLのWebページに埋め込まれたフィード URLを探し出し、 そのURLのフィード XMLを解析して、Channel インスタンスを生成します。 |
Channel |
FeedParser.parseFeed(String feedUrl)
指定された URL のフィード XML を解析し、Channel インスタンスを生成します。 |
Channel |
FeedParser.parseFeed(String feedUrl,
String userName,
String password)
Basic認証でアクセス制限されているURLのフィード XMLを解析し、Channel インスタンスを生成します。 |
Channel |
FeedParser.parseFeed(URL feedUrl)
指定された URL のフィード XML を解析し、Channel インスタンスを生成します。 |
Channel |
FeedParser.parseFeed(URL feedUrl,
String userName,
String password)
Basic認証でアクセス制限されているURLのフィード XMLを解析し、Channel インスタンスを生成します。 |
Channel 型のパラメータを持つ 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 での Channel の使用 |
---|
Channel を実装している com.ozacc.blog.feed.impl のクラス | |
---|---|
class |
ChannelImpl
Informaに依存しないozacc-blogの独自実装を作ろうと奮闘中。 |
class |
ChannelWrapper
Channelインスタンスをラップし、getterで出力する際に文字列にXMLエスケープを施します。 |
Channel を返す com.ozacc.blog.feed.impl のメソッド | |
---|---|
Channel |
FeedParserImpl.discoverAndParseFeed(String targetPageUrl)
|
Channel |
FeedParserImpl.discoverAndParseFeed(URL targetPageUrl)
|
Channel |
FeedParserImpl.parseFeed(String url)
|
Channel |
FeedParserImpl.parseFeed(String url,
String userName,
String password)
|
Channel |
FeedParserImpl.parseFeed(URL rssUrl)
|
Channel |
FeedParserImpl.parseFeed(URL url,
String userName,
String password)
|
Channel 型のパラメータを持つ com.ozacc.blog.feed.impl のメソッド | |
---|---|
static String |
Atom_0_3_Builder.buildAtom(Channel c,
String charset)
|
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 に対応しています。 |
Channel 型のパラメータを持つ com.ozacc.blog.feed.impl のコンストラクタ | |
---|---|
ChannelWrapper(Channel channel)
|
com.ozacc.blog.feed.support での Channel の使用 |
---|
Channel を返す com.ozacc.blog.feed.support のメソッド | |
---|---|
Channel |
XmlInputStreamParser.parseXmlInputStream(InputStream is)
RSSのXMLデータを示すInputSreamをパースし、Channelインスタンスを生成して返します。 |
com.ozacc.blog.feed.support.impl での Channel の使用 |
---|
Channel を返す com.ozacc.blog.feed.support.impl のメソッド | |
---|---|
protected Channel |
RomeXmlInputSreamParserImpl.buildChannelFromSyndFeed(com.sun.syndication.feed.synd.SyndFeed feed)
|
Channel |
RomeXmlInputSreamParserImpl.parseXmlInputStream(InputStream is)
|
|
||||||||||
前 次 | フレームあり フレームなし |