com.sun.syndication.io.impl
クラス RSS092Parser
java.lang.Object
com.sun.syndication.io.impl.BaseWireFeedParser
com.sun.syndication.io.impl.RSS090Parser
com.sun.syndication.io.impl.RSS091UserlandParser
com.sun.syndication.io.impl.RSS092Parser
- すべての実装されたインタフェース:
- WireFeedParser
- 直系の既知のサブクラス:
- RSS093Parser
public class RSS092Parser
- extends RSS091UserlandParser
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSS092Parser
public RSS092Parser()
RSS092Parser
protected RSS092Parser(java.lang.String type)
getRSSVersion
protected java.lang.String getRSSVersion()
- オーバーライド:
- クラス
RSS091UserlandParser 内の getRSSVersion
parseChannel
protected WireFeed parseChannel(Element rssRoot)
- クラス
RSS091UserlandParser の記述:
- Parses the root element of an RSS document into a Channel bean.
It first invokes super.parseChannel and then parses and injects the following
properties if present: language, pubDate, rating and copyright.
- オーバーライド:
- クラス
RSS091UserlandParser 内の parseChannel
- パラメータ:
rssRoot - the root element of the RSS document to parse.
- 戻り値:
- the parsed Channel bean.
parseItem
protected Item parseItem(Element rssRoot,
Element eItem)
- クラス
RSS091UserlandParser の記述:
- Parses an item element of an RSS document looking for item information.
It first invokes super.parseItem and then parses and injects the description property if present.
- オーバーライド:
- クラス
RSS091UserlandParser 内の parseItem
- パラメータ:
rssRoot - the root element of the RSS document in case it's needed for context.eItem - the item element to parse.
- 戻り値:
- the parsed RSSItem bean.
parseCategories
protected java.util.List parseCategories(java.util.List eCats)
parseItemDescription
protected Description parseItemDescription(Element rssRoot,
Element eDesc)
- オーバーライド:
- クラス
RSS091UserlandParser 内の parseItemDescription