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

Quick Search    Search Deep

com.sun.syndication.io.impl
Class RSS093Parser  view RSS093Parser download RSS093Parser.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
All Implemented Interfaces:
com.sun.syndication.io.WireFeedParser
Direct Known Subclasses:
RSS094Parser

public class RSS093Parser
extends RSS092Parser


Field Summary
 
Fields inherited from class com.sun.syndication.io.impl.RSS090Parser
 
Fields inherited from class com.sun.syndication.io.impl.BaseWireFeedParser
 
Constructor Summary
  RSS093Parser()
           
protected RSS093Parser(java.lang.String type)
           
 
Method Summary
protected  java.lang.String getRSSVersion()
           
protected  com.sun.syndication.feed.rss.Item parseItem(org.jdom.Element rssRoot, org.jdom.Element eItem)
          Parses an item element of an RSS document looking for item information.
 
Methods inherited from class com.sun.syndication.io.impl.RSS092Parser
parseCategories, parseChannel, parseItemDescription
 
Methods inherited from class com.sun.syndication.io.impl.RSS091UserlandParser
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, 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

RSS093Parser

public RSS093Parser()

RSS093Parser

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

getRSSVersion

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

parseItem

protected com.sun.syndication.feed.rss.Item parseItem(org.jdom.Element rssRoot,
                                                      org.jdom.Element eItem)
Description copied from class: RSS091UserlandParser
Parses an item element of an RSS document looking for item information.

It first invokes super.parseItem and then parses and injects the description property if present.

Overrides:
parseItem in class RSS092Parser