|
||||||||||
前 次 | フレームあり フレームなし |
ParseException を使用しているパッケージ | |
---|---|
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 での ParseException の使用 |
---|
com.ozacc.blog.feed での ParseException のサブクラス | |
---|---|
class |
ParseTimeoutException
フィードの取得や解析の際、タイムアウトした場合にスローされる例外。 |
ParseException をスローする 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 インスタンスを生成します。 |
URL[] |
FeedAutoDiscovery.discoverFeedUrls(String targetPageUrl)
指定されたURLのページに埋め込まれたRSSのURLを自動的に検出します。 |
URL[] |
FeedAutoDiscovery.discoverFeedUrls(URL targetPageUrl)
指定されたURLのページに埋め込まれたRSSのURLを自動的に検出します。 |
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 インスタンスを生成します。 |
com.ozacc.blog.feed.impl での ParseException の使用 |
---|
ParseException をスローする com.ozacc.blog.feed.impl のメソッド | |
---|---|
Channel |
FeedParserImpl.discoverAndParseFeed(String targetPageUrl)
|
Channel |
FeedParserImpl.discoverAndParseFeed(URL targetPageUrl)
|
URL[] |
FeedAutoDiscoveryImpl.discoverFeedUrls(String url)
|
URL[] |
FeedAutoDiscoveryImpl.discoverFeedUrls(URL url)
|
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)
|
com.ozacc.blog.feed.support での ParseException の使用 |
---|
ParseException をスローする com.ozacc.blog.feed.support のメソッド | |
---|---|
Channel |
XmlInputStreamParser.parseXmlInputStream(InputStream is)
RSSのXMLデータを示すInputSreamをパースし、Channelインスタンスを生成して返します。 |
com.ozacc.blog.feed.support.impl での ParseException の使用 |
---|
ParseException をスローする com.ozacc.blog.feed.support.impl のメソッド | |
---|---|
Channel |
RomeXmlInputSreamParserImpl.parseXmlInputStream(InputStream is)
|
|
||||||||||
前 次 | フレームあり フレームなし |