Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.io.impl
Class RSS20Parser  view RSS20Parser download RSS20Parser.java

java.lang.Object
  extended bycom.sun.syndication.io.impl.BaseWireFeedParser
      extended bycom.sun.syndication.io.impl.RSS090Parser
          extended bycom.sun.syndication.io.impl.RSS091UserlandParser
              extended bycom.sun.syndication.io.impl.RSS092Parser
                  extended bycom.sun.syndication.io.impl.RSS093Parser
                      extended bycom.sun.syndication.io.impl.RSS094Parser
                          extended bycom.sun.syndication.io.impl.RSS20Parser
All Implemented Interfaces:
com.sun.syndication.io.WireFeedParser
Direct Known Subclasses:
RSS20wNSParser

public class RSS20Parser
extends RSS094Parser


Field Summary
 
Fields inherited from class com.sun.syndication.io.impl.RSS090Parser
 
Fields inherited from class com.sun.syndication.io.impl.BaseWireFeedParser
 
Constructor Summary
  RSS20Parser()
           
protected RSS20Parser(java.lang.String type)
           
 
Method Summary
protected  java.lang.String getRSSVersion()
           
protected  boolean isHourFormat24(org.jdom.Element rssRoot)
          To be overriden by RSS 0.91 Netscape and RSS 0.94
protected  com.sun.syndication.feed.rss.Description parseItemDescription(org.jdom.Element rssRoot, org.jdom.Element eDesc)
           
 
Methods inherited from class com.sun.syndication.io.impl.RSS094Parser
parseChannel, parseItem
 
Methods inherited from class com.sun.syndication.io.impl.RSS092Parser
parseCategories
 
Methods inherited from class com.sun.syndication.io.impl.RSS091UserlandParser
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isMyType, parseImage
 
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
 

Constructor Detail

RSS20Parser

public RSS20Parser()

RSS20Parser

protected RSS20Parser(java.lang.String type)
Method Detail

getRSSVersion

protected java.lang.String getRSSVersion()
Overrides:
getRSSVersion in class RSS094Parser

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:
isHourFormat24 in class RSS091UserlandParser

parseItemDescription

protected com.sun.syndication.feed.rss.Description parseItemDescription(org.jdom.Element rssRoot,
                                                                        org.jdom.Element eDesc)
Overrides:
parseItemDescription in class RSS094Parser