|
|||||||||
| Home >> All >> com >> sun >> syndication >> io >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.io.impl
Class RSS094Parser

java.lang.Objectcom.sun.syndication.io.impl.BaseWireFeedParser
com.sun.syndication.io.impl.RSS090Parser
com.sun.syndication.io.impl.RSS091UserlandParser
com.sun.syndication.io.impl.RSS092Parser
com.sun.syndication.io.impl.RSS093Parser
com.sun.syndication.io.impl.RSS094Parser
- All Implemented Interfaces:
- com.sun.syndication.io.WireFeedParser
- Direct Known Subclasses:
- RSS20Parser
- public class RSS094Parser
- extends RSS093Parser
| Field Summary |
| Fields inherited from class com.sun.syndication.io.impl.RSS090Parser |
|
| Fields inherited from class com.sun.syndication.io.impl.BaseWireFeedParser |
|
| Constructor Summary | |
|
RSS094Parser()
|
protected |
RSS094Parser(java.lang.String type)
|
| Method Summary | |
protected java.lang.String |
getRSSVersion()
|
protected com.sun.syndication.feed.WireFeed |
parseChannel(org.jdom.Element rssRoot)
Parses the root element of an RSS document into a Channel bean. |
protected com.sun.syndication.feed.rss.Item |
parseItem(org.jdom.Element rssRoot,
org.jdom.Element eItem)
Parses an item element of an RSS document looking for item information. |
protected com.sun.syndication.feed.rss.Description |
parseItemDescription(org.jdom.Element rssRoot,
org.jdom.Element eDesc)
|
| Methods inherited from class com.sun.syndication.io.impl.RSS092Parser |
parseCategories |
| Methods inherited from class com.sun.syndication.io.impl.RSS091UserlandParser |
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, parseImage |
| Methods inherited from class com.sun.syndication.io.impl.RSS090Parser |
getRDFNamespace, parse, parseItems, parseTextInput, validateFeed |
| Methods inherited from class com.sun.syndication.io.impl.BaseWireFeedParser |
getType, parseFeedModules, parseItemModules |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
RSS094Parser
public RSS094Parser()
RSS094Parser
protected RSS094Parser(java.lang.String type)
| Method Detail |
getRSSVersion
protected java.lang.String getRSSVersion()
- Overrides:
getRSSVersionin classRSS093Parser
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:
parseChannelin classRSS092Parser
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:
parseItemin classRSS093Parser
parseItemDescription
protected com.sun.syndication.feed.rss.Description parseItemDescription(org.jdom.Element rssRoot, org.jdom.Element eDesc)
- Overrides:
parseItemDescriptionin classRSS092Parser
|
|||||||||
| Home >> All >> com >> sun >> syndication >> io >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC