com.sun.syndication.io.impl
public class RSS091NetscapeParser extends RSS091UserlandParser
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.String |
ELEMENT_NAME |
(package private) static java.lang.String |
PUBLIC_ID |
(package private) static java.lang.String |
SYSTEM_ID |
Modifier | Constructor and Description |
---|---|
|
RSS091NetscapeParser() |
protected |
RSS091NetscapeParser(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getTextInputLabel()
To be overriden by RSS 0.91 Netscape parser
|
protected boolean |
isHourFormat24(org.jdom.Element rssRoot)
To be overriden by RSS 0.91 Netscape and RSS 0.94
|
boolean |
isMyType(org.jdom.Document document)
Inspects an XML Document (JDOM) to check if it can parse it.
|
getImage, getItems, getRSSNamespace, getRSSVersion, getTextInput, parseChannel, parseImage, parseItem, parseItemDescription
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed
extractForeignMarkup, getType, parseFeedModules, parseItemModules
static final java.lang.String ELEMENT_NAME
static final java.lang.String PUBLIC_ID
static final java.lang.String SYSTEM_ID
public RSS091NetscapeParser()
protected RSS091NetscapeParser(java.lang.String type)
public boolean isMyType(org.jdom.Document document)
WireFeedParser
It checks if the given document if the type of feeds the parser understands.
isMyType
in interface WireFeedParser
isMyType
in class RSS091UserlandParser
document
- XML Document (JDOM) to check if it can be parsed by this parser.protected boolean isHourFormat24(org.jdom.Element rssRoot)
RSS091UserlandParser
isHourFormat24
in class RSS091UserlandParser
protected java.lang.String getTextInputLabel()
RSS091UserlandParser
getTextInputLabel
in class RSS091UserlandParser
Copyright © Sun Microsystems. All Rights Reserved.