org.apache.maven.doxia.module.xdoc
public class XmlWriterXdocSink extends SinkAdapter
Version: $Id: XmlWriterXdocSink.java 562700 2007-08-04 11:54:11Z vsiveton $
UNKNOWN:
| Constructor Summary | |
|---|---|
| XmlWriterXdocSink(XMLWriter out)
Constructor, initialize the XMLWriter.
| |
| 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)
Write HTML escaped text to output.
|
| void | date_() |
| void | definedTerm() |
| void | definedTerm_() |
| void | definition() |
| void | definitionList() |
| void | definitionList_() |
| void | definition_() |
| static String | encodeURL(String text)
Forward to HtmlTools.encodeURL( text ).
|
| static String | escapeHTML(String text)
Forward to HtmlTools.escapeHTML( 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_() |
| void | monospaced() |
| void | monospaced_() |
| void | nonBreakingSpace() |
| void | numberedList(int numbering) |
| void | numberedListItem() |
| void | numberedListItem_() |
| void | numberedList_() |
| 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 | table() |
| void | tableCaption() |
| void | tableCaption_() |
| void | tableCell() |
| void | tableCell(boolean headerRow)
Starts a table cell.
|
| void | tableCell_() |
| void | tableCell_(boolean headerRow)
Ends a table cell.
|
| 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)
Write text to output, preserving white space.
|
| void | verbatim_() |
Parameters: out The XMLWriter to write the result.
Parameters: text The text to write.
Parameters: text the String to encode, may be null.
Returns: the text encoded, null if null String input.
See Also: .
Parameters: text the String to escape, may be null
Returns: the text escaped, "" if null String input
See Also: .
Parameters: headerRow If this cell is part of a header row.
Parameters: headerRow If this cell is part of a header row.
Parameters: text The text to write.