|
||||||||||
| 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.AbstractXmlSink
org.apache.maven.doxia.module.fo.FoSink
A Doxia Sink that produces a FO model. The usage is similar to the following:
FoSink sink = new FoSink( writer ); sink.beginDocument(); ... sink.endDocument();
| Field Summary | |
protected Map |
warnMessages
Map of warn messages with a String as key to describe the error type and a Set as value. |
| Fields inherited from interface org.apache.maven.doxia.module.fo.FoMarkup |
BASIC_LINK_TAG, BLOCK_TAG, BOOKMARK_TAG, BOOKMARK_TITLE_TAG, BOOKMARK_TREE_TAG, FLOW_TAG, FO_NAMESPACE, INLINE_TAG, LAYOUT_MASTER_SET_TAG, LEADER_TAG, LIST_BLOCK_TAG, LIST_ITEM_BODY_TAG, LIST_ITEM_LABEL_TAG, LIST_ITEM_TAG, PAGE_NUMBER_CITATION_TAG, PAGE_NUMBER_TAG, PAGE_SEQUENCE_TAG, REGION_AFTER_TAG, REGION_BEFORE_TAG, REGION_BODY_TAG, ROOT_TAG, SIMPLE_PAGE_MASTER_TAG, STATIC_CONTENT_TAG, TABLE_AND_CAPTION_TAG, TABLE_BODY_TAG, TABLE_CAPTION_TAG, TABLE_CELL_TAG, TABLE_COLUMN_TAG, TABLE_ROW_TAG, TABLE_TAG |
| Fields inherited from interface org.apache.maven.doxia.markup.XmlMarkup |
BANG, CDATA, DOCTYPE_START, ENTITY_START, XML_NAMESPACE |
| 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 |
FoSink(Writer writer)
Constructor, initialize the Writer. |
protected |
FoSink(Writer writer,
String encoding)
Constructor, initialize the Writer and tells which encoding is used. |
protected |
FoSink(Writer writer,
String encoding,
String languageId)
Constructor, initialize the Writer and tells which encoding and languageId are used. |
| Method Summary | |
void |
anchor_()
|
void |
anchor(String name)
|
void |
anchor(String name,
SinkEventAttributes attributes)
|
void |
author_()
|
void |
author()
|
void |
author(SinkEventAttributes attributes)
|
void |
beginDocument()
Writes the beginning of a FO document. |
void |
body_()
|
void |
body()
|
void |
body(SinkEventAttributes attributes)
|
void |
bold_()
|
void |
bold()
|
protected void |
chapterHeading(String headerText,
boolean chapterNumber)
Writes a chapter heading. |
void |
close()
|
void |
comment(String comment)
|
protected void |
content(String text)
Writes content, escaping special characters. |
void |
date_()
|
void |
date()
|
void |
date(SinkEventAttributes attributes)
|
void |
definedTerm_()
|
void |
definedTerm()
|
void |
definedTerm(SinkEventAttributes attributes)
|
void |
definition_()
|
void |
definition()
|
void |
definition(SinkEventAttributes attributes)
|
void |
definitionList_()
|
void |
definitionList()
|
void |
definitionList(SinkEventAttributes attributes)
|
void |
definitionListItem_()
|
void |
definitionListItem()
|
void |
definitionListItem(SinkEventAttributes attributes)
|
void |
endDocument()
Writes the end of a FO document, flushes and closes the stream. |
static String |
escaped(String text,
boolean verb)
Escapes special characters so that the text can be included in a fo file. |
void |
figure_()
|
void |
figure()
|
void |
figure(SinkEventAttributes attributes)
|
void |
figureCaption_()
|
void |
figureCaption()
|
void |
figureCaption(SinkEventAttributes attributes)
|
void |
figureGraphics(String name)
|
void |
figureGraphics(String src,
SinkEventAttributes attributes)
|
void |
flush()
|
protected String |
getChapterString()
Returns the current chapter number as a string. |
protected FoConfiguration |
getFoConfiguration()
Returns the configuration object of this sink. |
void |
head_()
|
void |
head()
|
void |
head(SinkEventAttributes attributes)
|
void |
horizontalRule()
|
void |
horizontalRule(SinkEventAttributes attributes)
|
protected boolean |
isFigure()
Flags if we are inside a figure. |
void |
italic_()
|
void |
italic()
|
void |
lineBreak()
|
void |
lineBreak(SinkEventAttributes attributes)
|
void |
link_()
|
void |
link(String name)
|
void |
link(String name,
SinkEventAttributes attributes)
|
void |
list_()
|
void |
list()
|
void |
list(SinkEventAttributes attributes)
|
void |
listItem_()
|
void |
listItem()
|
void |
listItem(SinkEventAttributes attributes)
|
void |
load(File configFile)
Load configuration parameters from a File. |
protected void |
logMessage(String key,
String msg)
If debug mode is enabled, log the msg as is, otherwise add unique msg in warnMessages. |
void |
monospaced_()
|
void |
monospaced()
|
void |
nonBreakingSpace()
|
void |
numberedList_()
|
void |
numberedList(int numbering)
|
void |
numberedList(int numbering,
SinkEventAttributes attributes)
|
void |
numberedListItem_()
|
void |
numberedListItem()
|
void |
numberedListItem(SinkEventAttributes attributes)
|
void |
pageBreak()
|
void |
paragraph_()
|
void |
paragraph()
|
void |
paragraph(SinkEventAttributes attributes)
|
protected void |
pdfBookmarks()
Writes a fo:bookmark-tree. |
void |
rawText(String text)
|
protected void |
regionAfter(String footerText)
Writes a 'xsl-region-after' block. |
protected void |
regionBefore(String headerText)
Writes a 'xsl-region-before' block. |
protected void |
resetSectionCounter()
Resets the section counter to 0. |
void |
section_(int level)
|
void |
section(int level,
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,
SinkEventAttributes attributes)
|
void |
sectionTitle1_()
|
void |
sectionTitle1()
|
void |
sectionTitle2_()
|
void |
sectionTitle2()
|
void |
sectionTitle3_()
|
void |
sectionTitle3()
|
void |
sectionTitle4_()
|
void |
sectionTitle4()
|
void |
sectionTitle5_()
|
void |
sectionTitle5()
|
protected void |
startPageSequence(String initPageNumber,
String headerText,
String footerText)
Starts a page sequence. |
void |
table_()
|
void |
table()
|
void |
table(SinkEventAttributes attributes)
|
void |
tableCaption_()
|
void |
tableCaption()
|
void |
tableCaption(SinkEventAttributes attributes)
|
void |
tableCell_()
|
void |
tableCell()
|
void |
tableCell(SinkEventAttributes attributes)
|
void |
tableCell(String width)
|
void |
tableHeaderCell_()
|
void |
tableHeaderCell()
|
void |
tableHeaderCell(SinkEventAttributes attributes)
|
void |
tableHeaderCell(String width)
|
void |
tableRow_()
|
void |
tableRow()
|
void |
tableRow(SinkEventAttributes attributes)
|
void |
tableRows_()
|
void |
tableRows(int[] justification,
boolean grid)
|
void |
text(String text)
|
void |
text(String text,
SinkEventAttributes attributes)
|
void |
title_()
|
void |
title()
|
void |
title(SinkEventAttributes attributes)
|
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)
|
void |
verbatim(SinkEventAttributes attributes)
|
protected void |
write(String text)
Writes a text, swallowing any exceptions. |
protected void |
writeEmptyTag(HTML.Tag tag,
String attributeId)
Writes a simple tag, appending EOL. |
protected void |
writeEmptyTag(HTML.Tag tag,
String id,
String name)
Writes an empty tag, prepending EOL. |
protected void |
writeEndTag(HTML.Tag t)
|
protected void |
writeln(String text)
Writes a text, appending EOL. |
protected void |
writeStartTag(HTML.Tag t,
MutableAttributeSet att,
boolean isSimpleTag)
|
protected void |
writeStartTag(HTML.Tag tag,
String attributeId)
Writes a start tag, prepending EOL. |
protected void |
writeStartTag(HTML.Tag tag,
String id,
String name)
Writes a start tag, prepending EOL. |
protected void |
writeStartTag(HTML.Tag tag,
String id,
String name,
String attributeId)
Writes a start tag, prepending EOL. |
| Methods inherited from class org.apache.maven.doxia.sink.AbstractXmlSink |
getNameSpace, setNameSpace, writeEOL, writeSimpleTag, writeSimpleTag, writeStartTag, writeStartTag |
| 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 |
| Field Detail |
protected Map warnMessages
| Constructor Detail |
protected FoSink(Writer writer)
writer - not null writer to write the result. Should be an UTF-8 Writer.
You could use newXmlWriter methods from WriterFactory.
protected FoSink(Writer writer,
String encoding)
writer - not null writer to write the result.encoding - the encoding used, that should be written to the generated HTML content
if not null.
protected FoSink(Writer writer,
String encoding,
String languageId)
writer - not null writer to write the result.encoding - the encoding used, that should be written to the generated HTML content
if not null.languageId - language identifier for the root element as defined by
IETF BCP 47, Tags for the Identification of Languages;
in addition, the empty string may be specified.| Method Detail |
public void load(File configFile)
throws IOException
configFile - the configuration file.
IOException - if the File cannot be read
or some error occurs when initializing the configuration parameters.public void head(SinkEventAttributes attributes)
head in interface Sinkpublic void head()
head in interface Sinkpublic void head_()
head_ in interface Sinkpublic void title(SinkEventAttributes attributes)
title in interface Sinkpublic void title()
title in interface Sinkpublic void title_()
title_ in interface Sinkpublic void author(SinkEventAttributes attributes)
author in interface Sinkpublic void author()
author in interface Sinkpublic void author_()
author_ in interface Sinkpublic void date(SinkEventAttributes attributes)
date in interface Sinkpublic void date()
date in interface Sinkpublic void date_()
date_ in interface Sinkpublic void body(SinkEventAttributes attributes)
body in interface Sinkpublic void body()
body in interface Sinkpublic void body_()
body_ in interface Sinkpublic void sectionTitle()
sectionTitle in interface Sinkpublic void sectionTitle_()
sectionTitle_ in interface Sink
public void section(int level,
SinkEventAttributes attributes)
section in interface Sinkpublic void section_(int level)
section_ in interface Sink
public void sectionTitle(int level,
SinkEventAttributes attributes)
sectionTitle in interface Sinkpublic void sectionTitle_(int level)
sectionTitle_ in interface Sinkpublic void section1()
section1 in interface Sinkpublic void sectionTitle1()
sectionTitle1 in interface Sinkpublic void sectionTitle1_()
sectionTitle1_ in interface Sinkpublic void section1_()
section1_ in interface Sinkpublic void section2()
section2 in interface Sinkpublic void sectionTitle2()
sectionTitle2 in interface Sinkpublic void sectionTitle2_()
sectionTitle2_ in interface Sinkpublic void section2_()
section2_ in interface Sinkpublic void section3()
section3 in interface Sinkpublic void sectionTitle3()
sectionTitle3 in interface Sinkpublic void sectionTitle3_()
sectionTitle3_ in interface Sinkpublic void section3_()
section3_ in interface Sinkpublic void section4()
section4 in interface Sinkpublic void sectionTitle4()
sectionTitle4 in interface Sinkpublic void sectionTitle4_()
sectionTitle4_ in interface Sinkpublic void section4_()
section4_ in interface Sinkpublic void section5()
section5 in interface Sinkpublic void sectionTitle5()
sectionTitle5 in interface Sinkpublic void sectionTitle5_()
sectionTitle5_ in interface Sinkpublic void section5_()
section5_ in interface Sinkprotected void resetSectionCounter()
protected String getChapterString()
public void list(SinkEventAttributes attributes)
list in interface Sinkpublic void list()
list in interface Sinkpublic void list_()
list_ in interface Sinkpublic void listItem(SinkEventAttributes attributes)
listItem in interface Sinkpublic void listItem()
listItem in interface Sinkpublic void listItem_()
listItem_ in interface Sink
public void numberedList(int numbering,
SinkEventAttributes attributes)
numberedList in interface Sinkpublic void numberedList(int numbering)
numberedList in interface Sinkpublic void numberedList_()
numberedList_ in interface Sinkpublic void numberedListItem(SinkEventAttributes attributes)
numberedListItem in interface Sinkpublic void numberedListItem()
numberedListItem in interface Sinkpublic void numberedListItem_()
numberedListItem_ in interface Sinkpublic void definitionList(SinkEventAttributes attributes)
definitionList in interface Sinkpublic void definitionList()
definitionList in interface Sinkpublic void definitionList_()
definitionList_ in interface Sinkpublic void definitionListItem(SinkEventAttributes attributes)
definitionListItem in interface Sinkpublic void definitionListItem()
definitionListItem in interface Sinkpublic void definitionListItem_()
definitionListItem_ in interface Sinkpublic void definedTerm(SinkEventAttributes attributes)
definedTerm in interface Sinkpublic void definedTerm()
definedTerm in interface Sinkpublic void definedTerm_()
definedTerm_ in interface Sinkpublic void definition(SinkEventAttributes attributes)
definition in interface Sinkpublic void definition()
definition in interface Sinkpublic void definition_()
definition_ in interface Sinkpublic void figure(SinkEventAttributes attributes)
figure in interface Sinkpublic void figure()
figure in interface Sinkpublic void figure_()
figure_ in interface Sinkpublic void figureGraphics(String name)
figureGraphics in interface Sink
public void figureGraphics(String src,
SinkEventAttributes attributes)
figureGraphics in interface Sinkprotected boolean isFigure()
figure() and figure_() calls.public void figureCaption(SinkEventAttributes attributes)
figureCaption in interface Sinkpublic void figureCaption()
figureCaption in interface Sinkpublic void figureCaption_()
figureCaption_ in interface Sinkpublic void paragraph()
paragraph in interface Sinkpublic void paragraph(SinkEventAttributes attributes)
paragraph in interface Sinkpublic void paragraph_()
paragraph_ in interface Sinkpublic void verbatim(SinkEventAttributes attributes)
verbatim in interface Sinkpublic void verbatim(boolean boxed)
verbatim in interface Sinkpublic void verbatim_()
verbatim_ in interface Sinkpublic void horizontalRule(SinkEventAttributes attributes)
horizontalRule in interface Sinkpublic void horizontalRule()
horizontalRule in interface Sinkpublic void pageBreak()
pageBreak in interface Sinkpublic void table(SinkEventAttributes attributes)
table in interface Sinkpublic void table()
table in interface Sinkpublic void table_()
table_ in interface Sink
public void tableRows(int[] justification,
boolean grid)
tableRows in interface Sinkpublic void tableRows_()
tableRows_ in interface Sinkpublic void tableRow(SinkEventAttributes attributes)
tableRow in interface Sinkpublic void tableRow()
tableRow in interface Sinkpublic void tableRow_()
tableRow_ in interface Sinkpublic void tableCell(SinkEventAttributes attributes)
tableCell in interface Sinkpublic void tableCell()
tableCell in interface Sinkpublic void tableCell(String width)
tableCell in interface Sinkpublic void tableHeaderCell(SinkEventAttributes attributes)
tableHeaderCell in interface Sinkpublic void tableHeaderCell()
tableHeaderCell in interface Sinkpublic void tableHeaderCell(String width)
tableHeaderCell in interface Sinkpublic void tableCell_()
tableCell_ in interface Sinkpublic void tableHeaderCell_()
tableHeaderCell_ in interface Sinkpublic void tableCaption(SinkEventAttributes attributes)
tableCaption in interface Sinkpublic void tableCaption()
tableCaption in interface Sinkpublic void tableCaption_()
tableCaption_ in interface Sink
public void anchor(String name,
SinkEventAttributes attributes)
anchor in interface Sinkpublic void anchor(String name)
anchor in interface Sinkpublic void anchor_()
anchor_ in interface Sink
public void link(String name,
SinkEventAttributes attributes)
link in interface Sinkpublic void link(String name)
link in interface Sinkpublic void link_()
link_ in interface Sinkpublic void italic()
italic in interface Sinkpublic void italic_()
italic_ in interface Sinkpublic void bold()
bold in interface Sinkpublic void bold_()
bold_ in interface Sinkpublic void monospaced()
monospaced in interface Sinkpublic void monospaced_()
monospaced_ in interface Sinkpublic void lineBreak(SinkEventAttributes attributes)
lineBreak in interface Sinkpublic void lineBreak()
lineBreak in interface Sinkpublic void nonBreakingSpace()
nonBreakingSpace in interface Sink
public void text(String text,
SinkEventAttributes attributes)
text in interface Sinkpublic void text(String text)
text in interface Sinkpublic void rawText(String text)
rawText in interface Sinkpublic void flush()
flush in interface Sinkpublic void close()
close in interface Sink
public void unknown(String name,
Object[] requiredParams,
SinkEventAttributes attributes)
unknown in interface SinkSink.unknown(String,Object[],SinkEventAttributes)public void comment(String comment)
comment in interface Sinkpublic void beginDocument()
public void endDocument()
protected FoConfiguration getFoConfiguration()
protected void writeStartTag(HTML.Tag tag,
String attributeId)
tag - The tag.attributeId - An id identifying the attribute set.
protected void writeStartTag(HTML.Tag tag,
String id,
String name)
tag - The tag.id - An id to add.name - The name (value) of the id.
protected void writeStartTag(HTML.Tag tag,
String id,
String name,
String attributeId)
tag - The tag.id - An id to add.name - The name (value) of the id.attributeId - An id identifying the attribute set.
protected void writeEmptyTag(HTML.Tag tag,
String id,
String name)
tag - The tag.id - An id to add.name - The name (value) of the id.
protected void writeEmptyTag(HTML.Tag tag,
String attributeId)
tag - The tag name.attributeId - An id identifying the attribute set.protected void write(String text)
protected void writeln(String text)
text - The text to write.protected void content(String text)
text - The text to write.
public static String escaped(String text,
boolean verb)
text - The text to process.verb - In verbatim mode, white space and newlines are escaped.
protected void writeStartTag(HTML.Tag t,
MutableAttributeSet att,
boolean isSimpleTag)
protected void writeEndTag(HTML.Tag t)
protected void startPageSequence(String initPageNumber,
String headerText,
String footerText)
initPageNumber - The initial page number. Should be either "0" (for the first page) or "auto".headerText - The text to write in the header, if null, nothing is written.footerText - The text to write in the footer, if null, nothing is written.protected void regionBefore(String headerText)
headerText - The text to write in the header, if null, nothing is written.protected void regionAfter(String footerText)
footerText - The text to write in the footer, if null, nothing is written.
protected void chapterHeading(String headerText,
boolean chapterNumber)
headerText - The text to write in the header, if null, the current document title is written.chapterNumber - True if the chapter number should be written in front of the text.protected void pdfBookmarks()
protected void logMessage(String key,
String msg)
msg as is, otherwise add unique msg in warnMessages.
key - not nullmsg - not nullclose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||