|
|||||||||
| 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.docbook.DocBookSink
public class DocBookSink
Docbook Sink implementation.
It uses the Docbook v4.4 DTD
http://www.oasis-open.org/docbook/sgml/4.4/docbookx.dtd.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_SGML_PUBLIC_ID
Deprecated. since 1.1, use DocbookMarkup.DEFAULT_SGML_PUBLIC_ID instead of. |
static java.lang.String |
DEFAULT_SGML_SYSTEM_ID
Deprecated. since 1.1, use DocbookMarkup.DEFAULT_SGML_SYSTEM_ID instead of. |
static java.lang.String |
DEFAULT_XML_PUBLIC_ID
Deprecated. since 1.1, use DocbookMarkup.DEFAULT_XML_PUBLIC_ID instead of. |
static java.lang.String |
DEFAULT_XML_SYSTEM_ID
Deprecated. since 1.1, use DocbookMarkup.DEFAULT_XML_SYSTEM_ID instead of. |
| Fields inherited from interface org.apache.maven.doxia.module.docbook.DocbookMarkup |
|---|
ANCHOR_TAG, ARABIC_STYLE, ARTICLE_TAG, ARTICLEINFO_TAG, BOOK_TAG, BOOKINFO_TAG, CHAPTER_TAG, COLS_ATTRIBUTE, COLSEP_ATTRIBUTE, COLSPEC_TAG, CORPAUTHOR_TAG, DATE_TAG, EMAIL_TAG, ENTRY_TAG, FIGURE_TAG, FILEREF_ATTRIBUTE, FORMALPARA_TAG, FORMAT_ATTRIBUTE, FRAME_ATTRIBUTE, IMAGEDATA_TAG, IMAGEOBJECT_TAG, INFO_TAG, INFORMALFIGURE_TAG, INFORMALTABLE_TAG, ITEMIZEDLIST_TAG, LINK_TAG, LINKEND_ATTRIBUTE, LISTITEM_TAG, LOWERALPHA_STYLE, LOWERROMAN_STYLE, MEDIAOBJECT_TAG, NUMERATION_ATTRIBUTE, ORDEREDLIST_TAG, PARA_TAG, PROGRAMLISTING_TAG, ROW_TAG, ROWSEP_ATTRIBUTE, SECTION_TAG, SIMPARA_TAG, TBODY_TAG, TERM_TAG, TGROUP_TAG, THEAD_TAG, ULINK_TAG, UPPERALPHA_STYLE, UPPERROMAN_STYLE, URL_ATTRIBUTE, URL_TAG, VARIABLELIST_TAG, VARLISTENTRY_TAG, XREF_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 |
DocBookSink(java.io.Writer writer)
Constructor, initialize the Writer. |
protected |
DocBookSink(java.io.Writer writer,
java.lang.String encoding)
Constructor, initialize the Writer and tells which encoding is used. |
protected |
DocBookSink(java.io.Writer writer,
java.lang.String encoding,
java.lang.String languageId)
Constructor, initialize the Writer and tells which encoding and languageId are used. |
| Method Summary | |
|---|---|
void |
anchor_()
|
void |
anchor(java.lang.String name)
|
void |
author_()
|
void |
author()
|
void |
body_()
|
void |
bold_()
|
void |
bold()
|
void |
close()
|
void |
comment(java.lang.String comment)
|
protected void |
content(java.lang.String text)
Write SGML escaped text to output, not preserving white space. |
void |
date_()
|
void |
date()
|
void |
definedTerm_()
|
void |
definedTerm()
|
void |
definition_()
|
void |
definition()
|
void |
definitionList_()
|
void |
definitionList()
|
void |
definitionListItem_()
|
void |
definitionListItem()
|
static java.lang.String |
escapeSGML(java.lang.String text,
boolean xmlMode)
Deprecated. Use HtmlTools#escapeHTML(String,boolean). |
void |
figure_()
|
void |
figureCaption_()
|
void |
figureCaption()
|
void |
figureGraphics(java.lang.String name)
|
void |
flush()
|
java.lang.String |
getBoldElement()
Returns the current boldBeginTag. |
java.lang.String |
getEncoding()
Returns the encoding. |
java.lang.String |
getHorizontalRuleElement()
Returns the current horizontalRuleElement. |
java.lang.String |
getItalicElement()
Returns the current italicBeginTag. |
java.lang.String |
getLanguage()
Returns the current language. |
java.lang.String |
getLineBreakElement()
Returns the current lineBreakElement. |
java.lang.String |
getMonospacedElement()
Returns the current monospacedBeginTag. |
java.lang.String |
getPageBreakElement()
Returns the current pageBreakElement. |
java.lang.String |
getPublicId()
Returns the current publicId. |
java.lang.String |
getStyleSheet()
Returns the current styleSheet. |
java.lang.String |
getSystemId()
Returns the current systemId. |
protected void |
graphicElement()
graphicElement |
void |
head_()
|
void |
head()
|
void |
horizontalRule()
|
boolean |
isXMLMode()
Returns the current xmlMode. |
void |
italic_()
|
void |
italic()
|
void |
lineBreak()
|
void |
link_()
|
void |
link(java.lang.String name)
|
void |
list_()
|
void |
list()
|
void |
listItem_()
|
void |
listItem()
|
protected void |
markup(java.lang.String text)
Write text to output, preserving white space. |
void |
monospaced_()
|
void |
monospaced()
|
void |
nonBreakingSpace()
|
void |
numberedList_()
|
void |
numberedList(int numbering)
|
void |
numberedListItem_()
|
void |
numberedListItem()
|
void |
pageBreak()
|
void |
paragraph_()
|
void |
paragraph()
|
protected void |
resetState()
Reset all variables. |
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 |
setBoldElement(java.lang.String tag)
Sets the current boldBeginTag and constructs the corresponding end tag from it. |
void |
setEncoding(java.lang.String enc)
Sets the encoding. |
void |
setHorizontalRuleElement(java.lang.String element)
Sets the current horizontalRuleElement. |
void |
setItalicElement(java.lang.String tag)
Sets the current italicBeginTag and constructs the corresponding end tag from it. |
void |
setLanguage(java.lang.String language)
Sets the language. |
void |
setLineBreakElement(java.lang.String element)
Sets the current lineBreakElement. |
void |
setMonospacedElement(java.lang.String tag)
Sets the current monospacedBeginTag and constructs the corresponding end tag from it. |
void |
setPageBreakElement(java.lang.String element)
Sets the current pageBreakElement. |
void |
setPublicId(java.lang.String id)
Sets the publicId. |
void |
setSkip(boolean skip)
Setter for the field skip. |
void |
setStyleSheet(java.lang.String sheet)
Sets the styleSheet. |
void |
setSystemId(java.lang.String id)
Sets the systemId. |
void |
setXMLMode(boolean mode)
Sets the xml mode. |
void |
table_()
|
void |
table()
|
void |
tableCaption_()
|
void |
tableCaption()
|
void |
tableCell_()
|
void |
tableCell()
|
void |
tableHeaderCell_()
|
void |
tableHeaderCell()
|
void |
tableRow_()
|
void |
tableRow()
|
void |
tableRows_()
|
void |
tableRows(int[] justification,
boolean grid)
|
void |
text(java.lang.String text)
|
void |
title_()
|
void |
title()
|
void |
unknown(java.lang.String name,
java.lang.Object[] requiredParams,
SinkEventAttributes attributes)
Unkown events just log a warning message but are ignored otherwise. |
void |
verbatim_()
|
void |
verbatim(boolean boxed)
|
protected void |
verbatimContent(java.lang.String text)
Write SGML escaped text to output, preserving white space. |
protected void |
write(java.lang.String text)
|
protected javax.swing.text.MutableAttributeSet |
writeXmlHeader(java.lang.String root)
writeXmlHeader |
| 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, body, date, definedTerm, definition, definitionList, definitionListItem, figure, figure, figureCaption, figureGraphics, head, horizontalRule, lineBreak, link, list, listItem, numberedList, numberedListItem, paragraph, rawText, section_, section, sectionTitle_, sectionTitle, table, tableCaption, tableCell, tableCell, tableHeaderCell, 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 java.lang.String DEFAULT_SGML_PUBLIC_ID
DocbookMarkup.DEFAULT_SGML_PUBLIC_ID instead of.
public static final java.lang.String DEFAULT_XML_PUBLIC_ID
DocbookMarkup.DEFAULT_XML_PUBLIC_ID instead of.
public static final java.lang.String DEFAULT_XML_SYSTEM_ID
DocbookMarkup.DEFAULT_XML_SYSTEM_ID instead of.
public static final java.lang.String DEFAULT_SGML_SYSTEM_ID
DocbookMarkup.DEFAULT_SGML_SYSTEM_ID instead of.
| Constructor Detail |
|---|
protected DocBookSink(java.io.Writer writer)
writer - not null writer to write the result. Should be an UTF-8 Writer.
You could use newXmlWriter methods from WriterFactory.
protected DocBookSink(java.io.Writer writer,
java.lang.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 DocBookSink(java.io.Writer writer,
java.lang.String encoding,
java.lang.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 static final java.lang.String escapeSGML(java.lang.String text,
boolean xmlMode)
escapeSGML
text - The text to escape.xmlMode - xmlMode.
public void setXMLMode(boolean mode)
mode - the mode to set.public boolean isXMLMode()
public void setEncoding(java.lang.String enc)
enc - the encoding to set.public java.lang.String getEncoding()
null).public void setStyleSheet(java.lang.String sheet)
sheet - the styleSheet to set.public java.lang.String getStyleSheet()
public void setPublicId(java.lang.String id)
id - the publicId to set.public java.lang.String getPublicId()
public void setSystemId(java.lang.String id)
id - the systemId to set.public java.lang.String getSystemId()
public void setLanguage(java.lang.String language)
language - the language to set.public java.lang.String getLanguage()
public void setItalicElement(java.lang.String tag)
tag - the tag to set. If tag is null, the empty string is used.public java.lang.String getItalicElement()
public void setBoldElement(java.lang.String tag)
tag - the tag to set. If tag is null, the empty string is used.public java.lang.String getBoldElement()
public void setMonospacedElement(java.lang.String tag)
tag - the tag to set. If tag is null, the empty string is used.public java.lang.String getMonospacedElement()
public void setHorizontalRuleElement(java.lang.String element)
element - the element to set.public java.lang.String getHorizontalRuleElement()
public void setPageBreakElement(java.lang.String element)
element - the element to set.public java.lang.String getPageBreakElement()
public void setLineBreakElement(java.lang.String element)
element - the element to set.public java.lang.String getLineBreakElement()
protected void resetState()
public void head()
head in interface Sinkhead in class SinkAdapterDocbookMarkup.DEFAULT_XML_PUBLIC_ID,
DocbookMarkup.DEFAULT_SGML_PUBLIC_ID,
DocbookMarkup.DEFAULT_XML_SYSTEM_ID,
DocbookMarkup.ARTICLE_TAGprotected javax.swing.text.MutableAttributeSet writeXmlHeader(java.lang.String root)
writeXmlHeader
root - not null
DocbookMarkup.DEFAULT_XML_PUBLIC_ID,
DocbookMarkup.DEFAULT_SGML_PUBLIC_ID,
DocbookMarkup.DEFAULT_XML_SYSTEM_ID,
DocbookMarkup.ARTICLE_TAGpublic void head_()
head_ in interface Sinkhead_ in class SinkAdapterDocbookMarkup.ARTICLEINFO_TAGpublic void title()
title in interface Sinktitle in class SinkAdapterDocbookMarkup.ARTICLEINFO_TAG,
HTML.Tag.TITLEpublic void title_()
title_ in interface Sinktitle_ in class SinkAdapterHTML.Tag.TITLEpublic void author()
author in interface Sinkauthor in class SinkAdapterDocbookMarkup.CORPAUTHOR_TAGpublic void author_()
author_ in interface Sinkauthor_ in class SinkAdapterDocbookMarkup.CORPAUTHOR_TAGpublic void date()
date in interface Sinkdate in class SinkAdapterDocbookMarkup.DATE_TAGpublic void date_()
date_ in interface Sinkdate_ in class SinkAdapterDocbookMarkup.DATE_TAGpublic void body_()
body_ in interface Sinkbody_ in class SinkAdapterDocbookMarkup.ARTICLE_TAGpublic void section1()
section1 in interface Sinksection1 in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void section1_()
section1_ in interface Sinksection1_ in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void section2()
section2 in interface Sinksection2 in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void section2_()
section2_ in interface Sinksection2_ in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void section3()
section3 in interface Sinksection3 in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void section3_()
section3_ in interface Sinksection3_ in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void section4()
section4 in interface Sinksection4 in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void section4_()
section4_ in interface Sinksection4_ in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void section5()
section5 in interface Sinksection5 in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void section5_()
section5_ in interface Sinksection5_ in class SinkAdapterDocbookMarkup.SECTION_TAGpublic void sectionTitle()
sectionTitle in interface SinksectionTitle in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle_()
sectionTitle_ in interface SinksectionTitle_ in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle1()
sectionTitle1 in interface SinksectionTitle1 in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle1_()
sectionTitle1_ in interface SinksectionTitle1_ in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle2()
sectionTitle2 in interface SinksectionTitle2 in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle2_()
sectionTitle2_ in interface SinksectionTitle2_ in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle3()
sectionTitle3 in interface SinksectionTitle3 in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle3_()
sectionTitle3_ in interface SinksectionTitle3_ in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle4()
sectionTitle4 in interface SinksectionTitle4 in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle4_()
sectionTitle4_ in interface SinksectionTitle4_ in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle5()
sectionTitle5 in interface SinksectionTitle5 in class SinkAdapterHTML.Tag.TITLEpublic void sectionTitle5_()
sectionTitle5_ in interface SinksectionTitle5_ in class SinkAdapterHTML.Tag.TITLEpublic void list()
list in interface Sinklist in class SinkAdapterDocbookMarkup.ITEMIZEDLIST_TAGpublic void list_()
list_ in interface Sinklist_ in class SinkAdapterDocbookMarkup.ITEMIZEDLIST_TAGpublic void listItem()
listItem in interface SinklistItem in class SinkAdapterDocbookMarkup.LISTITEM_TAGpublic void listItem_()
listItem_ in interface SinklistItem_ in class SinkAdapterDocbookMarkup.LISTITEM_TAGpublic void numberedList(int numbering)
numberedList in interface SinknumberedList in class SinkAdapterDocbookMarkup.ORDEREDLIST_TAG,
DocbookMarkup.NUMERATION_ATTRIBUTEpublic void numberedList_()
numberedList_ in interface SinknumberedList_ in class SinkAdapterDocbookMarkup.ORDEREDLIST_TAGpublic void numberedListItem()
numberedListItem in interface SinknumberedListItem in class SinkAdapterDocbookMarkup.LISTITEM_TAGpublic void numberedListItem_()
numberedListItem_ in interface SinknumberedListItem_ in class SinkAdapterDocbookMarkup.LISTITEM_TAGpublic void definitionList()
definitionList in interface SinkdefinitionList in class SinkAdapterDocbookMarkup.VARIABLELIST_TAGpublic void definitionList_()
definitionList_ in interface SinkdefinitionList_ in class SinkAdapterDocbookMarkup.VARIABLELIST_TAGpublic void definitionListItem()
definitionListItem in interface SinkdefinitionListItem in class SinkAdapterDocbookMarkup.VARLISTENTRY_TAGpublic void definitionListItem_()
definitionListItem_ in interface SinkdefinitionListItem_ in class SinkAdapterDocbookMarkup.VARLISTENTRY_TAGpublic void definedTerm()
definedTerm in interface SinkdefinedTerm in class SinkAdapterDocbookMarkup.TERM_TAGpublic void definedTerm_()
definedTerm_ in interface SinkdefinedTerm_ in class SinkAdapterDocbookMarkup.TERM_TAGpublic void definition()
definition in interface Sinkdefinition in class SinkAdapterDocbookMarkup.LISTITEM_TAGpublic void definition_()
definition_ in interface Sinkdefinition_ in class SinkAdapterDocbookMarkup.LISTITEM_TAGpublic void paragraph()
paragraph in interface Sinkparagraph in class SinkAdapterDocbookMarkup.PARA_TAGpublic void paragraph_()
paragraph_ in interface Sinkparagraph_ in class SinkAdapterDocbookMarkup.PARA_TAGpublic void verbatim(boolean boxed)
verbatim in interface Sinkverbatim in class SinkAdapterDocbookMarkup.PROGRAMLISTING_TAGpublic void verbatim_()
verbatim_ in interface Sinkverbatim_ in class SinkAdapterDocbookMarkup.PROGRAMLISTING_TAGpublic void horizontalRule()
horizontalRule in interface SinkhorizontalRule in class SinkAdapterpublic void pageBreak()
pageBreak in interface SinkpageBreak in class SinkAdapterpublic void figure_()
figure_ in interface Sinkfigure_ in class SinkAdapterprotected void graphicElement()
graphicElement
DocbookMarkup.MEDIAOBJECT_TAG,
DocbookMarkup.IMAGEOBJECT_TAG,
DocbookMarkup.IMAGEDATA_TAG,
DocbookMarkup.FORMAT_ATTRIBUTE,
DocbookMarkup.FILEREF_ATTRIBUTEpublic void figureGraphics(java.lang.String name)
figureGraphics in interface SinkfigureGraphics in class SinkAdapterpublic void figureCaption()
figureCaption in interface SinkfigureCaption in class SinkAdapterDocbookMarkup.FIGURE_TAG,
HTML.Tag.TITLEpublic void figureCaption_()
figureCaption_ in interface SinkfigureCaption_ in class SinkAdapterDocbookMarkup.FIGURE_TAG,
HTML.Tag.TITLEpublic void table()
table in interface Sinktable in class SinkAdapterpublic void table_()
table_ in interface Sinktable_ in class SinkAdapterDocbookMarkup.INFORMALTABLE_TAG,
DocbookMarkup.FRAME_ATTRIBUTE,
DocbookMarkup.ROWSEP_ATTRIBUTE,
DocbookMarkup.COLSEP_ATTRIBUTE,
HTML.Tag.TABLE
public void tableRows(int[] justification,
boolean grid)
tableRows in interface SinktableRows in class SinkAdapterDocbookMarkup.TGROUP_TAG,
DocbookMarkup.COLS_ATTRIBUTE,
DocbookMarkup.COLSPEC_TAGpublic void tableRows_()
tableRows_ in interface SinktableRows_ in class SinkAdapterDocbookMarkup.TGROUP_TAG,
DocbookMarkup.TBODY_TAGpublic void tableRow()
tableRow in interface SinktableRow in class SinkAdapterDocbookMarkup.ROW_TAGpublic void tableRow_()
tableRow_ in interface SinktableRow_ in class SinkAdapterDocbookMarkup.ROW_TAGpublic void tableCell()
tableCell in interface SinktableCell in class SinkAdapterDocbookMarkup.ENTRY_TAGpublic void tableCell_()
tableCell_ in interface SinktableCell_ in class SinkAdapterDocbookMarkup.ENTRY_TAGpublic void tableHeaderCell()
tableHeaderCell in interface SinktableHeaderCell in class SinkAdapterDocbookMarkup.ENTRY_TAGpublic void tableHeaderCell_()
tableHeaderCell_ in interface SinktableHeaderCell_ in class SinkAdapterDocbookMarkup.ENTRY_TAGpublic void tableCaption()
tableCaption in interface SinktableCaption in class SinkAdapterHTML.Tag.TABLE,
DocbookMarkup.FRAME_ATTRIBUTE,
DocbookMarkup.ROWSEP_ATTRIBUTE,
DocbookMarkup.COLSEP_ATTRIBUTE,
HTML.Tag.TITLEpublic void tableCaption_()
tableCaption_ in interface SinktableCaption_ in class SinkAdapterHTML.Tag.TITLEpublic void anchor(java.lang.String name)
anchor in interface Sinkanchor in class SinkAdapterDocbookMarkup.ANCHOR_TAGpublic void anchor_()
anchor_ in interface Sinkanchor_ in class SinkAdapterDocbookMarkup.ANCHOR_TAGpublic void link(java.lang.String name)
link in interface Sinklink in class SinkAdapterDocbookMarkup.ULINK_TAG,
DocbookMarkup.URL_ATTRIBUTE,
DocbookMarkup.LINK_TAG,
DocbookMarkup.LINKEND_ATTRIBUTEpublic void link_()
link_ in interface Sinklink_ in class SinkAdapterDocbookMarkup.ULINK_TAG,
DocbookMarkup.LINK_TAGpublic 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(java.lang.String text)
text in interface Sinktext in class SinkAdapterpublic void comment(java.lang.String comment)
comment in interface Sinkcomment in class SinkAdapter
public void unknown(java.lang.String name,
java.lang.Object[] requiredParams,
SinkEventAttributes attributes)
unknown in interface Sinkunknown in class SinkAdapterSink.unknown(String,Object[],SinkEventAttributes)protected void markup(java.lang.String text)
text - The text to write.protected void content(java.lang.String text)
text - The text to write.protected void verbatimContent(java.lang.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 SinkAdapterprotected void write(java.lang.String text)
write in class AbstractXmlSinkpublic void setSkip(boolean skip)
Setter for the field skip.
skip - the skip to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||