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, parseItemDescriptiongetImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, parseImagegetContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeedextractForeignMarkup, getAttribute, getAttributeValue, getStyleSheet, getType, parseFeedModules, parseItemModules, parsePersonModulespublic RSS094Parser()
protected RSS094Parser(String type)
protected String getRSSVersion()
getRSSVersion in class RSS093Parserprotected WireFeed parseChannel(org.jdom2.Element rssRoot, Locale locale)
RSS091UserlandParserparseChannel in class RSS092ParserrssRoot - the root element of the RSS document to parse.public Item parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)
RSS091UserlandParserparseItem in class RSS093ParserrssRoot - 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.