org.apache.maven.doxia.module.xhtml
public class XhtmlSink extends AbstractXhtmlSink
| Constructor Summary | |
|---|---|
| XhtmlSink(Writer writer, RenderingContext renderingContext, Map directives) | |
| Method Summary | |
|---|---|
| void | anchor(String name) |
| void | anchor_() |
| void | author_() |
| void | body() |
| void | body_() |
| void | bold() |
| void | bold_() |
| void | close() |
| protected void | content(String text) |
| void | date_() |
| void | definedTerm() |
| void | definedTerm_() |
| void | definition() |
| void | definitionList() |
| void | definitionList_() |
| void | definition_() |
| protected void | directive(String key) |
| protected String | directiveValue(String key) |
| static String | encodeFragment(String text) |
| static String | encodeURL(String text) |
| static String | escapeHTML(String text) |
| void | figure() |
| void | figureCaption() |
| void | figureCaption_() |
| void | figureGraphics(String name) |
| void | figure_() |
| void | flush() |
| protected StringBuffer | getBuffer() |
| RenderingContext | getRenderingContext() |
| void | head() |
| void | head_() |
| void | horizontalRule() |
| void | italic() |
| void | italic_() |
| void | lineBreak() |
| void | link(String name) |
| void | link(String name, String target) |
| void | link_() |
| void | list() |
| void | listItem() |
| void | listItem_() |
| void | list_() |
| void | monospaced() |
| void | monospaced_() |
| void | nonBreakingSpace() |
| void | numberedList(int numbering) |
| void | numberedListItem() |
| void | numberedListItem_() |
| void | numberedList_() |
| void | paragraph() |
| void | paragraph_() |
| void | rawText(String text) |
| protected void | resetBuffer() |
| protected void | resetState() |
| void | section1() |
| void | section1_() |
| void | section2() |
| void | section2_() |
| void | section3() |
| void | section3_() |
| void | section4() |
| void | section4_() |
| void | section5() |
| void | section5_() |
| void | sectionTitle1() |
| void | sectionTitle1_() |
| void | sectionTitle2() |
| void | sectionTitle2_() |
| void | sectionTitle3() |
| void | sectionTitle3_() |
| void | sectionTitle4() |
| void | sectionTitle4_() |
| void | sectionTitle5() |
| void | sectionTitle5_() |
| protected void | setHeadFlag(boolean headFlag) |
| void | table() |
| void | tableCaption() |
| void | tableCaption_() |
| void | tableCell() |
| void | tableCell(boolean headerRow) |
| void | tableCell(String width) |
| void | tableCell(boolean headerRow, String width) |
| void | tableCell_() |
| void | tableCell_(boolean headerRow) |
| void | tableHeaderCell() |
| void | tableHeaderCell(String width) |
| void | tableHeaderCell_() |
| void | tableRow() |
| void | tableRows(int[] justification, boolean grid) |
| void | tableRows_() |
| void | tableRow_() |
| void | table_() |
| void | text(String text) |
| void | title() |
| void | title_() |
| void | verbatim(boolean boxed) |
| protected void | verbatimContent(String text) |
| void | verbatim_() |
| protected void | write(String text) |
See Also: figure
See Also: figureCaption
See Also: figureCaption_
See Also: SinkAdapter
See Also: figure_