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, parseImage
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed
extractForeignMarkup, getAttribute, getAttributeValue, getStyleSheet, getType, parseFeedModules, parseItemModules, parsePersonModules
public RSS092Parser()
protected RSS092Parser(String type)
protected String getRSSVersion()
getRSSVersion
in class RSS091UserlandParser
protected WireFeed parseChannel(org.jdom2.Element rssRoot, Locale locale)
RSS091UserlandParser
parseChannel
in class RSS091UserlandParser
rssRoot
- the root element of the RSS document to parse.protected Item parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)
RSS091UserlandParser
parseItem
in class RSS091UserlandParser
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.jdom2.Element rssRoot, org.jdom2.Element eDesc)
parseItemDescription
in class RSS091UserlandParser
Copyright © 2021. All rights reserved.