com.sun.syndication.io.impl
Class RSS20Parser

java.lang.Object
  extended bycom.sun.syndication.io.impl.RSS090Parser
      extended bycom.sun.syndication.io.impl.RSS091Parser
          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:
FeedParser

public class RSS20Parser
extends RSS094Parser


Constructor Summary
  RSS20Parser()
           
protected RSS20Parser(java.lang.String type)
           
 
Method Summary
protected  java.lang.String getRSSVersion()
           
protected  boolean isHourFormat24(org.jdom.Element rssRoot)
           
protected  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.RSS091Parser
getImage, getItems, getRSSNamespace, getTextInput, isMyType, parseImage
 
Methods inherited from class com.sun.syndication.io.impl.RSS090Parser
getType, parse, parseItems, parseTextInput, validateFeed
 
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)
Overrides:
isHourFormat24 in class RSS091Parser

parseItemDescription

protected Description parseItemDescription(org.jdom.Element rssRoot,
                                           org.jdom.Element eDesc)
Overrides:
parseItemDescription in class RSS094Parser


Copyright © 2004 Sun Microsystems. All Rights Reserved.