|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.io.impl.BaseWireFeedParser
com.sun.syndication.io.impl.RSS090Parser
com.sun.syndication.io.impl.RSS091UserlandParser
com.sun.syndication.io.impl.RSS091NetscapeParser
public class RSS091NetscapeParser
Constructor Summary | |
---|---|
|
RSS091NetscapeParser()
|
protected |
RSS091NetscapeParser(java.lang.String type)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.sun.syndication.io.impl.RSS091UserlandParser |
---|
getImage, getItems, getRSSNamespace, getRSSVersion, getTextInput, parseChannel, parseImage, parseItem, parseItemDescription |
Methods inherited from class com.sun.syndication.io.impl.RSS090Parser |
---|
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed |
Methods inherited from class com.sun.syndication.io.impl.BaseWireFeedParser |
---|
extractForeignMarkup, getAttribute, getAttributeValue, getType, parseFeedModules, parseItemModules, parsePersonModules |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RSS091NetscapeParser()
protected RSS091NetscapeParser(java.lang.String type)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |