|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
public class RSS20Parser
| 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 |
boolean |
isMyType(org.jdom.Document document)
Inspects an XML Document (JDOM) to check if it can parse it. |
protected 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, parseImage |
| Methods inherited from class com.sun.syndication.io.impl.RSS090Parser |
|---|
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed |
| Methods inherited from class com.sun.syndication.io.impl.BaseWireFeedParser |
|---|
extractForeignMarkup, getType, parseFeedModules, parseItemModules |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSS20Parser()
protected RSS20Parser(java.lang.String type)
| Method Detail |
|---|
protected java.lang.String getRSSVersion()
getRSSVersion in class RSS094Parserprotected boolean isHourFormat24(org.jdom.Element rssRoot)
RSS091UserlandParser
isHourFormat24 in class RSS091UserlandParser
protected Description parseItemDescription(org.jdom.Element rssRoot,
org.jdom.Element eDesc)
parseItemDescription in class RSS094Parserpublic boolean isMyType(org.jdom.Document document)
WireFeedParserIt checks if the given document if the type of feeds the parser understands.
isMyType in interface WireFeedParserisMyType in class RSS091UserlandParserdocument - XML Document (JDOM) to check if it can be parsed by this parser.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||