|
|||||||||
| Home >> All >> com >> sun >> syndication >> io >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.io.impl
Class RSS091NetscapeParser

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
- All Implemented Interfaces:
- com.sun.syndication.io.WireFeedParser
- public class RSS091NetscapeParser
- extends RSS091UserlandParser
| Field Summary | |
(package private) static java.lang.String |
ELEMENT_NAME
|
(package private) static java.lang.String |
PUBLIC_ID
|
(package private) static java.lang.String |
SYSTEM_ID
|
| Fields inherited from class com.sun.syndication.io.impl.RSS090Parser |
|
| Fields inherited from class com.sun.syndication.io.impl.BaseWireFeedParser |
|
| 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 |
getRDFNamespace, parse, parseItems, parseTextInput, validateFeed |
| Methods inherited from class com.sun.syndication.io.impl.BaseWireFeedParser |
getType, parseFeedModules, parseItemModules |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ELEMENT_NAME
static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
PUBLIC_ID
static final java.lang.String PUBLIC_ID
- See Also:
- Constant Field Values
SYSTEM_ID
static final java.lang.String SYSTEM_ID
- See Also:
- Constant Field Values
| Constructor Detail |
RSS091NetscapeParser
public RSS091NetscapeParser()
RSS091NetscapeParser
protected RSS091NetscapeParser(java.lang.String type)
| Method Detail |
isMyType
public boolean isMyType(org.jdom.Document document)
- Description copied from interface:
com.sun.syndication.io.WireFeedParser - Inspects an XML Document (JDOM) to check if it can parse it.
It checks if the given document if the type of feeds the parser understands.
- Specified by:
isMyTypein interfacecom.sun.syndication.io.WireFeedParser- Overrides:
isMyTypein classRSS091UserlandParser
isHourFormat24
protected boolean isHourFormat24(org.jdom.Element rssRoot)
- Description copied from class:
RSS091UserlandParser - To be overriden by RSS 0.91 Netscape and RSS 0.94
- Overrides:
isHourFormat24in classRSS091UserlandParser
getTextInputLabel
protected java.lang.String getTextInputLabel()
- Description copied from class:
RSS091UserlandParser - To be overriden by RSS 0.91 Netscape parser
- Overrides:
getTextInputLabelin classRSS091UserlandParser
|
|||||||||
| Home >> All >> com >> sun >> syndication >> io >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC