org.apache.maven.doxia.sink

Class SinkAdapter

Implemented Interfaces:
Sink
Known Direct Subclasses:
AbstractXhtmlSink, DocBookSink, LatexSink, RtfSink, XdocSink

public class SinkAdapter
extends java.lang.Object
implements Sink

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

Method Details

anchor

public void anchor(String name)
Specified by:
anchor in interface Sink

anchor_

public void anchor_()
Specified by:
anchor_ in interface Sink

author

public void author()
Specified by:
author in interface Sink

author_

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

body

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

body_

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

bold

public void bold()
Specified by:
bold in interface Sink

bold_

public void bold_()
Specified by:
bold_ in interface Sink

close

public void close()
Specified by:
close in interface Sink

date

public void date()
Specified by:
date in interface Sink

date_

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

definedTerm

public void definedTerm()
Specified by:
definedTerm in interface Sink

definedTerm_

public void definedTerm_()
Specified by:
definedTerm_ in interface Sink

definition

public void definition()
Specified by:
definition in interface Sink

definitionList

public void definitionList()
Specified by:
definitionList in interface Sink

definitionListItem

public void definitionListItem()
Specified by:
definitionListItem in interface Sink

definitionListItem_

public void definitionListItem_()
Specified by:
definitionListItem_ in interface Sink

definitionList_

public void definitionList_()
Specified by:
definitionList_ in interface Sink

definition_

public void definition_()
Specified by:
definition_ in interface Sink

figure

public void figure()
Specified by:
figure in interface Sink

figureCaption

public void figureCaption()
Specified by:
figureCaption in interface Sink

figureCaption_

public void figureCaption_()
Specified by:
figureCaption_ in interface Sink

figureGraphics

public void figureGraphics(String name)
Specified by:
figureGraphics in interface Sink

figure_

public void figure_()
Specified by:
figure_ in interface Sink

flush

public void flush()
Specified by:
flush in interface Sink

head

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

head_

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

horizontalRule

public void horizontalRule()
Specified by:
horizontalRule in interface Sink

italic

public void italic()
Specified by:
italic in interface Sink

italic_

public void italic_()
Specified by:
italic_ in interface Sink

lineBreak

public void lineBreak()
Specified by:
lineBreak in interface Sink

link

public void link(String name)
Specified by:
link in interface Sink

link_

public void link_()
Specified by:
link_ in interface Sink

list

public void list()
Specified by:
list in interface Sink

listItem

public void listItem()
Specified by:
listItem in interface Sink

listItem_

public void listItem_()
Specified by:
listItem_ in interface Sink

list_

public void list_()
Specified by:
list_ in interface Sink

monospaced

public void monospaced()
Specified by:
monospaced in interface Sink

monospaced_

public void monospaced_()
Specified by:
monospaced_ in interface Sink

nonBreakingSpace

public void nonBreakingSpace()
Specified by:
nonBreakingSpace in interface Sink

numberedList

public void numberedList(int numbering)
Specified by:
numberedList in interface Sink

numberedListItem

public void numberedListItem()
Specified by:
numberedListItem in interface Sink

numberedListItem_

public void numberedListItem_()
Specified by:
numberedListItem_ in interface Sink

numberedList_

public void numberedList_()
Specified by:
numberedList_ in interface Sink

pageBreak

public void pageBreak()
Specified by:
pageBreak in interface Sink

paragraph

public void paragraph()
Specified by:
paragraph in interface Sink

paragraph_

public void paragraph_()
Specified by:
paragraph_ in interface Sink

rawText

public void rawText(String text)
Specified by:
rawText in interface Sink

section1

public void section1()
Specified by:
section1 in interface Sink

section1_

public void section1_()
Specified by:
section1_ in interface Sink

section2

public void section2()
Specified by:
section2 in interface Sink

section2_

public void section2_()
Specified by:
section2_ in interface Sink

section3

public void section3()
Specified by:
section3 in interface Sink

section3_

public void section3_()
Specified by:
section3_ in interface Sink

section4

public void section4()
Specified by:
section4 in interface Sink

section4_

public void section4_()
Specified by:
section4_ in interface Sink

section5

public void section5()
Specified by:
section5 in interface Sink

section5_

public void section5_()
Specified by:
section5_ in interface Sink

sectionTitle

public void sectionTitle()
Specified by:
sectionTitle in interface Sink

sectionTitle1

public void sectionTitle1()
Specified by:
sectionTitle1 in interface Sink

sectionTitle1_

public void sectionTitle1_()
Specified by:
sectionTitle1_ in interface Sink

sectionTitle2

public void sectionTitle2()
Specified by:
sectionTitle2 in interface Sink

sectionTitle2_

public void sectionTitle2_()
Specified by:
sectionTitle2_ in interface Sink

sectionTitle3

public void sectionTitle3()
Specified by:
sectionTitle3 in interface Sink

sectionTitle3_

public void sectionTitle3_()
Specified by:
sectionTitle3_ in interface Sink

sectionTitle4

public void sectionTitle4()
Specified by:
sectionTitle4 in interface Sink

sectionTitle4_

public void sectionTitle4_()
Specified by:
sectionTitle4_ in interface Sink

sectionTitle5

public void sectionTitle5()
Specified by:
sectionTitle5 in interface Sink

sectionTitle5_

public void sectionTitle5_()
Specified by:
sectionTitle5_ in interface Sink

sectionTitle_

public void sectionTitle_()
Specified by:
sectionTitle_ in interface Sink

table

public void table()
Specified by:
table in interface Sink

tableCaption

public void tableCaption()
Specified by:
tableCaption in interface Sink

tableCaption_

public void tableCaption_()
Specified by:
tableCaption_ in interface Sink

tableCell

public void tableCell()
Specified by:
tableCell in interface Sink

tableCell

public void tableCell(String width)
Specified by:
tableCell in interface Sink

tableCell_

public void tableCell_()
Specified by:
tableCell_ in interface Sink

tableHeaderCell

public void tableHeaderCell()
Specified by:
tableHeaderCell in interface Sink

tableHeaderCell

public void tableHeaderCell(String width)
Specified by:
tableHeaderCell in interface Sink

tableHeaderCell_

public void tableHeaderCell_()
Specified by:
tableHeaderCell_ in interface Sink

tableRow

public void tableRow()
Specified by:
tableRow in interface Sink

tableRow_

public void tableRow_()
Specified by:
tableRow_ in interface Sink

tableRows

public void tableRows(int[] justification,
                      boolean grid)
Specified by:
tableRows in interface Sink

tableRows_

public void tableRows_()
Specified by:
tableRows_ in interface Sink

table_

public void table_()
Specified by:
table_ in interface Sink

text

public void text(String text)
Specified by:
text in interface Sink

title

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

title_

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

verbatim

public void verbatim(boolean boxed)
Specified by:
verbatim in interface Sink

verbatim_

public void verbatim_()
Specified by:
verbatim_ in interface Sink