public class RSS20Parser extends RSS094Parser
| Modifier | Constructor and Description |
|---|---|
|
RSS20Parser() |
protected |
RSS20Parser(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getRSSVersion() |
protected boolean |
isHourFormat24(org.jdom2.Element rssRoot)
To be overriden by RSS 0.91 Netscape and RSS 0.94
|
boolean |
isMyType(org.jdom2.Document document)
Inspects an XML Document (JDOM) to check if it can parse it.
|
protected Description |
parseItemDescription(org.jdom2.Element rssRoot,
org.jdom2.Element eDesc) |
parseChannel, parseItemparseCategoriesgetImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, parseImagegetContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeedextractForeignMarkup, getAttribute, getAttributeValue, getStyleSheet, getType, parseFeedModules, parseItemModules, parsePersonModulespublic RSS20Parser()
protected RSS20Parser(String type)
protected String getRSSVersion()
getRSSVersion in class RSS094Parserprotected boolean isHourFormat24(org.jdom2.Element rssRoot)
RSS091UserlandParserisHourFormat24 in class RSS091UserlandParserprotected Description parseItemDescription(org.jdom2.Element rssRoot, org.jdom2.Element eDesc)
parseItemDescription in class RSS092Parserpublic boolean isMyType(org.jdom2.Document document)
WireFeedParserIt checks if the given document if the type of feeds the parser understands.
isMyType in interface WireFeedParserisMyType in class RSS091UserlandParserdocument - XML Document (JDOM) to check if it can be parsed by this parser.Copyright © 2023. All rights reserved.