public class RSS093Parser extends RSS092Parser
| Modifier | Constructor and Description |
|---|---|
|
RSS093Parser() |
protected |
RSS093Parser(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getRSSVersion() |
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.
|
parseCategories, parseChannel, parseItemDescriptiongetImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, parseImagegetContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeedextractForeignMarkup, getAttribute, getAttributeValue, getStyleSheet, getType, parseFeedModules, parseItemModules, parsePersonModulespublic RSS093Parser()
protected RSS093Parser(String type)
protected String getRSSVersion()
getRSSVersion in class RSS092Parserprotected Item parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)
RSS091UserlandParserparseItem in class RSS092ParserrssRoot - the root element of the RSS document in case it's needed for context.eItem - the item element to parse.Copyright © 2015. All Rights Reserved.