org.apache.velocity.site.news.plugin
Class NewsFeedGenerator.NewsItemSink

java.lang.Object
  extended by org.apache.maven.doxia.sink.SinkAdapter
      extended by org.apache.maven.doxia.module.xhtml.AbstractXhtmlSink
          extended by org.apache.maven.doxia.module.xhtml.XhtmlSink
              extended by org.apache.velocity.site.news.plugin.NewsFeedGenerator.NewsItemSink
All Implemented Interfaces:
org.apache.maven.doxia.sink.Sink
Enclosing class:
NewsFeedGenerator

public static class NewsFeedGenerator.NewsItemSink
extends org.apache.maven.doxia.module.xhtml.XhtmlSink


Field Summary
 
Fields inherited from interface org.apache.maven.doxia.sink.Sink
NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, ROLE
 
Method Summary
 void body_()
           
 void body()
           
 void head_()
           
 void head()
           
 
Methods inherited from class org.apache.maven.doxia.module.xhtml.XhtmlSink
anchor_, anchor, author_, bold_, bold, close, content, date_, definedTerm_, definedTerm, definition_, definition, definitionList_, definitionList, encodeFragment, encodeURL, escapeHTML, figure_, figure, figureCaption_, figureCaption, figureGraphics, flush, getBuffer, getRenderingContext, horizontalRule, italic_, italic, lineBreak, link_, link, link, list_, list, listItem_, listItem, monospaced_, monospaced, nonBreakingSpace, numberedList_, numberedList, numberedListItem_, numberedListItem, paragraph_, paragraph, rawText, resetBuffer, resetState, section1_, section1, section2_, section2, section3_, section3, section4_, section4, section5_, section5, sectionTitle1_, sectionTitle1, sectionTitle2_, sectionTitle2, sectionTitle3_, sectionTitle3, sectionTitle4_, sectionTitle4, sectionTitle5_, sectionTitle5, setHeadFlag, table_, table, tableCaption_, tableCaption, tableCell_, tableCell_, tableCell, tableCell, tableCell, tableCell, tableHeaderCell_, tableHeaderCell, tableHeaderCell, tableRow_, tableRow, tableRows_, tableRows, text, title_, title, verbatim_, verbatim, verbatimContent, write
 
Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter
author, date, definitionListItem_, definitionListItem, pageBreak, sectionTitle_, sectionTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

head

public void head()
Specified by:
head in interface org.apache.maven.doxia.sink.Sink
Overrides:
head in class org.apache.maven.doxia.module.xhtml.XhtmlSink

head_

public void head_()
Specified by:
head_ in interface org.apache.maven.doxia.sink.Sink
Overrides:
head_ in class org.apache.maven.doxia.module.xhtml.XhtmlSink

body

public void body()
Specified by:
body in interface org.apache.maven.doxia.sink.Sink
Overrides:
body in class org.apache.maven.doxia.module.xhtml.XhtmlSink

body_

public void body_()
Specified by:
body_ in interface org.apache.maven.doxia.sink.Sink
Overrides:
body_ in class org.apache.maven.doxia.module.xhtml.XhtmlSink


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.