org.jperdian.rss2.rendering
Class Html3Renderer

java.lang.Object
  |
  +--org.jperdian.rss2.rendering.HtmlRenderer
        |
        +--org.jperdian.rss2.rendering.Html3Renderer
Direct Known Subclasses:
Html4Renderer

public class Html3Renderer
extends HtmlRenderer

Renderes the content as HTML 3

Author:
Christian Robert

Constructor Summary
Html3Renderer()
           
 
Method Summary
protected  void renderChannelHead(RssChannel channel, java.lang.StringBuffer buffer)
          Adds the content of the channels head to the given output buffer
protected  void renderChannelItem(RssChannel channel, RssItem item, int index, int totalItems, java.lang.StringBuffer buffer)
          Adds the content of the item to the given output buffer
 
Methods inherited from class org.jperdian.rss2.rendering.HtmlRenderer
createStyleSheet, getDateFormat, renderChannel, renderChannelBottom, renderHtmlBottom, renderHtmlHead, renderItem, setDateFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Html3Renderer

public Html3Renderer()
Method Detail

renderChannelHead

protected void renderChannelHead(RssChannel channel,
                                 java.lang.StringBuffer buffer)
Description copied from class: HtmlRenderer
Adds the content of the channels head to the given output buffer

Specified by:
renderChannelHead in class HtmlRenderer

renderChannelItem

protected void renderChannelItem(RssChannel channel,
                                 RssItem item,
                                 int index,
                                 int totalItems,
                                 java.lang.StringBuffer buffer)
Description copied from class: HtmlRenderer
Adds the content of the item to the given output buffer

Specified by:
renderChannelItem in class HtmlRenderer