|
|||||||||
| 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 RSS20Parser

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
com.sun.syndication.io.impl.RSS20Parser
- All Implemented Interfaces:
- com.sun.syndication.io.WireFeedParser
- Direct Known Subclasses:
- RSS20wNSParser
- public class RSS20Parser
- extends RSS094Parser
| Field Summary |
| Fields inherited from class com.sun.syndication.io.impl.RSS090Parser |
|
| Fields inherited from class com.sun.syndication.io.impl.BaseWireFeedParser |
|
| Constructor Summary | |
|
RSS20Parser()
|
protected |
RSS20Parser(java.lang.String type)
|
| Method Summary | |
protected java.lang.String |
getRSSVersion()
|
protected boolean |
isHourFormat24(org.jdom.Element rssRoot)
To be overriden by RSS 0.91 Netscape and RSS 0.94 |
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.RSS094Parser |
parseChannel, parseItem |
| 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, 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 |
RSS20Parser
public RSS20Parser()
RSS20Parser
protected RSS20Parser(java.lang.String type)
| Method Detail |
getRSSVersion
protected java.lang.String getRSSVersion()
- Overrides:
getRSSVersionin classRSS094Parser
isHourFormat24
protected boolean isHourFormat24(org.jdom.Element rssRoot)
- Description copied from class:
RSS091UserlandParser - To be overriden by RSS 0.91 Netscape and RSS 0.94
- Overrides:
isHourFormat24in classRSS091UserlandParser
parseItemDescription
protected com.sun.syndication.feed.rss.Description parseItemDescription(org.jdom.Element rssRoot, org.jdom.Element eDesc)
- Overrides:
parseItemDescriptionin classRSS094Parser
|
|||||||||
| 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