public class RSS091NetscapeParser extends RSS091UserlandParser
| Modifier | Constructor and Description |
|---|---|
|
RSS091NetscapeParser() |
protected |
RSS091NetscapeParser(String type) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getTextInputLabel()
To be overriden by RSS 0.91 Netscape parser
|
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.
|
getImage, getItems, getRSSNamespace, getRSSVersion, getTextInput, parseChannel, parseImage, parseItem, parseItemDescriptiongetContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeedextractForeignMarkup, getAttribute, getAttributeValue, getStyleSheet, getType, parseFeedModules, parseItemModules, parsePersonModulespublic RSS091NetscapeParser()
protected RSS091NetscapeParser(String type)
public 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.protected boolean isHourFormat24(org.jdom2.Element rssRoot)
RSS091UserlandParserisHourFormat24 in class RSS091UserlandParserprotected String getTextInputLabel()
RSS091UserlandParsergetTextInputLabel in class RSS091UserlandParserCopyright © 2021. All rights reserved.