|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.sink.SinkAdapter
public class SinkAdapter
Empty implementation of the Sink
interface. Useful for testing purposes.
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, SECTION_LEVEL_1, SECTION_LEVEL_2, SECTION_LEVEL_3, SECTION_LEVEL_4, SECTION_LEVEL_5 |
Constructor Summary | |
---|---|
SinkAdapter()
|
Method Summary | |
---|---|
void |
anchor_()
|
void |
anchor(java.lang.String name)
|
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 |
definition()
|
void |
definitionList_()
|
void |
definitionList()
|
void |
definitionListItem_()
|
void |
definitionListItem()
|
void |
figure_()
|
void |
figure()
|
void |
figureCaption_()
|
void |
figureCaption()
|
void |
figureGraphics(java.lang.String name)
|
void |
flush()
|
void |
head_()
|
void |
head()
|
void |
horizontalRule()
|
void |
italic_()
|
void |
italic()
|
void |
lineBreak()
|
void |
link_()
|
void |
link(java.lang.String name)
|
void |
list_()
|
void |
list()
|
void |
listItem_()
|
void |
listItem()
|
void |
monospaced_()
|
void |
monospaced()
|
void |
nonBreakingSpace()
|
void |
numberedList_()
|
void |
numberedList(int numbering)
|
void |
numberedListItem_()
|
void |
numberedListItem()
|
void |
pageBreak()
|
void |
paragraph_()
|
void |
paragraph()
|
void |
rawText(java.lang.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 |
sectionTitle()
|
void |
sectionTitle1_()
|
void |
sectionTitle1()
|
void |
sectionTitle2_()
|
void |
sectionTitle2()
|
void |
sectionTitle3_()
|
void |
sectionTitle3()
|
void |
sectionTitle4_()
|
void |
sectionTitle4()
|
void |
sectionTitle5_()
|
void |
sectionTitle5()
|
void |
table_()
|
void |
table()
|
void |
tableCaption_()
|
void |
tableCaption()
|
void |
tableCell_()
|
void |
tableCell()
|
void |
tableCell(java.lang.String width)
|
void |
tableHeaderCell_()
|
void |
tableHeaderCell()
|
void |
tableHeaderCell(java.lang.String width)
|
void |
tableRow_()
|
void |
tableRow()
|
void |
tableRows_()
|
void |
tableRows(int[] justification,
boolean grid)
|
void |
text(java.lang.String text)
|
void |
title_()
|
void |
title()
|
void |
verbatim_()
|
void |
verbatim(boolean boxed)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SinkAdapter()
Method Detail |
---|
public void head()
head
in interface org.apache.maven.doxia.sink.Sink
public void head_()
head_
in interface org.apache.maven.doxia.sink.Sink
public void body()
body
in interface org.apache.maven.doxia.sink.Sink
public void body_()
body_
in interface org.apache.maven.doxia.sink.Sink
public void section1()
section1
in interface org.apache.maven.doxia.sink.Sink
public void section1_()
section1_
in interface org.apache.maven.doxia.sink.Sink
public void section2()
section2
in interface org.apache.maven.doxia.sink.Sink
public void section2_()
section2_
in interface org.apache.maven.doxia.sink.Sink
public void section3()
section3
in interface org.apache.maven.doxia.sink.Sink
public void section3_()
section3_
in interface org.apache.maven.doxia.sink.Sink
public void section4()
section4
in interface org.apache.maven.doxia.sink.Sink
public void section4_()
section4_
in interface org.apache.maven.doxia.sink.Sink
public void section5()
section5
in interface org.apache.maven.doxia.sink.Sink
public void section5_()
section5_
in interface org.apache.maven.doxia.sink.Sink
public void list()
list
in interface org.apache.maven.doxia.sink.Sink
public void list_()
list_
in interface org.apache.maven.doxia.sink.Sink
public void listItem()
listItem
in interface org.apache.maven.doxia.sink.Sink
public void listItem_()
listItem_
in interface org.apache.maven.doxia.sink.Sink
public void numberedList(int numbering)
numberedList
in interface org.apache.maven.doxia.sink.Sink
public void numberedList_()
numberedList_
in interface org.apache.maven.doxia.sink.Sink
public void numberedListItem()
numberedListItem
in interface org.apache.maven.doxia.sink.Sink
public void numberedListItem_()
numberedListItem_
in interface org.apache.maven.doxia.sink.Sink
public void definitionList()
definitionList
in interface org.apache.maven.doxia.sink.Sink
public void definitionList_()
definitionList_
in interface org.apache.maven.doxia.sink.Sink
public void definitionListItem()
definitionListItem
in interface org.apache.maven.doxia.sink.Sink
public void definitionListItem_()
definitionListItem_
in interface org.apache.maven.doxia.sink.Sink
public void definition()
definition
in interface org.apache.maven.doxia.sink.Sink
public void definition_()
definition_
in interface org.apache.maven.doxia.sink.Sink
public void figure()
figure
in interface org.apache.maven.doxia.sink.Sink
public void figure_()
figure_
in interface org.apache.maven.doxia.sink.Sink
public void table()
table
in interface org.apache.maven.doxia.sink.Sink
public void table_()
table_
in interface org.apache.maven.doxia.sink.Sink
public void tableRows(int[] justification, boolean grid)
tableRows
in interface org.apache.maven.doxia.sink.Sink
public void tableRows_()
tableRows_
in interface org.apache.maven.doxia.sink.Sink
public void tableRow()
tableRow
in interface org.apache.maven.doxia.sink.Sink
public void tableRow_()
tableRow_
in interface org.apache.maven.doxia.sink.Sink
public void title()
title
in interface org.apache.maven.doxia.sink.Sink
public void title_()
title_
in interface org.apache.maven.doxia.sink.Sink
public void author()
author
in interface org.apache.maven.doxia.sink.Sink
public void author_()
author_
in interface org.apache.maven.doxia.sink.Sink
public void date()
date
in interface org.apache.maven.doxia.sink.Sink
public void date_()
date_
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle()
sectionTitle
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle_()
sectionTitle_
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle1()
sectionTitle1
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle1_()
sectionTitle1_
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle2()
sectionTitle2
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle2_()
sectionTitle2_
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle3()
sectionTitle3
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle3_()
sectionTitle3_
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle4()
sectionTitle4
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle4_()
sectionTitle4_
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle5()
sectionTitle5
in interface org.apache.maven.doxia.sink.Sink
public void sectionTitle5_()
sectionTitle5_
in interface org.apache.maven.doxia.sink.Sink
public void paragraph()
paragraph
in interface org.apache.maven.doxia.sink.Sink
public void paragraph_()
paragraph_
in interface org.apache.maven.doxia.sink.Sink
public void verbatim(boolean boxed)
verbatim
in interface org.apache.maven.doxia.sink.Sink
public void verbatim_()
verbatim_
in interface org.apache.maven.doxia.sink.Sink
public void definedTerm()
definedTerm
in interface org.apache.maven.doxia.sink.Sink
public void definedTerm_()
definedTerm_
in interface org.apache.maven.doxia.sink.Sink
public void figureCaption()
figureCaption
in interface org.apache.maven.doxia.sink.Sink
public void figureCaption_()
figureCaption_
in interface org.apache.maven.doxia.sink.Sink
public void tableCell()
tableCell
in interface org.apache.maven.doxia.sink.Sink
public void tableCell(java.lang.String width)
tableCell
in interface org.apache.maven.doxia.sink.Sink
public void tableCell_()
tableCell_
in interface org.apache.maven.doxia.sink.Sink
public void tableHeaderCell()
tableHeaderCell
in interface org.apache.maven.doxia.sink.Sink
public void tableHeaderCell(java.lang.String width)
tableHeaderCell
in interface org.apache.maven.doxia.sink.Sink
public void tableHeaderCell_()
tableHeaderCell_
in interface org.apache.maven.doxia.sink.Sink
public void tableCaption()
tableCaption
in interface org.apache.maven.doxia.sink.Sink
public void tableCaption_()
tableCaption_
in interface org.apache.maven.doxia.sink.Sink
public void figureGraphics(java.lang.String name)
figureGraphics
in interface org.apache.maven.doxia.sink.Sink
public void horizontalRule()
horizontalRule
in interface org.apache.maven.doxia.sink.Sink
public void pageBreak()
pageBreak
in interface org.apache.maven.doxia.sink.Sink
public void anchor(java.lang.String name)
anchor
in interface org.apache.maven.doxia.sink.Sink
public void anchor_()
anchor_
in interface org.apache.maven.doxia.sink.Sink
public void link(java.lang.String name)
link
in interface org.apache.maven.doxia.sink.Sink
public void link_()
link_
in interface org.apache.maven.doxia.sink.Sink
public void italic()
italic
in interface org.apache.maven.doxia.sink.Sink
public void italic_()
italic_
in interface org.apache.maven.doxia.sink.Sink
public void bold()
bold
in interface org.apache.maven.doxia.sink.Sink
public void bold_()
bold_
in interface org.apache.maven.doxia.sink.Sink
public void monospaced()
monospaced
in interface org.apache.maven.doxia.sink.Sink
public void monospaced_()
monospaced_
in interface org.apache.maven.doxia.sink.Sink
public void lineBreak()
lineBreak
in interface org.apache.maven.doxia.sink.Sink
public void nonBreakingSpace()
nonBreakingSpace
in interface org.apache.maven.doxia.sink.Sink
public void text(java.lang.String text)
text
in interface org.apache.maven.doxia.sink.Sink
public void rawText(java.lang.String text)
rawText
in interface org.apache.maven.doxia.sink.Sink
public void flush()
flush
in interface org.apache.maven.doxia.sink.Sink
public void close()
close
in interface org.apache.maven.doxia.sink.Sink
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |