Uses of Interface
org.apache.maven.doxia.sink.SinkEventAttributes
-
-
Uses of SinkEventAttributes in org.apache.maven.doxia.index
Methods in org.apache.maven.doxia.index with parameters of type SinkEventAttributes Modifier and Type Method Description voidIndexingSink. anchor(java.lang.String name, SinkEventAttributes attributes)voidIndexingSink. section(int level, SinkEventAttributes attributes)voidIndexingSink. text(java.lang.String text, SinkEventAttributes attributes)voidIndexingSink. title(SinkEventAttributes attributes) -
Uses of SinkEventAttributes in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro that return SinkEventAttributes Modifier and Type Method Description protected static SinkEventAttributesAbstractMacro. getAttributesFromMap(java.util.Map<?,?> parameters)Convert the Map of macro parameters to an AttributeSet. -
Uses of SinkEventAttributes in org.apache.maven.doxia.macro.toc
Methods in org.apache.maven.doxia.macro.toc with parameters of type SinkEventAttributes Modifier and Type Method Description (package private) voidTocMacro. writeTocForIndexEntry(Sink sink, SinkEventAttributes listAttributes, IndexEntry rootEntry) -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.apt
Methods in org.apache.maven.doxia.module.apt with parameters of type SinkEventAttributes Modifier and Type Method Description voidAptSink. anchor(java.lang.String name, SinkEventAttributes attributes)voidAptSink. definedTerm(SinkEventAttributes attributes)voidAptSink. definition(SinkEventAttributes attributes)voidAptSink. definitionList(SinkEventAttributes attributes)voidAptSink. figureGraphics(java.lang.String name, SinkEventAttributes attributes)voidAptSink. head(SinkEventAttributes attributes)voidAptSink. horizontalRule(SinkEventAttributes attributes)voidAptSink. inline(SinkEventAttributes attributes)Starts an inline element.voidAptSink. lineBreak(SinkEventAttributes attributes)voidAptSink. link(java.lang.String name, SinkEventAttributes attributes)voidAptSink. list(SinkEventAttributes attributes)voidAptSink. listItem(SinkEventAttributes attributes)voidAptSink. numberedList(int numbering, SinkEventAttributes attributes)voidAptSink. numberedListItem(SinkEventAttributes attributes)voidAptSink. paragraph(SinkEventAttributes attributes)voidAptSink. sectionTitle(int level, SinkEventAttributes attributes)voidAptSink. table(SinkEventAttributes attributes)voidAptSink. tableCaption(SinkEventAttributes attributes)voidAptSink. tableCell(SinkEventAttributes attributes)voidAptSink. tableHeaderCell(SinkEventAttributes attributes)voidAptSink. tableRow(SinkEventAttributes attributes)voidAptSink. text(java.lang.String text, SinkEventAttributes attributes)voidAptSink. unknown(java.lang.String name, java.lang.Object[] requiredParams, SinkEventAttributes attributes)Add an unknown event.voidAptSink. verbatim(SinkEventAttributes attributes) -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.markdown
Methods in org.apache.maven.doxia.module.markdown with parameters of type SinkEventAttributes Modifier and Type Method Description voidMarkdownSink. anchor(java.lang.String name, SinkEventAttributes attributes)Starts an element which defines an anchor.voidMarkdownSink. blockquote(SinkEventAttributes attributes)voidMarkdownSink. body(SinkEventAttributes attributes)voidMarkdownSink. definedTerm(SinkEventAttributes attributes)voidMarkdownSink. definition(SinkEventAttributes attributes)voidMarkdownSink. definitionList(SinkEventAttributes attributes)voidMarkdownSink. figure(SinkEventAttributes attributes)voidMarkdownSink. figureGraphics(java.lang.String name, SinkEventAttributes attributes)voidMarkdownSink. head(SinkEventAttributes attributes)voidMarkdownSink. horizontalRule(SinkEventAttributes attributes)voidMarkdownSink. inline(SinkEventAttributes attributes)voidMarkdownSink. lineBreak(SinkEventAttributes attributes)voidMarkdownSink. link(java.lang.String name, SinkEventAttributes attributes)Starts a link.voidMarkdownSink. listItem(SinkEventAttributes attributes)voidMarkdownSink. numberedList(int numbering, SinkEventAttributes attributes)voidMarkdownSink. numberedListItem(SinkEventAttributes attributes)voidMarkdownSink. paragraph(SinkEventAttributes attributes)voidMarkdownSink. sectionTitle(int level, SinkEventAttributes attributes)voidMarkdownSink. table(SinkEventAttributes attributes)voidMarkdownSink. tableCaption(SinkEventAttributes attributes)voidMarkdownSink. tableCell(SinkEventAttributes attributes)voidMarkdownSink. tableHeaderCell(SinkEventAttributes attributes)voidMarkdownSink. tableRow(SinkEventAttributes attributes)voidMarkdownSink. text(java.lang.String text, SinkEventAttributes attributes)voidMarkdownSink. unknown(java.lang.String name, java.lang.Object[] requiredParams, SinkEventAttributes attributes)Add an unknown event.voidMarkdownSink. verbatim(SinkEventAttributes attributes) -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.xdoc
Methods in org.apache.maven.doxia.module.xdoc with parameters of type SinkEventAttributes Modifier and Type Method Description voidXdocSink. body(SinkEventAttributes attributes)Starts the body of a document.voidXdocSink. head(SinkEventAttributes attributes)Starts the head element.protected voidXdocSink. onSection(int depth, SinkEventAttributes attributes)Starts a section.protected voidXdocSink. onSectionTitle(int depth, SinkEventAttributes attributes)Starts a section title.voidXdocSink. tableRow(SinkEventAttributes attributes)Rows are striped with two colors by adding the classaorb.voidXdocSink. title(SinkEventAttributes attributes)Starts the title element.voidXdocSink. verbatim(SinkEventAttributes attributes)Depending on whether the decoration attribute is "source" or not, this leads to either emitting<pre><code>or just<pre>. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.xhtml5
Methods in org.apache.maven.doxia.module.xhtml5 with parameters of type SinkEventAttributes Modifier and Type Method Description voidXhtml5Sink. body(SinkEventAttributes attributes)Starts the body of a document.voidXhtml5Sink. head(SinkEventAttributes attributes)voidXhtml5Sink. title(SinkEventAttributes attributes)Starts the title element. -
Uses of SinkEventAttributes in org.apache.maven.doxia.sink
Methods in org.apache.maven.doxia.sink with parameters of type SinkEventAttributes Modifier and Type Method Description voidSink. address(SinkEventAttributes attributes)Starts an address element.voidSink. anchor(java.lang.String name, SinkEventAttributes attributes)Starts an element which defines an anchor.voidSink. article(SinkEventAttributes attributes)Starts an article within a document.voidSink. author(SinkEventAttributes attributes)Starts an author element.voidSink. blockquote(SinkEventAttributes attributes)Starts a blockquote element.voidSink. body(SinkEventAttributes attributes)Starts the body of a document.voidSink. content(SinkEventAttributes attributes)Start the main content section between the header and the footer within the sections and/or body.voidSink. data(java.lang.String value, SinkEventAttributes attributes)Starts a data element which groups together other elements representing microformats.voidSink. date(SinkEventAttributes attributes)Starts the date element.voidSink. definedTerm(SinkEventAttributes attributes)Starts a definition term element within a definition list.voidSink. definition(SinkEventAttributes attributes)Starts a definition element within a definition list.voidSink. definitionList(SinkEventAttributes attributes)Starts a definition list.voidSink. definitionListItem(SinkEventAttributes attributes)Starts a list item element within a definition list.voidSink. division(SinkEventAttributes attributes)Starts a division element grouping together other elements.voidSink. figure(SinkEventAttributes attributes)Starts a basic image embedding element.voidSink. figureCaption(SinkEventAttributes attributes)Starts a figure caption.voidSink. figureGraphics(java.lang.String src, SinkEventAttributes attributes)Adds a graphic element.voidSink. footer(SinkEventAttributes attributes)Start a new footer within the section or body.voidSink. head(SinkEventAttributes attributes)Starts the head element.voidSink. header(SinkEventAttributes attributes)Start a new header within the section or body.voidSink. horizontalRule(SinkEventAttributes attributes)Adds a horizontal separator rule.voidSink. inline(SinkEventAttributes attributes)Starts an inline element.voidSink. lineBreak(SinkEventAttributes attributes)Adds a line break.voidSink. lineBreakOpportunity(SinkEventAttributes attributes)Adds a line break opportunity.voidSink. link(java.lang.String name, SinkEventAttributes attributes)Starts a link.voidSink. list(SinkEventAttributes attributes)Starts an unordered list.voidSink. listItem(SinkEventAttributes attributes)Starts a list item element within an unordered list.voidSink. navigation(SinkEventAttributes attributes)Starts a navigation section within a document.voidSink. numberedList(int numbering, SinkEventAttributes attributes)Starts an ordered list element.voidSink. numberedListItem(SinkEventAttributes attributes)Starts a list item element within an ordered list.voidSink. paragraph(SinkEventAttributes attributes)Starts a paragraph.voidSink. section(int level, SinkEventAttributes attributes)Start a new section at the given level.voidSink. sectionTitle(int level, SinkEventAttributes attributes)Start a new section title at the given level.voidSink. sidebar(SinkEventAttributes attributes)Starts a sidebar section within a document.voidSink. table(SinkEventAttributes attributes)Starts a table.voidSink. tableCaption(SinkEventAttributes attributes)Starts a table caption.voidSink. tableCell(SinkEventAttributes attributes)Starts a table cell.voidSink. tableHeaderCell(SinkEventAttributes attributes)Starts a table header cell.voidSink. tableRow(SinkEventAttributes attributes)Starts a table row.voidSink. text(java.lang.String text, SinkEventAttributes attributes)Adds a text.voidSink. time(java.lang.String datetime, SinkEventAttributes attributes)Starts a time element which groups together other elements representing a time.voidSink. title(SinkEventAttributes attributes)Starts the title element.voidSink. unknown(java.lang.String name, java.lang.Object[] requiredParams, SinkEventAttributes attributes)Add an unknown event.voidSink. verbatim(SinkEventAttributes attributes)Starts a verbatim block, ie a block where whitespace has semantic relevance. -
Uses of SinkEventAttributes in org.apache.maven.doxia.sink.impl
Classes in org.apache.maven.doxia.sink.impl that implement SinkEventAttributes Modifier and Type Class Description classSinkEventAttributeSetImplementation of MutableAttributeSet using a LinkedHashMap.Fields in org.apache.maven.doxia.sink.impl declared as SinkEventAttributes Modifier and Type Field Description static SinkEventAttributesSinkEventAttributeSet.Semantics. ABBREVIATIONAn unmodifiable attribute set containing only an abbreviation attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. ANNOTATIONAn unmodifiable attribute set containing only an annotation attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. BIDIRECTIONAL_ISOLATIONAn unmodifiable attribute set containing only a bidirectionalIsolation attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. BIDIRECTIONAL_OVERRIDEAn unmodifiable attribute set containing only a bidirectionalOverride attribute.static SinkEventAttributesSinkEventAttributeSet. BOLDAn unmodifiable attribute set containing only a bold attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. BOLDAn unmodifiable attribute set containing only a bold attribute.static SinkEventAttributesSinkEventAttributeSet. CENTERAn unmodifiable attribute set containing only a center attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. CITATIONAn unmodifiable attribute set containing only a citation attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. CODEAn unmodifiable attribute set containing only a code attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. DEFINITIONAn unmodifiable attribute set containing only a definition attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. DELETEAn unmodifiable attribute set containing only a delete attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. EMPHASISAn unmodifiable attribute set containing only an emphasis attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. HIGHLIGHTAn unmodifiable attribute set containing only a highlight attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. INSERTAn unmodifiable attribute set containing only an insert attribute.static SinkEventAttributesSinkEventAttributeSet. ITALICAn unmodifiable attribute set containing only an italic attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. ITALICAn unmodifiable attribute set containing only an italic attribute.static SinkEventAttributesSinkEventAttributeSet. JUSTIFYAn unmodifiable attribute set containing only a justify attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. KEYBOARDAn unmodifiable attribute set containing only a keyboard attribute.static SinkEventAttributesSinkEventAttributeSet. LEFTAn unmodifiable attribute set containing only a left attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. LINE_THROUGHAn unmodifiable attribute set containing only a line-through attribute.static SinkEventAttributesSinkEventAttributeSet. LINETHROUGHAn unmodifiable attribute set containing only a linethrough attribute.static SinkEventAttributesSinkEventAttributeSet. MONOSPACEDAn unmodifiable attribute set containing only a monospaced attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. MONOSPACEDAn unmodifiable attribute set containing only a monospaced attribute.static SinkEventAttributesSinkEventAttributeSet. OVERLINEAn unmodifiable attribute set containing only an overline attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. PHRASEAn unmodifiable attribute set containing only a phrase attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. QUOTEAn unmodifiable attribute set containing only a quote attribute.static SinkEventAttributesSinkEventAttributeSet. RIGHTAn unmodifiable attribute set containing only a right attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. RUBYAn unmodifiable attribute set containing only a ruby attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. RUBY_BASEAn unmodifiable attribute set containing only a rubyBase attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. RUBY_PARANTHESESAn unmodifiable attribute set containing only a rubyParentheses attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. RUBY_TEXTAn unmodifiable attribute set containing only a rubyText attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. RUBY_TEXT_CONTAINERAn unmodifiable attribute set containing only a rubyTextContainer attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. SAMPLEAn unmodifiable attribute set containing only a sample attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. SMALLAn unmodifiable attribute set containing only a small attribute.static SinkEventAttributesSinkEventAttributeSet. SOURCEAn unmodifiable attribute set containing only a source attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. STRONGAn unmodifiable attribute set containing only a strong attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. SUBSCRIPTAn unmodifiable attribute set containing only a subscript attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. SUPERSCRIPTAn unmodifiable attribute set containing only a superscript attribute.static SinkEventAttributesSinkEventAttributeSet. UNDERLINEAn unmodifiable attribute set containing only an underline attribute.static SinkEventAttributesSinkEventAttributeSet.Semantics. VARIABLEAn unmodifiable attribute set containing only a variable attribute.Methods in org.apache.maven.doxia.sink.impl that return SinkEventAttributes Modifier and Type Method Description private SinkEventAttributesXhtml5BaseSink. escapeAttributeValues(SinkEventAttributes attributes)Methods in org.apache.maven.doxia.sink.impl with parameters of type SinkEventAttributes Modifier and Type Method Description voidSinkAdapter. address(SinkEventAttributes attributes)Starts an address element.voidSinkWrapper. address(SinkEventAttributes attributes)voidXhtml5BaseSink. address(SinkEventAttributes attributes)Starts an address element.voidSinkAdapter. anchor(java.lang.String name, SinkEventAttributes attributes)Starts an element which defines an anchor.voidSinkWrapper. anchor(java.lang.String name, SinkEventAttributes attributes)voidUniqueAnchorNamesValidator. anchor(java.lang.String name, SinkEventAttributes attributes)voidXhtml5BaseSink. anchor(java.lang.String name, SinkEventAttributes attributes)Starts an element which defines an anchor.voidSinkAdapter. article(SinkEventAttributes attributes)Starts an article within a document.voidSinkWrapper. article(SinkEventAttributes attributes)voidXhtml5BaseSink. article(SinkEventAttributes attributes)Starts an article within a document.voidSinkAdapter. author(SinkEventAttributes attributes)Starts an author element.voidSinkWrapper. author(SinkEventAttributes attributes)voidSinkAdapter. blockquote(SinkEventAttributes attributes)Starts a blockquote element.voidSinkWrapper. blockquote(SinkEventAttributes attributes)voidXhtml5BaseSink. blockquote(SinkEventAttributes attributes)Starts a blockquote element.voidSinkAdapter. body(SinkEventAttributes attributes)Starts the body of a document.voidSinkWrapper. body(SinkEventAttributes attributes)voidSinkAdapter. content(SinkEventAttributes attributes)Start the main content section between the header and the footer within the sections and/or body.voidSinkWrapper. content(SinkEventAttributes attributes)voidXhtml5BaseSink. content(SinkEventAttributes attributes)Start the main content section between the header and the footer within the sections and/or body.voidSinkAdapter. data(java.lang.String value, SinkEventAttributes attributes)Starts a data element which groups together other elements representing microformats.voidSinkWrapper. data(java.lang.String value, SinkEventAttributes attributes)voidXhtml5BaseSink. data(java.lang.String value, SinkEventAttributes attributes)Starts a data element which groups together other elements representing microformats.voidSinkAdapter. date(SinkEventAttributes attributes)Starts the date element.voidSinkWrapper. date(SinkEventAttributes attributes)voidSinkAdapter. definedTerm(SinkEventAttributes attributes)Starts a definition term element within a definition list.voidSinkWrapper. definedTerm(SinkEventAttributes attributes)voidXhtml5BaseSink. definedTerm(SinkEventAttributes attributes)Starts a definition term element within a definition list.voidSinkAdapter. definition(SinkEventAttributes attributes)Starts a definition element within a definition list.voidSinkWrapper. definition(SinkEventAttributes attributes)voidXhtml5BaseSink. definition(SinkEventAttributes attributes)Starts a definition element within a definition list.voidSinkAdapter. definitionList(SinkEventAttributes attributes)Starts a definition list.voidSinkWrapper. definitionList(SinkEventAttributes attributes)voidXhtml5BaseSink. definitionList(SinkEventAttributes attributes)Starts a definition list.voidSinkAdapter. definitionListItem(SinkEventAttributes attributes)Starts a list item element within a definition list.voidSinkWrapper. definitionListItem(SinkEventAttributes attributes)voidSinkAdapter. division(SinkEventAttributes attributes)Starts a division element grouping together other elements.voidSinkWrapper. division(SinkEventAttributes attributes)voidXhtml5BaseSink. division(SinkEventAttributes attributes)Starts a division element grouping together other elements.private SinkEventAttributesXhtml5BaseSink. escapeAttributeValues(SinkEventAttributes attributes)voidSinkAdapter. figure(SinkEventAttributes attributes)Starts a basic image embedding element.voidSinkWrapper. figure(SinkEventAttributes attributes)voidXhtml5BaseSink. figure(SinkEventAttributes attributes)Starts a basic image embedding element.voidSinkAdapter. figureCaption(SinkEventAttributes attributes)Starts a figure caption.voidSinkWrapper. figureCaption(SinkEventAttributes attributes)voidXhtml5BaseSink. figureCaption(SinkEventAttributes attributes)Starts a figure caption.voidSinkAdapter. figureGraphics(java.lang.String src, SinkEventAttributes attributes)Adds a graphic element.voidSinkWrapper. figureGraphics(java.lang.String src, SinkEventAttributes attributes)voidXhtml5BaseSink. figureGraphics(java.lang.String src, SinkEventAttributes attributes)Adds a graphic element.voidSinkAdapter. footer(SinkEventAttributes attributes)Start a new footer within the section or body.voidSinkWrapper. footer(SinkEventAttributes attributes)voidXhtml5BaseSink. footer(SinkEventAttributes attributes)Start a new footer within the section or body.voidSinkAdapter. head(SinkEventAttributes attributes)Starts the head element.voidSinkWrapper. head(SinkEventAttributes attributes)voidSinkAdapter. header(SinkEventAttributes attributes)Start a new header within the section or body.voidSinkWrapper. header(SinkEventAttributes attributes)voidXhtml5BaseSink. header(SinkEventAttributes attributes)Start a new header within the section or body.voidSinkAdapter. horizontalRule(SinkEventAttributes attributes)Adds a horizontal separator rule.voidSinkWrapper. horizontalRule(SinkEventAttributes attributes)voidXhtml5BaseSink. horizontalRule(SinkEventAttributes attributes)Adds a horizontal separator rule.voidSinkAdapter. inline(SinkEventAttributes attributes)Starts an inline element.voidSinkWrapper. inline(SinkEventAttributes attributes)voidXhtml5BaseSink. inline(SinkEventAttributes attributes)Starts an inline element.private voidXhtml5BaseSink. inlineSemantics(SinkEventAttributes attributes, java.lang.String semantic, java.util.List<javax.swing.text.html.HTML.Tag> tags, javax.swing.text.html.HTML.Tag tag)voidSinkAdapter. lineBreak(SinkEventAttributes attributes)Adds a line break.voidSinkWrapper. lineBreak(SinkEventAttributes attributes)voidXhtml5BaseSink. lineBreak(SinkEventAttributes attributes)Adds a line break.voidSinkAdapter. lineBreakOpportunity(SinkEventAttributes attributes)Adds a line break opportunity.voidSinkWrapper. lineBreakOpportunity(SinkEventAttributes attributes)voidXhtml5BaseSink. lineBreakOpportunity(SinkEventAttributes attributes)Adds a line break opportunity.voidSinkAdapter. link(java.lang.String name, SinkEventAttributes attributes)Starts a link.voidSinkWrapper. link(java.lang.String name, SinkEventAttributes attributes)voidXhtml5BaseSink. link(java.lang.String name, SinkEventAttributes attributes)The default style class for external link isexternalLink.voidSinkAdapter. list(SinkEventAttributes attributes)Starts an unordered list.voidSinkWrapper. list(SinkEventAttributes attributes)voidXhtml5BaseSink. list(SinkEventAttributes attributes)Starts an unordered list.voidSinkAdapter. listItem(SinkEventAttributes attributes)Starts a list item element within an unordered list.voidSinkWrapper. listItem(SinkEventAttributes attributes)voidXhtml5BaseSink. listItem(SinkEventAttributes attributes)Starts a list item element within an unordered list.voidSinkAdapter. navigation(SinkEventAttributes attributes)Starts a navigation section within a document.voidSinkWrapper. navigation(SinkEventAttributes attributes)voidXhtml5BaseSink. navigation(SinkEventAttributes attributes)Starts a navigation section within a document.voidSinkAdapter. numberedList(int numbering, SinkEventAttributes attributes)Starts an ordered list element.voidSinkWrapper. numberedList(int numbering, SinkEventAttributes attributes)voidXhtml5BaseSink. numberedList(int numbering, SinkEventAttributes attributes)The default list style depends on the numbering.voidSinkAdapter. numberedListItem(SinkEventAttributes attributes)Starts a list item element within an ordered list.voidSinkWrapper. numberedListItem(SinkEventAttributes attributes)voidXhtml5BaseSink. numberedListItem(SinkEventAttributes attributes)Starts a list item element within an ordered list.protected voidXhtml5BaseSink. onSection(int depth, SinkEventAttributes attributes)Starts a section.protected voidXhtml5BaseSink. onSectionTitle(int depth, SinkEventAttributes attributes)Starts a section title.voidSinkAdapter. paragraph(SinkEventAttributes attributes)Starts a paragraph.voidSinkWrapper. paragraph(SinkEventAttributes attributes)voidXhtml5BaseSink. paragraph(SinkEventAttributes attributes)Starts a paragraph.voidSinkAdapter. section(int level, SinkEventAttributes attributes)Start a new section at the given level.voidSinkWrapper. section(int level, SinkEventAttributes attributes)voidXhtml5BaseSink. section(int level, SinkEventAttributes attributes)Start a new section at the given level.voidSinkAdapter. sectionTitle(int level, SinkEventAttributes attributes)Start a new section title at the given level.voidSinkWrapper. sectionTitle(int level, SinkEventAttributes attributes)voidXhtml5BaseSink. sectionTitle(int level, SinkEventAttributes attributes)Start a new section title at the given level.voidSinkAdapter. sidebar(SinkEventAttributes attributes)Starts a sidebar section within a document.voidSinkWrapper. sidebar(SinkEventAttributes attributes)voidXhtml5BaseSink. sidebar(SinkEventAttributes attributes)Starts a sidebar section within a document.voidSinkAdapter. table(SinkEventAttributes attributes)Starts a table.voidSinkWrapper. table(SinkEventAttributes attributes)voidXhtml5BaseSink. table(SinkEventAttributes attributes)Starts a table.voidSinkAdapter. tableCaption(SinkEventAttributes attributes)Starts a table caption.voidSinkWrapper. tableCaption(SinkEventAttributes attributes)voidXhtml5BaseSink. tableCaption(SinkEventAttributes attributes)Starts a table caption.voidSinkAdapter. tableCell(SinkEventAttributes attributes)Starts a table cell.voidSinkWrapper. tableCell(SinkEventAttributes attributes)voidXhtml5BaseSink. tableCell(SinkEventAttributes attributes)Starts a table cell.voidSinkAdapter. tableHeaderCell(SinkEventAttributes attributes)Starts a table header cell.voidSinkWrapper. tableHeaderCell(SinkEventAttributes attributes)voidXhtml5BaseSink. tableHeaderCell(SinkEventAttributes attributes)Starts a table header cell.voidSinkAdapter. tableRow(SinkEventAttributes attributes)Starts a table row.voidSinkWrapper. tableRow(SinkEventAttributes attributes)voidXhtml5BaseSink. tableRow(SinkEventAttributes attributes)Rows are striped with two colors by adding the classaorb.voidSinkAdapter. text(java.lang.String text, SinkEventAttributes attributes)Adds a text.voidSinkWrapper. text(java.lang.String text, SinkEventAttributes attributes)voidXhtml5BaseSink. text(java.lang.String text, SinkEventAttributes attributes)Adds a text.voidSinkAdapter. time(java.lang.String datetime, SinkEventAttributes attributes)Starts a time element which groups together other elements representing a time.voidSinkWrapper. time(java.lang.String datetime, SinkEventAttributes attributes)voidXhtml5BaseSink. time(java.lang.String datetime, SinkEventAttributes attributes)Starts a time element which groups together other elements representing a time.voidSinkAdapter. title(SinkEventAttributes attributes)Starts the title element.voidSinkWrapper. title(SinkEventAttributes attributes)voidSinkAdapter. unknown(java.lang.String name, java.lang.Object[] requiredParams, SinkEventAttributes attributes)Add an unknown event.voidSinkWrapper. unknown(java.lang.String name, java.lang.Object[] requiredParams, SinkEventAttributes attributes)voidXhtml5BaseSink. unknown(java.lang.String name, java.lang.Object[] requiredParams, SinkEventAttributes attributes)Add an unknown event.voidSinkAdapter. verbatim(SinkEventAttributes attributes)Starts a verbatim block, ie a block where whitespace has semantic relevance.voidSinkWrapper. verbatim(SinkEventAttributes attributes)voidXhtml5BaseSink. verbatim(SinkEventAttributes attributes)Depending on whether the decoration attribute is "source" or not, this leads to either emitting<pre><code>or just<pre>.
-