|
|||||||||
| 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.itext.ITextSink
public class ITextSink
A doxia Sink which produces an XML Front End document for iText framework.
ElementTags.TABLE and ElementTags.TABLEFITSPAGE.
See http://sourceforge.net/tracker/index.php?func=detail&aid=786427&group_id=15255&atid=115255.
| Field Summary | |
|---|---|
static String |
DEFAULT_CHAPTER_TITLE_LEADING
This is the default leading for chapter title |
static String |
DEFAULT_SECTION_TITLE_LEADING
This is the default leading for section title |
static String |
DOCTYPE
This is the reference to the DTD. |
static String |
DTD
This is the place where the iText DTD is located. |
| 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 |
ITextSink(PrettyPrintXMLWriter xmlWriter)
Constructor for ITextSink. |
protected |
ITextSink(Writer writer)
Constructor for ITextSink. |
protected |
ITextSink(Writer writer,
String encoding)
Constructor for ITextSink. |
| Method Summary | |
|---|---|
void |
anchor_()
|
void |
anchor(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(String name)
If the name is a relative link, the internal link will used a System property itext.basedir,
or the class loader. |
void |
flush()
|
ClassLoader |
getClassLoader()
Get the current classLoader |
void |
head_()
|
void |
head()
|
void |
horizontalRule()
|
protected void |
init()
|
void |
italic_()
|
void |
italic()
|
void |
lineBreak()
|
void |
link_()
|
void |
link(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(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 |
setClassLoader(ClassLoader cl)
Set a new class loader |
void |
table_()
|
void |
table()
|
void |
tableCaption_()
|
void |
tableCaption()
|
void |
tableCell_()
|
void |
tableCell()
|
void |
tableCell(String width)
|
void |
tableHeaderCell_()
|
void |
tableHeaderCell()
|
void |
tableHeaderCell(String width)
|
void |
tableRow_()
|
void |
tableRow()
|
void |
tableRows_()
|
void |
tableRows(int[] justification,
boolean grid)
|
void |
text(String text)
|
void |
title_()
|
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 |
write(String aString)
Convenience method to write a String |
| Methods inherited from class org.apache.maven.doxia.sink.AbstractXmlSink |
|---|
getNameSpace, setNameSpace, writeEndTag, writeEOL, writeSimpleTag, writeSimpleTag, writeStartTag, writeStartTag, writeStartTag |
| Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter |
|---|
anchor, author, body, comment, date, definedTerm, definition, definitionList, definitionListItem, figure, figureCaption, figureGraphics, head, horizontalRule, lineBreak, link, list, listItem, numberedList, numberedListItem, paragraph, section_, section, sectionTitle_, sectionTitle, table, tableCaption, tableCell, tableHeaderCell, tableRow, text, 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 |
| Field Detail |
|---|
public static final String DTD
public static final String DOCTYPE
public static final String DEFAULT_CHAPTER_TITLE_LEADING
public static final String DEFAULT_SECTION_TITLE_LEADING
| Constructor Detail |
|---|
protected ITextSink(Writer writer)
Constructor for ITextSink.
writer - the writer.
protected ITextSink(Writer writer,
String encoding)
Constructor for ITextSink.
writer - the writer.encoding - the encoding.protected ITextSink(PrettyPrintXMLWriter xmlWriter)
Constructor for ITextSink.
xmlWriter - a pretty-printing xml writer.| Method Detail |
|---|
public ClassLoader getClassLoader()
public void setClassLoader(ClassLoader cl)
cl - the class loader.public void close()
close in interface Sinkclose in class SinkAdapterpublic void flush()
flush in interface Sinkflush in class SinkAdapterpublic void head_()
head_ in interface Sinkhead_ in class SinkAdapterpublic void head()
head in interface Sinkhead in class SinkAdapterpublic void author_()
author_ in interface Sinkauthor_ in class SinkAdapterpublic void author()
author in interface Sinkauthor in class SinkAdapterpublic void date_()
date_ in interface Sinkdate_ in class SinkAdapterpublic void date()
date in interface Sinkdate in class SinkAdapterpublic void title_()
title_ in interface Sinktitle_ in class SinkAdapterpublic void title()
title in interface Sinktitle 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 section1_()
section1_ in interface Sinksection1_ 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 section2_()
section2_ in interface Sinksection2_ 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 section3_()
section3_ in interface Sinksection3_ 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 section4_()
section4_ in interface Sinksection4_ 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 section5_()
section5_ in interface Sinksection5_ 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 paragraph_()
paragraph_ in interface Sinkparagraph_ in class SinkAdapterpublic void paragraph()
paragraph in interface Sinkparagraph 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_()
numberedList_ in interface SinknumberedList_ in class SinkAdapterpublic void numberedList(int numbering)
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 definitionListItem_()
definitionListItem_ in interface SinkdefinitionListItem_ in class SinkAdapterpublic void definitionListItem()
definitionListItem in interface SinkdefinitionListItem in class SinkAdapterpublic void table_()
table_ in interface Sinktable_ in class SinkAdapterpublic void table()
table in interface Sinktable in class SinkAdapterpublic void tableCaption_()
tableCaption_ in interface SinktableCaption_ in class SinkAdapterpublic void tableCaption()
tableCaption in interface SinktableCaption in class SinkAdapterpublic void tableCell_()
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_()
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 tableRow_()
tableRow_ in interface SinktableRow_ in class SinkAdapterpublic void tableRow()
tableRow in interface SinktableRow in class SinkAdapterpublic void tableRows_()
tableRows_ in interface SinktableRows_ in class SinkAdapter
public void tableRows(int[] justification,
boolean grid)
tableRows in interface SinktableRows in class SinkAdapterpublic void verbatim_()
verbatim_ in interface Sinkverbatim_ in class SinkAdapterpublic void verbatim(boolean boxed)
verbatim in interface Sinkverbatim in class SinkAdapterpublic void figure_()
figure_ in interface Sinkfigure_ in class SinkAdapterpublic void figure()
figure in interface Sinkfigure in class SinkAdapterpublic void figureCaption_()
figureCaption_ in interface SinkfigureCaption_ in class SinkAdapterpublic void figureCaption()
figureCaption in interface SinkfigureCaption in class SinkAdapterpublic void figureGraphics(String name)
name is a relative link, the internal link will used a System property itext.basedir,
or the class loader.
figureGraphics in interface SinkfigureGraphics in class SinkAdapterpublic void bold_()
bold_ in interface Sinkbold_ in class SinkAdapterpublic void bold()
bold in interface Sinkbold in class SinkAdapterpublic void italic_()
italic_ in interface Sinkitalic_ in class SinkAdapterpublic void italic()
italic in interface Sinkitalic in class SinkAdapterpublic void monospaced_()
monospaced_ in interface Sinkmonospaced_ in class SinkAdapterpublic void monospaced()
monospaced in interface Sinkmonospaced in class SinkAdapterpublic void link_()
link_ in interface Sinklink_ in class SinkAdapterpublic void link(String name)
link in interface Sinklink in class SinkAdapterpublic void anchor_()
anchor_ in interface Sinkanchor_ in class SinkAdapterpublic void anchor(String name)
anchor in interface Sinkanchor in class SinkAdapterpublic void lineBreak()
lineBreak in interface SinklineBreak in class SinkAdapterpublic void nonBreakingSpace()
nonBreakingSpace in interface SinknonBreakingSpace in class SinkAdapterpublic void pageBreak()
pageBreak in interface SinkpageBreak in class SinkAdapterpublic void horizontalRule()
horizontalRule in interface SinkhorizontalRule in class SinkAdapterpublic void rawText(String text)
rawText in interface SinkrawText in class SinkAdapterpublic void text(String text)
text in interface Sinktext 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 init()
init in class AbstractSinkprotected void write(String aString)
write in class AbstractXmlSinkaString -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||