|
||||||||||
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(Element rssRoot)
To be overriden by RSS 0.91 Netscape and RSS 0.94 |
boolean |
isMyType(Document document)
Inspects an XML Document (JDOM) to check if it can parse it. |
protected Description |
parseItemDescription(Element rssRoot,
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 RSS094Parser
protected boolean isHourFormat24(Element rssRoot)
RSS091UserlandParser
isHourFormat24
in class RSS091UserlandParser
protected Description parseItemDescription(Element rssRoot, Element eDesc)
parseItemDescription
in class RSS094Parser
public boolean isMyType(Document document)
WireFeedParser
It checks if the given document if the type of feeds the parser understands.
isMyType
in interface WireFeedParser
isMyType
in class RSS091UserlandParser
document
- 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 |