org.apache.maven.doxia.siterenderer.sink

Class SiteRendererSink

Implemented Interfaces:
Sink, Sink

public class SiteRendererSink
extends XhtmlSink
implements Sink

Version:
$Id:SiteRendererSink.java 348612 2005-11-24 12:54:19 +1100 (Thu, 24 Nov 2005) brett $
Author:

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

Constructor Summary

SiteRendererSink(RenderingContext renderingContext)

Method Summary

void
author_()
void
body()
void
body_()
void
date_()
List
getAuthors()
String
getBody()
String
getDate()
String
getTitle()
void
head()
void
head_()
void
title()
void
title_()

Methods inherited from class org.apache.maven.doxia.module.xhtml.XhtmlSink

anchor, anchor_, author_, body, body_, bold, bold_, close, content, date_, definedTerm, definedTerm_, definition, definitionList, definitionList_, definition_, directive, directiveValue, encodeFragment, encodeURL, escapeHTML, figure, figureCaption, figureCaption_, figureGraphics, figure_, flush, getBuffer, getRenderingContext, head, head_, horizontalRule, italic, italic_, lineBreak, link, link, link_, list, listItem, listItem_, list_, monospaced, monospaced_, nonBreakingSpace, numberedList, numberedListItem, numberedListItem_, numberedList_, 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, tableCaption, tableCaption_, tableCell, tableCell, tableCell, tableCell, tableCell_, tableCell_, tableHeaderCell, tableHeaderCell, tableHeaderCell_, tableRow, tableRow_, tableRows, tableRows_, table_, text, title, title_, verbatim, verbatimContent, verbatim_, write

Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter

anchor, anchor_, author, author_, body, body_, bold, bold_, close, date, date_, definedTerm, definedTerm_, definition, definitionList, definitionListItem, definitionListItem_, definitionList_, definition_, figure, figureCaption, figureCaption_, figureGraphics, figure_, flush, head, head_, horizontalRule, italic, italic_, lineBreak, link, link_, list, listItem, listItem_, list_, monospaced, monospaced_, nonBreakingSpace, numberedList, numberedListItem, numberedListItem_, numberedList_, pageBreak, paragraph, paragraph_, rawText, section1, section1_, section2, section2_, section3, section3_, section4, section4_, section5, section5_, sectionTitle, sectionTitle1, sectionTitle1_, sectionTitle2, sectionTitle2_, sectionTitle3, sectionTitle3_, sectionTitle4, sectionTitle4_, sectionTitle5, sectionTitle5_, sectionTitle_, table, tableCaption, tableCaption_, tableCell, tableCell, tableCell_, tableHeaderCell, tableHeaderCell, tableHeaderCell_, tableRow, tableRow_, tableRows, tableRows_, table_, text, title, title_, verbatim, verbatim_

Constructor Details

SiteRendererSink

public SiteRendererSink(RenderingContext renderingContext)

Method Details

author_

public void author_()
Specified by:
author_ in interface Sink
Overrides:
author_ in interface XhtmlSink

body

public void body()
Specified by:
body in interface Sink
Overrides:
body in interface XhtmlSink

body_

public void body_()
Specified by:
body_ in interface Sink
Overrides:
body_ in interface XhtmlSink

date_

public void date_()
Specified by:
date_ in interface Sink
Overrides:
date_ in interface XhtmlSink

getAuthors

public List getAuthors()

getBody

public String getBody()

getDate

public String getDate()

getTitle

public String getTitle()

head

public void head()
Specified by:
head in interface Sink
Overrides:
head in interface XhtmlSink

head_

public void head_()
Specified by:
head_ in interface Sink
Overrides:
head_ in interface XhtmlSink

title

public void title()
Specified by:
title in interface Sink
Overrides:
title in interface XhtmlSink

title_

public void title_()
Specified by:
title_ in interface Sink
Overrides:
title_ in interface XhtmlSink