Package com.rometools.rome.io.impl
Class RSS093Parser
- java.lang.Object
-
- com.rometools.rome.io.impl.BaseWireFeedParser
-
- com.rometools.rome.io.impl.RSS090Parser
-
- com.rometools.rome.io.impl.RSS091UserlandParser
-
- com.rometools.rome.io.impl.RSS092Parser
-
- com.rometools.rome.io.impl.RSS093Parser
-
- All Implemented Interfaces:
WireFeedParser
- Direct Known Subclasses:
RSS094Parser
public class RSS093Parser extends RSS092Parser
-
-
Constructor Summary
Constructors Modifier Constructor Description RSS093Parser()protectedRSS093Parser(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetRSSVersion()protected ItemparseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)Parses an item element of an RSS document looking for item information.-
Methods inherited from class com.rometools.rome.io.impl.RSS092Parser
parseCategories, parseChannel, parseItemDescription
-
Methods inherited from class com.rometools.rome.io.impl.RSS091UserlandParser
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, parseImage
-
Methods inherited from class com.rometools.rome.io.impl.RSS090Parser
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed
-
Methods inherited from class com.rometools.rome.io.impl.BaseWireFeedParser
extractForeignMarkup, getAttribute, getAttributeValue, getStyleSheet, getType, parseFeedModules, parseItemModules, parsePersonModules
-
-
-
-
Constructor Detail
-
RSS093Parser
public RSS093Parser()
-
RSS093Parser
protected RSS093Parser(String type)
-
-
Method Detail
-
getRSSVersion
protected String getRSSVersion()
- Overrides:
getRSSVersionin classRSS092Parser
-
parseItem
protected Item parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)
Description copied from class:RSS091UserlandParserParses an item element of an RSS document looking for item information. It first invokes super.parseItem and then parses and injects the description property if present.- Overrides:
parseItemin classRSS092Parser- Parameters:
rssRoot- the root element of the RSS document in case it's needed for context.eItem- the item element to parse.- Returns:
- the parsed RSSItem bean.
-
-