|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.doxia.sink.AbstractSink
org.apache.maven.doxia.sink.SinkAdapter
org.apache.maven.doxia.sink.AbstractTextSink
org.apache.maven.doxia.module.apt.AptSink
public class AptSink
APT generator implementation.
Note: The encoding used is UTF-8.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.doxia.markup.TextMarkup |
|---|
PIPE |
| Fields inherited from interface org.apache.maven.doxia.markup.Markup |
|---|
COLON, EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SEMICOLON, SLASH, SPACE, STAR |
| 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 | |
|---|---|
protected |
AptSink(Writer writer)
Constructor, initialize the Writer and the variables. |
| Method Summary | |
|---|---|
void |
anchor_()
|
void |
anchor(String name)
|
void |
author_()
|
void |
bold_()
|
void |
bold()
|
void |
close()
|
void |
comment(String comment)
|
protected void |
content(String text)
Write Apt escaped text to output. |
void |
date_()
|
void |
definedTerm_()
|
void |
definedTerm()
|
void |
definition_()
|
void |
definition()
|
void |
definitionList_()
|
void |
definitionList()
|
void |
figureCaption_()
|
void |
figureGraphics(String name)
|
void |
flush()
|
protected StringBuffer |
getBuffer()
Returns the buffer that holds the current text. |
void |
head_()
|
void |
head()
|
void |
horizontalRule()
|
protected void |
init()
|
void |
italic_()
|
void |
italic()
|
void |
lineBreak()
|
void |
link_()
|
void |
link(String name)
|
void |
link(String name,
String target)
A link with a target. |
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(String text)
|
protected void |
resetBuffer()
Reset the StringBuffer. |
protected void |
resetState()
Deprecated. since 1.1.2, use init() instead of. |
protected void |
resetTableCaptionBuffer()
Reset the TableCaptionBuffer. |
void |
section1_()
|
void |
section2_()
|
void |
section3_()
|
void |
section4_()
|
void |
section5_()
|
void |
sectionTitle1_()
|
void |
sectionTitle1()
|
void |
sectionTitle2_()
|
void |
sectionTitle2()
|
void |
sectionTitle3_()
|
void |
sectionTitle3()
|
void |
sectionTitle4_()
|
void |
sectionTitle4()
|
void |
sectionTitle5_()
|
void |
sectionTitle5()
|
protected void |
setHeadFlag(boolean headFlag)
Used to determine whether we are in head mode. |
void |
table_()
|
void |
table()
|
void |
tableCaption_()
|
void |
tableCaption()
|
void |
tableCell_()
|
void |
tableCell()
|
void |
tableCell(boolean headerRow)
Starts a table cell. |
void |
tableHeaderCell_()
|
void |
tableHeaderCell()
|
void |
tableRow_()
|
void |
tableRow()
|
void |
tableRows_()
|
void |
tableRows(int[] justification,
boolean grid)
|
void |
text(String text)
|
void |
title_()
|
void |
unknown(String name,
Object[] requiredParams,
SinkEventAttributes attributes)
Unkown events just log a warning message but are ignored otherwise. |
void |
verbatim_()
|
void |
verbatim(boolean boxed)
|
protected void |
verbatimContent(String text)
Write Apt escaped text to output. |
protected void |
write(String text)
Write text to output. |
| Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter |
|---|
anchor, author, author, body_, body, body, date, date, definedTerm, definition, definitionList, definitionListItem_, definitionListItem, definitionListItem, figure_, figure, figure, figureCaption, figureCaption, figureGraphics, head, horizontalRule, lineBreak, link, list, listItem, numberedList, numberedListItem, paragraph, section_, section, section1, section2, section3, section4, section5, sectionTitle_, sectionTitle_, sectionTitle, sectionTitle, table, tableCaption, tableCell, tableCell, tableHeaderCell, tableHeaderCell, tableRow, text, title, title, verbatim |
| Methods inherited from class org.apache.maven.doxia.sink.AbstractSink |
|---|
enableLogging, getLog, unifyEOLs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AptSink(Writer writer)
writer - not null writer to write the result. Should be an UTF-8 Writer.
You could use newWriter methods from WriterFactory.| Method Detail |
|---|
protected StringBuffer getBuffer()
protected void setHeadFlag(boolean headFlag)
headFlag - True for head mode.protected void resetState()
init() instead of.
protected void init()
init in class AbstractSinkprotected void resetBuffer()
protected void resetTableCaptionBuffer()
public void head()
head in interface Sinkhead in class SinkAdapterpublic void head_()
head_ in interface Sinkhead_ in class SinkAdapterpublic void title_()
title_ in interface Sinktitle_ in class SinkAdapterpublic void author_()
author_ in interface Sinkauthor_ in class SinkAdapterpublic void date_()
date_ in interface Sinkdate_ in class SinkAdapterpublic void section1_()
section1_ in interface Sinksection1_ in class SinkAdapterpublic void section2_()
section2_ in interface Sinksection2_ in class SinkAdapterpublic void section3_()
section3_ in interface Sinksection3_ in class SinkAdapterpublic void section4_()
section4_ in interface Sinksection4_ in class SinkAdapterpublic void section5_()
section5_ in interface Sinksection5_ in class SinkAdapterpublic void sectionTitle1()
sectionTitle1 in interface SinksectionTitle1 in class SinkAdapterpublic void sectionTitle1_()
sectionTitle1_ in interface SinksectionTitle1_ in class SinkAdapterpublic void sectionTitle2()
sectionTitle2 in interface SinksectionTitle2 in class SinkAdapterpublic void sectionTitle2_()
sectionTitle2_ in interface SinksectionTitle2_ in class SinkAdapterpublic void sectionTitle3()
sectionTitle3 in interface SinksectionTitle3 in class SinkAdapterpublic void sectionTitle3_()
sectionTitle3_ in interface SinksectionTitle3_ in class SinkAdapterpublic void sectionTitle4()
sectionTitle4 in interface SinksectionTitle4 in class SinkAdapterpublic void sectionTitle4_()
sectionTitle4_ in interface SinksectionTitle4_ in class SinkAdapterpublic void sectionTitle5()
sectionTitle5 in interface SinksectionTitle5 in class SinkAdapterpublic void sectionTitle5_()
sectionTitle5_ in interface SinksectionTitle5_ in class SinkAdapterpublic void list()
list in interface Sinklist in class SinkAdapterpublic void list_()
list_ in interface Sinklist_ in class SinkAdapterpublic void listItem()
listItem in interface SinklistItem in class SinkAdapterpublic void listItem_()
listItem_ in interface SinklistItem_ in class SinkAdapterpublic void numberedList(int numbering)
numberedList in interface SinknumberedList in class SinkAdapterpublic void numberedList_()
numberedList_ in interface SinknumberedList_ in class SinkAdapterpublic void numberedListItem()
numberedListItem in interface SinknumberedListItem in class SinkAdapterpublic void numberedListItem_()
numberedListItem_ in interface SinknumberedListItem_ in class SinkAdapterpublic void definitionList()
definitionList in interface SinkdefinitionList in class SinkAdapterpublic void definitionList_()
definitionList_ in interface SinkdefinitionList_ in class SinkAdapterpublic void definedTerm()
definedTerm in interface SinkdefinedTerm in class SinkAdapterpublic void definedTerm_()
definedTerm_ in interface SinkdefinedTerm_ in class SinkAdapterpublic void definition()
definition in interface Sinkdefinition in class SinkAdapterpublic void definition_()
definition_ in interface Sinkdefinition_ in class SinkAdapterpublic void pageBreak()
pageBreak in interface SinkpageBreak in class SinkAdapterpublic void paragraph()
paragraph in interface Sinkparagraph in class SinkAdapterpublic void paragraph_()
paragraph_ in interface Sinkparagraph_ in class SinkAdapterpublic void verbatim(boolean boxed)
verbatim in interface Sinkverbatim in class SinkAdapterpublic void verbatim_()
verbatim_ in interface Sinkverbatim_ in class SinkAdapterpublic void horizontalRule()
horizontalRule in interface SinkhorizontalRule in class SinkAdapterpublic void table()
table in interface Sinktable in class SinkAdapterpublic void table_()
table_ in interface Sinktable_ in class SinkAdapter
public void tableRows(int[] justification,
boolean grid)
tableRows in interface SinktableRows in class SinkAdapterpublic void tableRows_()
tableRows_ in interface SinktableRows_ in class SinkAdapterpublic void tableRow()
tableRow in interface SinktableRow in class SinkAdapterpublic void tableRow_()
tableRow_ in interface SinktableRow_ in class SinkAdapterpublic void tableCell()
tableCell in interface SinktableCell in class SinkAdapterpublic void tableHeaderCell()
tableHeaderCell in interface SinktableHeaderCell in class SinkAdapterpublic void tableCell(boolean headerRow)
headerRow - If this cell is part of a header row.public void tableCell_()
tableCell_ in interface SinktableCell_ in class SinkAdapterpublic void tableHeaderCell_()
tableHeaderCell_ in interface SinktableHeaderCell_ in class SinkAdapterpublic void tableCaption()
tableCaption in interface SinktableCaption in class SinkAdapterpublic void tableCaption_()
tableCaption_ in interface SinktableCaption_ in class SinkAdapterpublic void figureCaption_()
figureCaption_ in interface SinkfigureCaption_ in class SinkAdapterpublic void figureGraphics(String name)
figureGraphics in interface SinkfigureGraphics in class SinkAdapterpublic void anchor(String name)
anchor in interface Sinkanchor in class SinkAdapterpublic void anchor_()
anchor_ in interface Sinkanchor_ in class SinkAdapterpublic void link(String name)
link in interface Sinklink in class SinkAdapterpublic void link_()
link_ in interface Sinklink_ in class SinkAdapter
public void link(String name,
String target)
name - The name of the link.target - The link target.public void italic()
italic in interface Sinkitalic in class SinkAdapterpublic void italic_()
italic_ in interface Sinkitalic_ in class SinkAdapterpublic void bold()
bold in interface Sinkbold in class SinkAdapterpublic void bold_()
bold_ in interface Sinkbold_ in class SinkAdapterpublic void monospaced()
monospaced in interface Sinkmonospaced in class SinkAdapterpublic void monospaced_()
monospaced_ in interface Sinkmonospaced_ in class SinkAdapterpublic void lineBreak()
lineBreak in interface SinklineBreak in class SinkAdapterpublic void nonBreakingSpace()
nonBreakingSpace in interface SinknonBreakingSpace in class SinkAdapterpublic void text(String text)
text in interface Sinktext in class SinkAdapterpublic void rawText(String text)
rawText in interface SinkrawText in class SinkAdapterpublic void comment(String comment)
comment in interface Sinkcomment in class SinkAdapter
public void unknown(String name,
Object[] requiredParams,
SinkEventAttributes attributes)
unknown in interface Sinkunknown in class SinkAdapterSink.unknown(String,Object[],SinkEventAttributes)protected void write(String text)
text - The text to write.protected void content(String text)
text - The text to write.protected void verbatimContent(String text)
text - The text to write.public void flush()
flush in interface Sinkflush in class SinkAdapterpublic void close()
close in interface Sinkclose in class SinkAdapter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||