public class FoSink extends AbstractXmlSink implements FoMarkup
FoSink sink = new FoSink( writer ); sink.beginDocument(); ... sink.endDocument();
| Modifier and Type | Field and Description |
|---|---|
protected Stack<List<HTML.Tag>> |
inlineStack
Keep track of the closing tags for inline events.
|
protected Map<String,Set<String>> |
warnMessages
Map of warn messages with a String as key to describe the error type and a Set as value.
|
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_TAGBANG, CDATA, DOCTYPE_START, ENTITY_START, XML_NAMESPACECOLON, EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SEMICOLON, SLASH, SPACE, STARJUSTIFY_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, SECTION_LEVEL_6| Modifier | Constructor and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 void |
init() |
void |
inline_() |
void |
inline() |
void |
inline(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.
|
getNameSpace, setInsertNewline, setNameSpace, writeEOL, writeSimpleTag, writeSimpleTag, writeStartTag, writeStartTagaddress_, address, address, article_, article, article, blockquote_, blockquote, blockquote, content_, content, content, data_, data, data, division_, division, division, footer_, footer, footer, header_, header, header, lineBreakOpportunity, lineBreakOpportunity, navigation_, navigation, navigation, section6_, section6, sectionTitle6_, sectionTitle6, sidebar_, sidebar, sidebar, time_, time, timeenableLogging, getLog, unifyEOLsprotected Stack<List<HTML.Tag>> inlineStack
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.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 Sinkhead in class SinkAdapterpublic void head()
head in interface Sinkhead in class SinkAdapterpublic void head_()
head_ in interface Sinkhead_ in class SinkAdapterpublic void title(SinkEventAttributes attributes)
title in interface Sinktitle in class SinkAdapterpublic void title()
title in interface Sinktitle in class SinkAdapterpublic void title_()
title_ in interface Sinktitle_ in class SinkAdapterpublic void author(SinkEventAttributes attributes)
author in interface Sinkauthor in class SinkAdapterpublic void author()
author in interface Sinkauthor in class SinkAdapterpublic void author_()
author_ in interface Sinkauthor_ in class SinkAdapterpublic void date(SinkEventAttributes attributes)
date in interface Sinkdate in class SinkAdapterpublic void date()
date in interface Sinkdate in class SinkAdapterpublic void date_()
date_ in interface Sinkdate_ in class SinkAdapterpublic void body(SinkEventAttributes attributes)
body in interface Sinkbody in class SinkAdapterpublic void body()
body in interface Sinkbody in class SinkAdapterpublic void body_()
body_ in interface Sinkbody_ in class SinkAdapterpublic void sectionTitle()
sectionTitle in interface SinksectionTitle in class SinkAdapterpublic void sectionTitle_()
sectionTitle_ in interface SinksectionTitle_ in class SinkAdapterpublic void section(int level,
SinkEventAttributes attributes)
section in interface Sinksection in class SinkAdapterpublic void section_(int level)
section_ in interface Sinksection_ in class SinkAdapterpublic void sectionTitle(int level,
SinkEventAttributes attributes)
sectionTitle in interface SinksectionTitle in class SinkAdapterpublic void sectionTitle_(int level)
sectionTitle_ in interface SinksectionTitle_ in class SinkAdapterpublic void section1()
section1 in interface Sinksection1 in class SinkAdapterpublic void sectionTitle1()
sectionTitle1 in interface SinksectionTitle1 in class SinkAdapterpublic void sectionTitle1_()
sectionTitle1_ in interface SinksectionTitle1_ in class SinkAdapterpublic void section1_()
section1_ in interface Sinksection1_ in class SinkAdapterpublic void section2()
section2 in interface Sinksection2 in class SinkAdapterpublic void sectionTitle2()
sectionTitle2 in interface SinksectionTitle2 in class SinkAdapterpublic void sectionTitle2_()
sectionTitle2_ in interface SinksectionTitle2_ in class SinkAdapterpublic void section2_()
section2_ in interface Sinksection2_ in class SinkAdapterpublic void section3()
section3 in interface Sinksection3 in class SinkAdapterpublic void sectionTitle3()
sectionTitle3 in interface SinksectionTitle3 in class SinkAdapterpublic void sectionTitle3_()
sectionTitle3_ in interface SinksectionTitle3_ in class SinkAdapterpublic void section3_()
section3_ in interface Sinksection3_ in class SinkAdapterpublic void section4()
section4 in interface Sinksection4 in class SinkAdapterpublic void sectionTitle4()
sectionTitle4 in interface SinksectionTitle4 in class SinkAdapterpublic void sectionTitle4_()
sectionTitle4_ in interface SinksectionTitle4_ in class SinkAdapterpublic void section4_()
section4_ in interface Sinksection4_ in class SinkAdapterpublic void section5()
section5 in interface Sinksection5 in class SinkAdapterpublic void sectionTitle5()
sectionTitle5 in interface SinksectionTitle5 in class SinkAdapterpublic void sectionTitle5_()
sectionTitle5_ in interface SinksectionTitle5_ in class SinkAdapterpublic void section5_()
section5_ in interface Sinksection5_ in class SinkAdapterprotected void resetSectionCounter()
protected String getChapterString()
public void list(SinkEventAttributes attributes)
list in interface Sinklist in class SinkAdapterpublic void list()
list in interface Sinklist in class SinkAdapterpublic void list_()
list_ in interface Sinklist_ in class SinkAdapterpublic void listItem(SinkEventAttributes attributes)
listItem in interface SinklistItem 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,
SinkEventAttributes attributes)
numberedList in interface SinknumberedList 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(SinkEventAttributes attributes)
numberedListItem in interface SinknumberedListItem in class SinkAdapterpublic void numberedListItem()
numberedListItem in interface SinknumberedListItem in class SinkAdapterpublic void numberedListItem_()
numberedListItem_ in interface SinknumberedListItem_ in class SinkAdapterpublic void definitionList(SinkEventAttributes attributes)
definitionList in interface SinkdefinitionList in class SinkAdapterpublic void definitionList()
definitionList in interface SinkdefinitionList in class SinkAdapterpublic void definitionList_()
definitionList_ in interface SinkdefinitionList_ in class SinkAdapterpublic void definitionListItem(SinkEventAttributes attributes)
definitionListItem in interface SinkdefinitionListItem in class SinkAdapterpublic void definitionListItem()
definitionListItem in interface SinkdefinitionListItem in class SinkAdapterpublic void definitionListItem_()
definitionListItem_ in interface SinkdefinitionListItem_ in class SinkAdapterpublic void definedTerm(SinkEventAttributes attributes)
definedTerm in interface SinkdefinedTerm in class SinkAdapterpublic void definedTerm()
definedTerm in interface SinkdefinedTerm in class SinkAdapterpublic void definedTerm_()
definedTerm_ in interface SinkdefinedTerm_ in class SinkAdapterpublic void definition(SinkEventAttributes attributes)
definition in interface Sinkdefinition in class SinkAdapterpublic void definition()
definition in interface Sinkdefinition in class SinkAdapterpublic void definition_()
definition_ in interface Sinkdefinition_ in class SinkAdapterpublic void figure(SinkEventAttributes attributes)
figure in interface Sinkfigure in class SinkAdapterpublic void figure()
figure in interface Sinkfigure in class SinkAdapterpublic void figure_()
figure_ in interface Sinkfigure_ in class SinkAdapterpublic void figureGraphics(String name)
figureGraphics in interface SinkfigureGraphics in class SinkAdapterpublic void figureGraphics(String src, SinkEventAttributes attributes)
figureGraphics in interface SinkfigureGraphics in class SinkAdapterprotected boolean isFigure()
public void figureCaption(SinkEventAttributes attributes)
figureCaption in interface SinkfigureCaption in class SinkAdapterpublic void figureCaption()
figureCaption in interface SinkfigureCaption in class SinkAdapterpublic void figureCaption_()
figureCaption_ in interface SinkfigureCaption_ in class SinkAdapterpublic void paragraph()
paragraph in interface Sinkparagraph in class SinkAdapterpublic void paragraph(SinkEventAttributes attributes)
paragraph in interface Sinkparagraph in class SinkAdapterpublic void paragraph_()
paragraph_ in interface Sinkparagraph_ in class SinkAdapterpublic void verbatim(SinkEventAttributes attributes)
verbatim in interface Sinkverbatim 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(SinkEventAttributes attributes)
horizontalRule in interface SinkhorizontalRule in class SinkAdapterpublic void horizontalRule()
horizontalRule in interface SinkhorizontalRule in class SinkAdapterpublic void pageBreak()
pageBreak in interface SinkpageBreak in class SinkAdapterpublic void table(SinkEventAttributes attributes)
table in interface Sinktable in class SinkAdapterpublic void table()
table in interface Sinktable in class SinkAdapterpublic void table_()
table_ in interface Sinktable_ in class SinkAdapterpublic void tableRows(int[] justification,
boolean grid)
tableRows in interface SinktableRows in class SinkAdapterpublic void tableRows_()
tableRows_ in interface SinktableRows_ in class SinkAdapterpublic void tableRow(SinkEventAttributes attributes)
tableRow in interface SinktableRow in class SinkAdapterpublic void tableRow()
tableRow in interface SinktableRow in class SinkAdapterpublic void tableRow_()
tableRow_ in interface SinktableRow_ in class SinkAdapterpublic void tableCell(SinkEventAttributes attributes)
tableCell in interface SinktableCell in class SinkAdapterpublic void tableCell()
tableCell in interface SinktableCell in class SinkAdapterpublic void tableCell(String width)
tableCell in interface SinktableCell in class SinkAdapterpublic void tableHeaderCell(SinkEventAttributes attributes)
tableHeaderCell in interface SinktableHeaderCell in class SinkAdapterpublic void tableHeaderCell()
tableHeaderCell in interface SinktableHeaderCell in class SinkAdapterpublic void tableHeaderCell(String width)
tableHeaderCell in interface SinktableHeaderCell in class SinkAdapterpublic void tableCell_()
tableCell_ in interface SinktableCell_ in class SinkAdapterpublic void tableHeaderCell_()
tableHeaderCell_ in interface SinktableHeaderCell_ in class SinkAdapterpublic void tableCaption(SinkEventAttributes attributes)
tableCaption in interface SinktableCaption in class SinkAdapterpublic void tableCaption()
tableCaption in interface SinktableCaption in class SinkAdapterpublic void tableCaption_()
tableCaption_ in interface SinktableCaption_ in class SinkAdapterpublic void anchor(String name, SinkEventAttributes attributes)
anchor in interface Sinkanchor 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, SinkEventAttributes attributes)
link in interface Sinklink in class SinkAdapterpublic void link(String name)
link in interface Sinklink in class SinkAdapterpublic void link_()
link_ in interface Sinklink_ in class SinkAdapterpublic void inline()
inline in interface Sinkinline in class SinkAdapterpublic void inline(SinkEventAttributes attributes)
inline in interface Sinkinline in class SinkAdapterpublic void inline_()
inline_ in interface Sinkinline_ in class SinkAdapterpublic 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(SinkEventAttributes attributes)
lineBreak in interface SinklineBreak 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, SinkEventAttributes attributes)
text in interface Sinktext 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 flush()
flush in interface Sinkflush in class SinkAdapterpublic void close()
close in interface Sinkclose in class SinkAdapterpublic void unknown(String name, Object[] requiredParams, SinkEventAttributes attributes)
unknown in interface Sinkunknown in class SinkAdapterSink.unknown(String,Object[],SinkEventAttributes)public void comment(String comment)
comment in interface Sinkcomment in class SinkAdapterpublic 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)
write in class AbstractXmlSinkprotected 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)
writeStartTag in class AbstractXmlSinkprotected void writeEndTag(HTML.Tag t)
writeEndTag in class AbstractXmlSinkprotected 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()protected void init()
init in class AbstractSinkCopyright © 2005–2019 The Apache Software Foundation. All rights reserved.