public class RSS092Parser extends RSS091UserlandParser
| Modifier | Constructor and Description |
|---|---|
|
RSS092Parser() |
protected |
RSS092Parser(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getRSSVersion() |
protected java.util.List |
parseCategories(java.util.List eCats) |
protected WireFeed |
parseChannel(org.jdom.Element rssRoot)
Parses the root element of an RSS document into a Channel bean.
|
protected 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) |
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, parseImagegetContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeedextractForeignMarkup, getAttribute, getAttributeValue, getType, parseFeedModules, parseItemModules, parsePersonModulespublic RSS092Parser()
protected RSS092Parser(java.lang.String type)
protected java.lang.String getRSSVersion()
getRSSVersion in class RSS091UserlandParserprotected WireFeed parseChannel(org.jdom.Element rssRoot)
RSS091UserlandParserparseChannel in class RSS091UserlandParserrssRoot - the root element of the RSS document to parse.protected Item parseItem(org.jdom.Element rssRoot, org.jdom.Element eItem)
RSS091UserlandParserparseItem in class RSS091UserlandParserrssRoot - the root element of the RSS document in case it's needed for context.eItem - the item element to parse.protected java.util.List parseCategories(java.util.List eCats)
protected Description parseItemDescription(org.jdom.Element rssRoot, org.jdom.Element eDesc)
parseItemDescription in class RSS091UserlandParser