|
|||||||||||
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.RSS10Parser
Constructor Summary | |
|
RSS10Parser()
|
protected |
RSS10Parser(java.lang.String type)
|
Method Summary | |
protected org.jdom.Namespace |
getRSSNamespace()
Returns the namespace used by RSS elements in document of the RSS 1.0 |
boolean |
isMyType(org.jdom.Document document)
Indicates if a JDom document is an RSS instance that can be parsed with the parser. |
protected AbstractFeed |
parseChannel(org.jdom.Element rssRoot)
Parses the root element of an RSS document into a Channel bean. |
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 |
getImage, getItems, getTextInput, getType, parse, parseImage, parseItems, parseTextInput, validateFeed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RSS10Parser()
protected RSS10Parser(java.lang.String type)
Method Detail |
public boolean isMyType(org.jdom.Document document)
isMyType
in interface FeedParser
isMyType
in class RSS090Parser
document
- document to check if it can be parsed with this parser implementation.
protected org.jdom.Namespace getRSSNamespace()
getRSSNamespace
in class RSS090Parser
protected AbstractFeed parseChannel(org.jdom.Element rssRoot)
RSS090Parser
parseChannel
in class RSS090Parser
rssRoot
- the root element of the RSS document to parse.
protected Item parseItem(org.jdom.Element rssRoot, org.jdom.Element eItem)
parseItem
in class RSS090Parser
rssRoot
- 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 |