public class RSS094Parser extends RSS093Parser
Modifier | Constructor and Description |
---|---|
|
RSS094Parser() |
protected |
RSS094Parser(String type) |
Modifier and Type | Method and Description |
---|---|
protected String |
getRSSVersion() |
protected WireFeed |
parseChannel(org.jdom2.Element rssRoot,
Locale locale)
Parses the root element of an RSS document into a Channel bean.
|
Item |
parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
Locale locale)
Parses an item element of an RSS document looking for item information.
|
parseCategories, parseItemDescription
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, parseImage
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed
extractForeignMarkup, getAttribute, getAttributeValue, getStyleSheet, getType, parseFeedModules, parseItemModules, parsePersonModules
public RSS094Parser()
protected RSS094Parser(String type)
protected String getRSSVersion()
getRSSVersion
in class RSS093Parser
protected WireFeed parseChannel(org.jdom2.Element rssRoot, Locale locale)
RSS091UserlandParser
parseChannel
in class RSS092Parser
rssRoot
- the root element of the RSS document to parse.public Item parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)
RSS091UserlandParser
parseItem
in class RSS093Parser
rssRoot
- the root element of the RSS document in case it's needed for context.eItem
- the item element to parse.Copyright © 2023. All rights reserved.