org.xwiki.rendering.internal.parser.doxia
Class XWikiGeneratorSink

java.lang.Object
  extended by org.xwiki.rendering.internal.parser.doxia.XWikiGeneratorSink
All Implemented Interfaces:
org.apache.maven.doxia.logging.LogEnabled, org.apache.maven.doxia.sink.Sink

public class XWikiGeneratorSink
extends java.lang.Object
implements org.apache.maven.doxia.sink.Sink

Transforms Doxia events into XWiki Rendering events.

Since:
2.1RC1
Version:
$Id$

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.sink.Sink
JUSTIFY_CENTER, JUSTIFY_LEFT, JUSTIFY_RIGHT, 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
XWikiGeneratorSink(Listener listener, ResourceReferenceParser linkReferenceParser, PrintRendererFactory plainRendererFactory, IdGenerator idGenerator, StreamParser plainParser, Syntax syntax)
           
 
Method Summary
 void anchor_()
          
 void anchor(java.lang.String name)
          
 void anchor(java.lang.String name, org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void author_()
          
 void author()
          
 void author(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void body_()
          
 void body()
          
 void body(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void bold_()
          
 void bold()
          
 void close()
          
 void comment(java.lang.String comment)
          
 void date_()
          
 void date()
          
 void date(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void definedTerm_()
          
 void definedTerm()
          
 void definedTerm(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void definition_()
          
 void definition()
          
 void definition(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void definitionList_()
          
 void definitionList()
          
 void definitionList(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void definitionListItem_()
          
 void definitionListItem()
          
 void definitionListItem(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void enableLogging(org.apache.maven.doxia.logging.Log arg0)
          
 void figure_()
          
 void figure()
          
 void figure(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void figureCaption_()
          
 void figureCaption()
          
 void figureCaption(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void figureGraphics(java.lang.String source)
          
 void figureGraphics(java.lang.String source, org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void flush()
          
 Listener getListener()
           
 void head_()
          
 void head()
          
 void head(org.apache.maven.doxia.sink.SinkEventAttributes sinkEventAttributes)
          
 void horizontalRule()
          
 void horizontalRule(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void italic_()
          
 void italic()
          
 void lineBreak()
          
 void lineBreak(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void link_()
          
 void link(java.lang.String name)
          
 void link(java.lang.String name, org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void list_()
          
 void list()
          
 void list(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void listItem_()
          
 void listItem()
          
 void listItem(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void monospaced_()
          
 void monospaced()
          
 void nonBreakingSpace()
          
 void numberedList_()
          
 void numberedList(int numbering)
          
 void numberedList(int numbering, org.apache.maven.doxia.sink.SinkEventAttributes sinkEventAttributes)
          
 void numberedListItem_()
          
 void numberedListItem()
          
 void numberedListItem(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void pageBreak()
          
 void paragraph_()
          
 void paragraph()
          
 void paragraph(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void rawText(java.lang.String text)
          
 void section_(int level)
          
 void section(int level, org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void section1_()
          
 void section1()
          
 void section2_()
          
 void section2()
          
 void section3_()
          
 void section3()
          
 void section4_()
          
 void section4()
          
 void section5_()
          
 void section5()
          
 void sectionTitle_()
          
 void sectionTitle_(int level)
          
 void sectionTitle()
          
 void sectionTitle(int level, org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 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 table(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void tableCaption_()
          
 void tableCaption()
          
 void tableCaption(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void tableCell_()
          
 void tableCell()
          
 void tableCell(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void tableCell(java.lang.String width)
          
 void tableHeaderCell_()
          
 void tableHeaderCell()
          
 void tableHeaderCell(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void tableHeaderCell(java.lang.String width)
          
 void tableRow_()
          
 void tableRow()
          
 void tableRow(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void tableRows_()
          
 void tableRows(int[] arg0, boolean arg1)
          
 void text(java.lang.String text)
          
 void text(java.lang.String text, org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void title_()
          
 void title()
          
 void title(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 void unknown(java.lang.String arg0, java.lang.Object[] arg1, org.apache.maven.doxia.sink.SinkEventAttributes arg2)
          
 void verbatim_()
          
 void verbatim(boolean boxed)
          
 void verbatim(org.apache.maven.doxia.sink.SinkEventAttributes attributes)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiGeneratorSink

public XWikiGeneratorSink(Listener listener,
                          ResourceReferenceParser linkReferenceParser,
                          PrintRendererFactory plainRendererFactory,
                          IdGenerator idGenerator,
                          StreamParser plainParser,
                          Syntax syntax)
Since:
3.0M3
Method Detail

getListener

public Listener getListener()

flush

public void flush()

Specified by:
flush in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.flush()

enableLogging

public void enableLogging(org.apache.maven.doxia.logging.Log arg0)

Specified by:
enableLogging in interface org.apache.maven.doxia.logging.LogEnabled
See Also:
LogEnabled.enableLogging(Log)

anchor

public void anchor(java.lang.String name,
                   org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
anchor in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.anchor(String, SinkEventAttributes)

anchor

public void anchor(java.lang.String name)

Specified by:
anchor in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.anchor(String)

anchor_

public void anchor_()

Specified by:
anchor_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.anchor_()

author

public void author(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
author in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.author(SinkEventAttributes)

author

public void author()

Specified by:
author in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.author()

author_

public void author_()

Specified by:
author_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.author_()

body

public void body(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
body in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.body(SinkEventAttributes)

body

public void body()

Specified by:
body in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.body()

body_

public void body_()

Specified by:
body_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.body_()

bold

public void bold()

Specified by:
bold in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.bold()

bold_

public void bold_()

Specified by:
bold_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.bold_()

close

public void close()

Specified by:
close in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.close()

comment

public void comment(java.lang.String comment)

Specified by:
comment in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.comment(String)

date

public void date(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
date in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.date(SinkEventAttributes)

date

public void date()

Specified by:
date in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.date()

date_

public void date_()

Specified by:
date_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.date_()

definedTerm

public void definedTerm(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
definedTerm in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definedTerm(SinkEventAttributes)

definedTerm

public void definedTerm()

Specified by:
definedTerm in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definedTerm()

definedTerm_

public void definedTerm_()

Specified by:
definedTerm_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definedTerm_()

definition

public void definition(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
definition in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definition(SinkEventAttributes)

definition

public void definition()

Specified by:
definition in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definition()

definition_

public void definition_()

Specified by:
definition_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definition()

definitionList

public void definitionList(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
definitionList in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionList(SinkEventAttributes)

definitionList

public void definitionList()

Specified by:
definitionList in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionList()

definitionList_

public void definitionList_()

Specified by:
definitionList_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionList_()

definitionListItem

public void definitionListItem(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
definitionListItem in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionListItem(SinkEventAttributes)

definitionListItem

public void definitionListItem()

Specified by:
definitionListItem in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionListItem()

definitionListItem_

public void definitionListItem_()

Specified by:
definitionListItem_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionListItem_()

figure

public void figure(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
figure in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figure(SinkEventAttributes)

figure

public void figure()

Specified by:
figure in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figure()

figure_

public void figure_()

Specified by:
figure_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figure_()

figureCaption

public void figureCaption(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
figureCaption in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figureCaption(SinkEventAttributes)

figureCaption

public void figureCaption()

Specified by:
figureCaption in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figureCaption()

figureCaption_

public void figureCaption_()

Specified by:
figureCaption_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figureCaption_()

figureGraphics

public void figureGraphics(java.lang.String source,
                           org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
figureGraphics in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figureGraphics(String, SinkEventAttributes)

figureGraphics

public void figureGraphics(java.lang.String source)

Specified by:
figureGraphics in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figureGraphics(String)

head

public void head(org.apache.maven.doxia.sink.SinkEventAttributes sinkEventAttributes)

Specified by:
head in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.head(SinkEventAttributes)

head

public void head()

Specified by:
head in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.head()

head_

public void head_()

Specified by:
head_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.head_()

horizontalRule

public void horizontalRule(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
horizontalRule in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.horizontalRule(SinkEventAttributes)

horizontalRule

public void horizontalRule()

Specified by:
horizontalRule in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.horizontalRule()

italic

public void italic()

Specified by:
italic in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.italic()

italic_

public void italic_()

Specified by:
italic_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.italic_()

lineBreak

public void lineBreak(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
lineBreak in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.lineBreak(SinkEventAttributes)

lineBreak

public void lineBreak()

Specified by:
lineBreak in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.lineBreak()

link

public void link(java.lang.String name,
                 org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
link in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.link(String, SinkEventAttributes)

link

public void link(java.lang.String name)

Specified by:
link in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.link(String)

link_

public void link_()

Specified by:
link_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.link_()

list

public void list(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
list in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.list()

list

public void list()

Specified by:
list in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.list()

list_

public void list_()

Specified by:
list_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.list_()

listItem

public void listItem(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
listItem in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.listItem(SinkEventAttributes)

listItem

public void listItem()

Specified by:
listItem in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.listItem()

listItem_

public void listItem_()

Specified by:
listItem_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.listItem_()

monospaced

public void monospaced()

Specified by:
monospaced in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.monospaced()

monospaced_

public void monospaced_()

Specified by:
monospaced_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.monospaced_()

nonBreakingSpace

public void nonBreakingSpace()

Specified by:
nonBreakingSpace in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.nonBreakingSpace()

numberedList

public void numberedList(int numbering,
                         org.apache.maven.doxia.sink.SinkEventAttributes sinkEventAttributes)

Specified by:
numberedList in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.numberedList(int, SinkEventAttributes)

numberedList

public void numberedList(int numbering)

Specified by:
numberedList in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.numberedList(int)

numberedList_

public void numberedList_()

Specified by:
numberedList_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.numberedList_()

numberedListItem

public void numberedListItem(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
numberedListItem in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.numberedListItem(SinkEventAttributes)

numberedListItem

public void numberedListItem()

Specified by:
numberedListItem in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.numberedListItem()

numberedListItem_

public void numberedListItem_()

Specified by:
numberedListItem_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.numberedListItem_()

pageBreak

public void pageBreak()

Specified by:
pageBreak in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.pageBreak()

paragraph

public void paragraph(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
paragraph in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.paragraph(SinkEventAttributes)

paragraph

public void paragraph()

Specified by:
paragraph in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.paragraph()

paragraph_

public void paragraph_()

Specified by:
paragraph_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.paragraph_()

rawText

public void rawText(java.lang.String text)

Specified by:
rawText in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.rawText(String)

section

public void section(int level,
                    org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
section in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section(int, SinkEventAttributes)

section_

public void section_(int level)

Specified by:
section_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section_(int)

section1

public void section1()

Specified by:
section1 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section1()

section1_

public void section1_()

Specified by:
section1_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section1_()

section2

public void section2()

Specified by:
section2 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section2()

section2_

public void section2_()

Specified by:
section2_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section2_()

section3

public void section3()

Specified by:
section3 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section3()

section3_

public void section3_()

Specified by:
section3_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section3_()

section4

public void section4()

Specified by:
section4 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section4()

section4_

public void section4_()

Specified by:
section4_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section4_()

section5

public void section5()

Specified by:
section5 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section5()

section5_

public void section5_()

Specified by:
section5_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section5_()

sectionTitle

public void sectionTitle(int level,
                         org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
sectionTitle in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle(int, SinkEventAttributes)

sectionTitle

public void sectionTitle()

Specified by:
sectionTitle in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle()

sectionTitle_

public void sectionTitle_(int level)

Specified by:
sectionTitle_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle_(int)

sectionTitle_

public void sectionTitle_()

Specified by:
sectionTitle_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle_()

sectionTitle1

public void sectionTitle1()

Specified by:
sectionTitle1 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle1()

sectionTitle1_

public void sectionTitle1_()

Specified by:
sectionTitle1_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle1_()

sectionTitle2

public void sectionTitle2()

Specified by:
sectionTitle2 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle2()

sectionTitle2_

public void sectionTitle2_()

Specified by:
sectionTitle2_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle2_()

sectionTitle3

public void sectionTitle3()

Specified by:
sectionTitle3 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle3()

sectionTitle3_

public void sectionTitle3_()

Specified by:
sectionTitle3_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle3_()

sectionTitle4

public void sectionTitle4()

Specified by:
sectionTitle4 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle4()

sectionTitle4_

public void sectionTitle4_()

Specified by:
sectionTitle4_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle4_()

sectionTitle5

public void sectionTitle5()

Specified by:
sectionTitle5 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle5()

sectionTitle5_

public void sectionTitle5_()

Specified by:
sectionTitle5_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle5_()

table

public void table(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
table in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.table(SinkEventAttributes)

table

public void table()

Specified by:
table in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.table()

table_

public void table_()

Specified by:
table_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.table_()

tableCaption

public void tableCaption(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
tableCaption in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCaption(SinkEventAttributes)

tableCaption

public void tableCaption()

Specified by:
tableCaption in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCaption()

tableCaption_

public void tableCaption_()

Specified by:
tableCaption_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCaption_()

tableCell

public void tableCell(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
tableCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCell(SinkEventAttributes)

tableCell

public void tableCell()

Specified by:
tableCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCell()

tableCell

public void tableCell(java.lang.String width)

Specified by:
tableCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCell(String)

tableCell_

public void tableCell_()

Specified by:
tableCell_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCell_()

tableHeaderCell

public void tableHeaderCell(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
tableHeaderCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableHeaderCell(SinkEventAttributes)

tableHeaderCell

public void tableHeaderCell()

Specified by:
tableHeaderCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableHeaderCell()

tableHeaderCell

public void tableHeaderCell(java.lang.String width)

Specified by:
tableHeaderCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableHeaderCell(String)

tableHeaderCell_

public void tableHeaderCell_()

Specified by:
tableHeaderCell_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableHeaderCell_()

tableRow

public void tableRow(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
tableRow in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableRow(SinkEventAttributes)

tableRow

public void tableRow()

Specified by:
tableRow in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableRow()

tableRow_

public void tableRow_()

Specified by:
tableRow_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableRow_()

tableRows

public void tableRows(int[] arg0,
                      boolean arg1)

Specified by:
tableRows in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableRows(int[], boolean)

tableRows_

public void tableRows_()

Specified by:
tableRows_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableRows_()

text

public void text(java.lang.String text,
                 org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
text in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.text(String, SinkEventAttributes)

text

public void text(java.lang.String text)

Specified by:
text in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.text(String)

title

public void title(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
title in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.title(SinkEventAttributes)

title

public void title()

Specified by:
title in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.title()

title_

public void title_()

Specified by:
title_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.title_()

verbatim

public void verbatim(org.apache.maven.doxia.sink.SinkEventAttributes attributes)

Specified by:
verbatim in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.verbatim(SinkEventAttributes)

verbatim

public void verbatim(boolean boxed)

Specified by:
verbatim in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.verbatim(boolean)

verbatim_

public void verbatim_()

Specified by:
verbatim_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.verbatim_()

unknown

public void unknown(java.lang.String arg0,
                    java.lang.Object[] arg1,
                    org.apache.maven.doxia.sink.SinkEventAttributes arg2)

Specified by:
unknown in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.unknown(String, Object[], SinkEventAttributes)


Copyright © 2004-2011 XWiki. All Rights Reserved.