public class RSS094Parser extends RSS093Parser
Modifier | Constructor and Description |
---|---|
|
RSS094Parser() |
protected |
RSS094Parser(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getRSSVersion() |
protected WireFeed |
parseChannel(org.jdom.Element rssRoot)
Parses the root element of an RSS document into a Channel bean.
|
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) |
parseCategories
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, parseImage
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed
extractForeignMarkup, getAttribute, getAttributeValue, getType, parseFeedModules, parseItemModules, parsePersonModules
public RSS094Parser()
protected RSS094Parser(java.lang.String type)
protected java.lang.String getRSSVersion()
getRSSVersion
in class RSS093Parser
protected WireFeed parseChannel(org.jdom.Element rssRoot)
RSS091UserlandParser
parseChannel
in class RSS092Parser
rssRoot
- the root element of the RSS document to parse.public Item parseItem(org.jdom.Element rssRoot, org.jdom.Element eItem)
RSS091UserlandParser
parseItem
in class RSS093Parser
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)
parseItemDescription
in class RSS092Parser