|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sun.syndication.io.impl.RSS090Parser
com.sun.syndication.io.impl.RSS091Parser
| Constructor Summary | |
|
RSS091Parser()
|
protected |
RSS091Parser(java.lang.String type)
|
| Method Summary | |
protected org.jdom.Element |
getImage(org.jdom.Element rssRoot)
It looks for the 'image' elements under the 'channel' elemment. |
protected java.util.List |
getItems(org.jdom.Element rssRoot)
It looks for the 'item' elements under the 'channel' elemment. |
protected org.jdom.Namespace |
getRSSNamespace()
Returns the namespace used by RSS elements in document of the RSS version the parser supports. |
protected java.lang.String |
getRSSVersion()
|
protected org.jdom.Element |
getTextInput(org.jdom.Element rssRoot)
It looks for the 'textinput' elements under the 'channel' elemment. |
protected boolean |
isHourFormat24(org.jdom.Element rssRoot)
|
boolean |
isMyType(org.jdom.Document document)
Inspects an XML Document (JDOM) to check if it can parse it. |
protected AbstractFeed |
parseChannel(org.jdom.Element rssRoot)
Parses the root element of an RSS document into a Channel bean. |
protected Image |
parseImage(org.jdom.Element rssRoot)
Parses the root element of an RSS document looking for image information. |
protected Item |
parseItem(org.jdom.Element rssRoot,
org.jdom.Element eItem)
Parses an item element of an RSS document looking for item information. |
protected Description |
parseItemDescription(org.jdom.Element rssRoot,
org.jdom.Element eDesc)
|
| Methods inherited from class com.sun.syndication.io.impl.RSS090Parser |
getType, parse, parseItems, parseTextInput, validateFeed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RSS091Parser()
protected RSS091Parser(java.lang.String type)
| Method Detail |
public boolean isMyType(org.jdom.Document document)
FeedParserIt checks if the given document if the type of feeds the parser understands.
isMyType in interface FeedParserisMyType in class RSS090Parserprotected java.lang.String getRSSVersion()
protected org.jdom.Namespace getRSSNamespace()
RSS090ParserThis implementation returns the EMTPY namespace.
getRSSNamespace in class RSS090Parserprotected boolean isHourFormat24(org.jdom.Element rssRoot)
protected AbstractFeed parseChannel(org.jdom.Element rssRoot)
parseChannel in class RSS090ParserrssRoot - the root element of the RSS document to parse.
protected Image parseImage(org.jdom.Element rssRoot)
parseImage in class RSS090ParserrssRoot - the root element of the RSS document to parse for image information.
protected java.util.List getItems(org.jdom.Element rssRoot)
getItems in class RSS090Parserprotected org.jdom.Element getImage(org.jdom.Element rssRoot)
getImage in class RSS090Parserprotected org.jdom.Element getTextInput(org.jdom.Element rssRoot)
getTextInput in class RSS090Parser
protected Item parseItem(org.jdom.Element rssRoot,
org.jdom.Element eItem)
parseItem in class RSS090ParserrssRoot - the root element of the RSS document in case it's needed for context.eItem - the item element to parse.
protected Description parseItemDescription(org.jdom.Element rssRoot,
org.jdom.Element eDesc)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||