com.sun.syndication.io.impl
public class RSS20Parser extends RSS094Parser
Modifier | Constructor and Description |
---|---|
|
RSS20Parser() |
protected |
RSS20Parser(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
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) |
parseChannel, parseItem
parseCategories
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, parseImage
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed
extractForeignMarkup, getAttribute, getAttributeValue, getType, parseFeedModules, parseItemModules, parsePersonModules
public RSS20Parser()
protected RSS20Parser(java.lang.String type)
protected java.lang.String getRSSVersion()
getRSSVersion
in class RSS094Parser
protected 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 RSS094Parser
public boolean isMyType(org.jdom.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.