com.sun.syndication.io.impl
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, parseImage
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed
extractForeignMarkup, getAttribute, getAttributeValue, getType, parseFeedModules, parseItemModules, parsePersonModules
public RSS092Parser()
protected RSS092Parser(java.lang.String type)
protected java.lang.String getRSSVersion()
getRSSVersion
in class RSS091UserlandParser
protected WireFeed parseChannel(org.jdom.Element rssRoot)
RSS091UserlandParser
parseChannel
in class RSS091UserlandParser
rssRoot
- the root element of the RSS document to parse.protected Item parseItem(org.jdom.Element rssRoot, org.jdom.Element eItem)
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 java.util.List parseCategories(java.util.List eCats)
protected Description parseItemDescription(org.jdom.Element rssRoot, org.jdom.Element eDesc)
parseItemDescription
in class RSS091UserlandParser