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
- All Implemented Interfaces:
- com.sun.syndication.io.WireFeedParser
- Direct Known Subclasses:
- RSS093Parser
- public class RSS092Parser
- extends RSS091UserlandParser
| Fields inherited from class com.sun.syndication.io.impl.RSS090Parser |
|
| Methods inherited from class 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()
- Overrides:
getRSSVersion in class RSS091UserlandParser
parseChannel
protected com.sun.syndication.feed.WireFeed parseChannel(org.jdom.Element rssRoot)
- Description copied from class:
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.
- Overrides:
parseChannel in class RSS091UserlandParser
parseItem
protected com.sun.syndication.feed.rss.Item parseItem(org.jdom.Element rssRoot,
org.jdom.Element eItem)
- Description copied from class:
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.
- Overrides:
parseItem in class RSS091UserlandParser
parseCategories
protected java.util.List parseCategories(java.util.List eCats)
parseItemDescription
protected com.sun.syndication.feed.rss.Description parseItemDescription(org.jdom.Element rssRoot,
org.jdom.Element eDesc)
- Overrides:
parseItemDescription in class RSS091UserlandParser