|
||||||||||
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
public class RSS093Parser
Constructor Summary | |
---|---|
|
RSS093Parser()
|
protected |
RSS093Parser(java.lang.String type)
|
Method Summary | |
---|---|
protected java.lang.String |
getRSSVersion()
|
protected Item |
parseItem(Element rssRoot,
Element eItem)
Parses an item element of an RSS document looking for item information. |
Methods inherited from class com.sun.syndication.io.impl.RSS092Parser |
---|
parseCategories, parseChannel, parseItemDescription |
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 |
---|
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 RSS093Parser()
protected RSS093Parser(java.lang.String type)
Method Detail |
---|
protected java.lang.String getRSSVersion()
getRSSVersion
in class RSS092Parser
protected Item parseItem(Element rssRoot, Element eItem)
RSS091UserlandParser
parseItem
in class RSS092Parser
rssRoot
- the root element of the RSS document in case it's needed for context.eItem
- the item element to parse.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |