Uses of Interface
org.apache.maven.doxia.sink.SinkEventAttributes
-
Uses of SinkEventAttributes in org.apache.maven.doxia.sink
Methods in org.apache.maven.doxia.sink with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidSink.address(SinkEventAttributes attributes) Starts an address element.voidSink.anchor(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(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(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(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(String text, SinkEventAttributes attributes) Adds a text.voidSink.time(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(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.voidSink.verbatim(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance.