public class RSS092Parser extends RSS091UserlandParser
| Modifier | Constructor and Description |
|---|---|
|
RSS092Parser() |
protected |
RSS092Parser(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getRSSVersion() |
protected List<Category> |
parseCategories(List<org.jdom2.Element> eCats) |
protected WireFeed |
parseChannel(org.jdom2.Element rssRoot,
Locale locale)
Parses the root element of an RSS document into a Channel bean.
|
protected Item |
parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
Locale locale)
Parses an item element of an RSS document looking for item information.
|
protected Description |
parseItemDescription(org.jdom2.Element rssRoot,
org.jdom2.Element eDesc) |
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, parseImagegetContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeedextractForeignMarkup, getAttribute, getAttributeValue, getStyleSheet, getType, parseFeedModules, parseItemModules, parsePersonModulespublic RSS092Parser()
protected RSS092Parser(String type)
protected String getRSSVersion()
getRSSVersion in class RSS091UserlandParserprotected WireFeed parseChannel(org.jdom2.Element rssRoot, Locale locale)
RSS091UserlandParserparseChannel in class RSS091UserlandParserrssRoot - the root element of the RSS document to parse.protected Item parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)
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 Description parseItemDescription(org.jdom2.Element rssRoot, org.jdom2.Element eDesc)
parseItemDescription in class RSS091UserlandParserCopyright © 2015. All Rights Reserved.