public class RSS20YahooParser extends RSS20Parser
| Modifier | Constructor and Description |
|---|---|
|
RSS20YahooParser() |
protected |
RSS20YahooParser(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom2.Namespace |
getRSSNamespace()
Returns the namespace used by RSS elements in document of the RSS 1.0
|
boolean |
isMyType(org.jdom2.Document document)
Indicates if a JDom document is an RSS instance that can be parsed with the parser.
|
protected WireFeed |
parseChannel(org.jdom2.Element rssRoot,
Locale locale)
After we parse the feed we put "rss_2.0" in it (so converters and generators work) this
parser is a phantom.
|
getRSSVersion, isHourFormat24, parseItemDescriptionparseItemparseCategoriesgetImage, getItems, getTextInput, getTextInputLabel, parseImagegetContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeedextractForeignMarkup, getAttribute, getAttributeValue, getStyleSheet, getType, parseFeedModules, parseItemModules, parsePersonModulespublic RSS20YahooParser()
protected RSS20YahooParser(String type)
public boolean isMyType(org.jdom2.Document document)
isMyType in interface WireFeedParserisMyType in class RSS20Parserdocument - document to check if it can be parsed with this parser implementation.protected org.jdom2.Namespace getRSSNamespace()
getRSSNamespace in class RSS091UserlandParserprotected WireFeed parseChannel(org.jdom2.Element rssRoot, Locale locale)
parseChannel in class RSS094ParserCopyright © 2021. All rights reserved.