org.apache.maven.doxia.module.xdoc
public class XdocSink extends SinkAdapter
Version: $Id:XdocSink.java 348605 2005-11-24 12:02:44 +1100 (Thu, 24 Nov 2005) brett $
UNKNOWN:
Constructor Summary | |
---|---|
XdocSink(Writer out) |
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_() |
static String | encodeURL(String text) |
static String | escapeHTML(String text) |
void | flush() |
void | head() |
void | head_() |
void | horizontalRule() |
void | italic() |
void | italic_() |
void | lineBreak() |
void | link(String name) |
void | link_() |
void | list() |
void | listItem() |
void | listItem_() |
void | list_() |
protected void | markup(String text) |
void | monospaced() |
void | monospaced_() |
void | nonBreakingSpace() |
void | numberedList(int numbering) |
void | numberedListItem() |
void | numberedListItem_() |
void | numberedList_() |
void | paragraph() |
void | paragraph_() |
protected void | resetState() |
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 | table() |
void | tableCaption() |
void | tableCaption_() |
void | tableCell() |
void | tableCell(boolean headerRow) |
void | tableCell_() |
void | tableCell_(boolean headerRow) |
void | tableHeaderCell() |
void | tableHeaderCell_() |
void | tableRow() |
void | tableRows(int[] justification, boolean grid) |
void | tableRows_() |
void | tableRow_() |
void | table_() |
void | text(String text) |
void | title_() |
void | verbatim(boolean boxed) |
protected void | verbatimContent(String text) |
void | verbatim_() |