|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.doxia.sink.SinkAdapter
org.apache.maven.doxia.sink.AbstractXmlSink
org.apache.maven.doxia.module.docbook.DocBookSink
public class DocBookSink
A doxia Sink which produces a Docbook
model.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_SGML_PUBLIC_ID
DocBook V4.1 SGML public id: "-//OASIS//DTD DocBook V4.1//EN" |
static java.lang.String |
DEFAULT_XML_PUBLIC_ID
DocBook XML V4.1.2 XML public id: "-//OASIS//DTD DocBook XML V4.1.2//EN" |
static java.lang.String |
DEFAULT_XML_SYSTEM_ID
DocBook XML V4.0 XML system id: "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd" |
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 |
Fields inherited from interface org.apache.maven.doxia.markup.Markup |
---|
EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SLASH, SPACE, STAR |
Fields inherited from interface org.apache.maven.doxia.sink.Sink |
---|
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 | |
---|---|
DocBookSink(java.io.Writer writer)
|
|
DocBookSink(java.io.Writer out,
boolean isBook)
|
Method Summary | |
---|---|
void |
anchor_()
|
void |
anchor(java.lang.String name)
|
void |
author_()
|
void |
author()
|
void |
body_()
|
void |
bold_()
|
void |
bold()
|
void |
book_()
|
void |
book()
|
void |
close()
|
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)
|
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 current 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()
|
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()
|
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 |
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 |
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 |
tableRow_()
|
void |
tableRow()
|
void |
tableRows_()
|
void |
tableRows(int[] justification,
boolean grid)
|
void |
text(java.lang.String text)
|
void |
title_()
|
void |
title()
|
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)
|
Methods inherited from class org.apache.maven.doxia.sink.AbstractXmlSink |
---|
writeEndTag, writeSimpleTag, writeSimpleTag, writeStartTag, writeStartTag, writeStartTag |
Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter |
---|
body, figure, rawText, sectionTitle1_, sectionTitle1, sectionTitle2_, sectionTitle2, sectionTitle3_, sectionTitle3, sectionTitle4_, sectionTitle4, sectionTitle5_, sectionTitle5, tableCell, tableHeaderCell_, tableHeaderCell, tableHeaderCell |
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
public static final java.lang.String DEFAULT_XML_PUBLIC_ID
public static final java.lang.String DEFAULT_XML_SYSTEM_ID
Constructor Detail |
---|
public DocBookSink(java.io.Writer out, boolean isBook)
public DocBookSink(java.io.Writer writer)
writer
- the default writer.Method Detail |
---|
public static final java.lang.String escapeSGML(java.lang.String text, boolean xmlMode)
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()
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()
public void head()
head
in interface org.apache.maven.doxia.sink.Sink
head
in class org.apache.maven.doxia.sink.SinkAdapter
DEFAULT_XML_PUBLIC_ID
,
DEFAULT_SGML_PUBLIC_ID
,
DEFAULT_XML_SYSTEM_ID
,
DocbookMarkup.ARTICLE_TAG
public void head_()
head_
in interface org.apache.maven.doxia.sink.Sink
head_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ARTICLEINFO_TAG
public void title()
title
in interface org.apache.maven.doxia.sink.Sink
title
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ARTICLEINFO_TAG
,
HTML.Tag.TITLE
public void title_()
title_
in interface org.apache.maven.doxia.sink.Sink
title_
in class org.apache.maven.doxia.sink.SinkAdapter
HTML.Tag.TITLE
public void author()
author
in interface org.apache.maven.doxia.sink.Sink
author
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.CORPAUTHOR_TAG
public void author_()
author_
in interface org.apache.maven.doxia.sink.Sink
author_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.CORPAUTHOR_TAG
public void date()
date
in interface org.apache.maven.doxia.sink.Sink
date
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.DATE_TAG
public void date_()
date_
in interface org.apache.maven.doxia.sink.Sink
date_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.DATE_TAG
public void body_()
body_
in interface org.apache.maven.doxia.sink.Sink
body_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ARTICLE_TAG
public void book()
DocbookMarkup.BOOK_TAG
public void book_()
DocbookMarkup.BOOK_TAG
public void section1()
section1
in interface org.apache.maven.doxia.sink.Sink
section1
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void section1_()
section1_
in interface org.apache.maven.doxia.sink.Sink
section1_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void section2()
section2
in interface org.apache.maven.doxia.sink.Sink
section2
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void section2_()
section2_
in interface org.apache.maven.doxia.sink.Sink
section2_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void section3()
section3
in interface org.apache.maven.doxia.sink.Sink
section3
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void section3_()
section3_
in interface org.apache.maven.doxia.sink.Sink
section3_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void section4()
section4
in interface org.apache.maven.doxia.sink.Sink
section4
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void section4_()
section4_
in interface org.apache.maven.doxia.sink.Sink
section4_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void section5()
section5
in interface org.apache.maven.doxia.sink.Sink
section5
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void section5_()
section5_
in interface org.apache.maven.doxia.sink.Sink
section5_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.SECTION_TAG
public void sectionTitle()
sectionTitle
in interface org.apache.maven.doxia.sink.Sink
sectionTitle
in class org.apache.maven.doxia.sink.SinkAdapter
HTML.Tag.TITLE
public void sectionTitle_()
sectionTitle_
in interface org.apache.maven.doxia.sink.Sink
sectionTitle_
in class org.apache.maven.doxia.sink.SinkAdapter
HTML.Tag.TITLE
public void list()
list
in interface org.apache.maven.doxia.sink.Sink
list
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ITEMIZEDLIST_TAG
public void list_()
list_
in interface org.apache.maven.doxia.sink.Sink
list_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ITEMIZEDLIST_TAG
public void listItem()
listItem
in interface org.apache.maven.doxia.sink.Sink
listItem
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.LISTITEM_TAG
public void listItem_()
listItem_
in interface org.apache.maven.doxia.sink.Sink
listItem_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.LISTITEM_TAG
public void numberedList(int numbering)
numberedList
in interface org.apache.maven.doxia.sink.Sink
numberedList
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ORDEREDLIST_TAG
,
DocbookMarkup.NUMERATION_ATTRIBUTE
public void numberedList_()
numberedList_
in interface org.apache.maven.doxia.sink.Sink
numberedList_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ORDEREDLIST_TAG
public void numberedListItem()
numberedListItem
in interface org.apache.maven.doxia.sink.Sink
numberedListItem
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.LISTITEM_TAG
public void numberedListItem_()
numberedListItem_
in interface org.apache.maven.doxia.sink.Sink
numberedListItem_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.LISTITEM_TAG
public void definitionList()
definitionList
in interface org.apache.maven.doxia.sink.Sink
definitionList
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.VARIABLELIST_TAG
public void definitionList_()
definitionList_
in interface org.apache.maven.doxia.sink.Sink
definitionList_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.VARIABLELIST_TAG
public void definitionListItem()
definitionListItem
in interface org.apache.maven.doxia.sink.Sink
definitionListItem
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.VARLISTENTRY_TAG
public void definitionListItem_()
definitionListItem_
in interface org.apache.maven.doxia.sink.Sink
definitionListItem_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.VARLISTENTRY_TAG
public void definedTerm()
definedTerm
in interface org.apache.maven.doxia.sink.Sink
definedTerm
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.TERM_TAG
public void definedTerm_()
definedTerm_
in interface org.apache.maven.doxia.sink.Sink
definedTerm_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.TERM_TAG
public void definition()
definition
in interface org.apache.maven.doxia.sink.Sink
definition
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.LISTITEM_TAG
public void definition_()
definition_
in interface org.apache.maven.doxia.sink.Sink
definition_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.LISTITEM_TAG
public void paragraph()
paragraph
in interface org.apache.maven.doxia.sink.Sink
paragraph
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.PARA_TAG
public void paragraph_()
paragraph_
in interface org.apache.maven.doxia.sink.Sink
paragraph_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.PARA_TAG
public void verbatim(boolean boxed)
verbatim
in interface org.apache.maven.doxia.sink.Sink
verbatim
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.PROGRAMLISTING_TAG
public void verbatim_()
verbatim_
in interface org.apache.maven.doxia.sink.Sink
verbatim_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.PROGRAMLISTING_TAG
public void horizontalRule()
horizontalRule
in interface org.apache.maven.doxia.sink.Sink
horizontalRule
in class org.apache.maven.doxia.sink.SinkAdapter
public void pageBreak()
pageBreak
in interface org.apache.maven.doxia.sink.Sink
pageBreak
in class org.apache.maven.doxia.sink.SinkAdapter
public void figure_()
figure_
in interface org.apache.maven.doxia.sink.Sink
figure_
in class org.apache.maven.doxia.sink.SinkAdapter
protected void graphicElement()
DocbookMarkup.MEDIAOBJECT_TAG
,
DocbookMarkup.IMAGEOBJECT_TAG
,
DocbookMarkup.IMAGEDATA_TAG
,
DocbookMarkup.FORMAT_ATTRIBUTE
,
DocbookMarkup.FILEREF_ATTRIBUTE
public void figureGraphics(java.lang.String name)
figureGraphics
in interface org.apache.maven.doxia.sink.Sink
figureGraphics
in class org.apache.maven.doxia.sink.SinkAdapter
public void figureCaption()
figureCaption
in interface org.apache.maven.doxia.sink.Sink
figureCaption
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.FIGURE_TAG
,
HTML.Tag.TITLE
public void figureCaption_()
figureCaption_
in interface org.apache.maven.doxia.sink.Sink
figureCaption_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.FIGURE_TAG
,
HTML.Tag.TITLE
public void table()
table
in interface org.apache.maven.doxia.sink.Sink
table
in class org.apache.maven.doxia.sink.SinkAdapter
public void table_()
table_
in interface org.apache.maven.doxia.sink.Sink
table_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.INFORMALTABLE_TAG
,
DocbookMarkup.FRAME_ATTRIBUTE
,
DocbookMarkup.ROWSEP_ATTRIBUTE
,
DocbookMarkup.COLSEP_ATTRIBUTE
,
HTML.Tag.TABLE
public void tableRows(int[] justification, boolean grid)
tableRows
in interface org.apache.maven.doxia.sink.Sink
tableRows
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.TGROUP_TAG
,
DocbookMarkup.COLS_ATTRIBUTE
,
DocbookMarkup.COLSPEC_TAG
public void tableRows_()
tableRows_
in interface org.apache.maven.doxia.sink.Sink
tableRows_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.TGROUP_TAG
,
DocbookMarkup.TBODY_TAG
public void tableRow()
tableRow
in interface org.apache.maven.doxia.sink.Sink
tableRow
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ROW_TAG
public void tableRow_()
tableRow_
in interface org.apache.maven.doxia.sink.Sink
tableRow_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ROW_TAG
public void tableCell()
tableCell
in interface org.apache.maven.doxia.sink.Sink
tableCell
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ENTRY_TAG
,
DocbookMarkup.PARA_TAG
public void tableCell_()
tableCell_
in interface org.apache.maven.doxia.sink.Sink
tableCell_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ENTRY_TAG
,
DocbookMarkup.PARA_TAG
public void tableCaption()
tableCaption
in interface org.apache.maven.doxia.sink.Sink
tableCaption
in class org.apache.maven.doxia.sink.SinkAdapter
HTML.Tag.TABLE
,
DocbookMarkup.FRAME_ATTRIBUTE
,
DocbookMarkup.ROWSEP_ATTRIBUTE
,
DocbookMarkup.COLSEP_ATTRIBUTE
,
HTML.Tag.TITLE
public void tableCaption_()
tableCaption_
in interface org.apache.maven.doxia.sink.Sink
tableCaption_
in class org.apache.maven.doxia.sink.SinkAdapter
HTML.Tag.TITLE
public void anchor(java.lang.String name)
anchor
in interface org.apache.maven.doxia.sink.Sink
anchor
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ANCHOR_TAG
public void anchor_()
anchor_
in interface org.apache.maven.doxia.sink.Sink
anchor_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ANCHOR_TAG
public void link(java.lang.String name)
link
in interface org.apache.maven.doxia.sink.Sink
link
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ULINK_TAG
,
DocbookMarkup.URL_ATTRIBUTE
,
DocbookMarkup.LINK_TAG
,
DocbookMarkup.LINKEND_ATTRIBUTE
public void link_()
link_
in interface org.apache.maven.doxia.sink.Sink
link_
in class org.apache.maven.doxia.sink.SinkAdapter
DocbookMarkup.ULINK_TAG
,
DocbookMarkup.LINK_TAG
public void italic()
italic
in interface org.apache.maven.doxia.sink.Sink
italic
in class org.apache.maven.doxia.sink.SinkAdapter
public void italic_()
italic_
in interface org.apache.maven.doxia.sink.Sink
italic_
in class org.apache.maven.doxia.sink.SinkAdapter
public void bold()
bold
in interface org.apache.maven.doxia.sink.Sink
bold
in class org.apache.maven.doxia.sink.SinkAdapter
public void bold_()
bold_
in interface org.apache.maven.doxia.sink.Sink
bold_
in class org.apache.maven.doxia.sink.SinkAdapter
public void monospaced()
monospaced
in interface org.apache.maven.doxia.sink.Sink
monospaced
in class org.apache.maven.doxia.sink.SinkAdapter
public void monospaced_()
monospaced_
in interface org.apache.maven.doxia.sink.Sink
monospaced_
in class org.apache.maven.doxia.sink.SinkAdapter
public void lineBreak()
lineBreak
in interface org.apache.maven.doxia.sink.Sink
lineBreak
in class org.apache.maven.doxia.sink.SinkAdapter
public void nonBreakingSpace()
nonBreakingSpace
in interface org.apache.maven.doxia.sink.Sink
nonBreakingSpace
in class org.apache.maven.doxia.sink.SinkAdapter
public void text(java.lang.String text)
text
in interface org.apache.maven.doxia.sink.Sink
text
in class org.apache.maven.doxia.sink.SinkAdapter
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 org.apache.maven.doxia.sink.Sink
flush
in class org.apache.maven.doxia.sink.SinkAdapter
public void close()
close
in interface org.apache.maven.doxia.sink.Sink
close
in class org.apache.maven.doxia.sink.SinkAdapter
protected void write(java.lang.String text)
write
in class org.apache.maven.doxia.sink.AbstractXmlSink
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |