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) |
parseCategoriesgetImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, parseImagegetContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeedextractForeignMarkup, getAttribute, getAttributeValue, getType, parseFeedModules, parseItemModules, parsePersonModulespublic RSS094Parser()
protected RSS094Parser(java.lang.String type)
protected java.lang.String getRSSVersion()
getRSSVersion in class RSS093Parserprotected WireFeed parseChannel(org.jdom.Element rssRoot)
RSS091UserlandParserparseChannel in class RSS092ParserrssRoot - the root element of the RSS document to parse.public Item parseItem(org.jdom.Element rssRoot, org.jdom.Element eItem)
RSS091UserlandParserparseItem in class RSS093ParserrssRoot - 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