Uses of Interface
org.apache.maven.doxia.sink.SinkEventAttributes
Packages that use SinkEventAttributes
-
Uses of SinkEventAttributes in org.apache.maven.doxia.sink
Methods in org.apache.maven.doxia.sink with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoid
Sink.address
(SinkEventAttributes attributes) Starts an address element.void
Sink.anchor
(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.void
Sink.article
(SinkEventAttributes attributes) Starts an article within a document.void
Sink.author
(SinkEventAttributes attributes) Starts an author element.void
Sink.blockquote
(SinkEventAttributes attributes) Starts a blockquote element.void
Sink.body
(SinkEventAttributes attributes) Starts the body of a document.void
Sink.content
(SinkEventAttributes attributes) Start the main content section between the header and the footer within the sections and/or body.void
Sink.data
(String value, SinkEventAttributes attributes) Starts a data element which groups together other elements representing microformats.void
Sink.date
(SinkEventAttributes attributes) Starts the date element.void
Sink.definedTerm
(SinkEventAttributes attributes) Starts a definition term element within a definition list.void
Sink.definition
(SinkEventAttributes attributes) Starts a definition element within a definition list.void
Sink.definitionList
(SinkEventAttributes attributes) Starts a definition list.void
Sink.definitionListItem
(SinkEventAttributes attributes) Starts a list item element within a definition list.void
Sink.division
(SinkEventAttributes attributes) Starts a division element grouping together other elements.void
Sink.figure
(SinkEventAttributes attributes) Starts a basic image embedding element.void
Sink.figureCaption
(SinkEventAttributes attributes) Starts a figure caption.void
Sink.figureGraphics
(String src, SinkEventAttributes attributes) Adds a graphic element.void
Sink.footer
(SinkEventAttributes attributes) Start a new footer within the section or body.void
Sink.head
(SinkEventAttributes attributes) Starts the head element.void
Sink.header
(SinkEventAttributes attributes) Start a new header within the section or body.void
Sink.horizontalRule
(SinkEventAttributes attributes) Adds a horizontal separator rule.void
Sink.inline
(SinkEventAttributes attributes) Starts an inline element.void
Sink.lineBreak
(SinkEventAttributes attributes) Adds a line break.void
Sink.lineBreakOpportunity
(SinkEventAttributes attributes) Adds a line break opportunity.void
Sink.link
(String name, SinkEventAttributes attributes) Starts a link.void
Sink.list
(SinkEventAttributes attributes) Starts an unordered list.void
Sink.listItem
(SinkEventAttributes attributes) Starts a list item element within an unordered list.void
Sink.navigation
(SinkEventAttributes attributes) Starts a navigation section within a document.void
Sink.numberedList
(int numbering, SinkEventAttributes attributes) Starts an ordered list element.void
Sink.numberedListItem
(SinkEventAttributes attributes) Starts a list item element within an ordered list.void
Sink.paragraph
(SinkEventAttributes attributes) Starts a paragraph.void
Sink.section
(int level, SinkEventAttributes attributes) Start a new section at the given level.void
Sink.sectionTitle
(int level, SinkEventAttributes attributes) Start a new section title at the given level.void
Sink.sidebar
(SinkEventAttributes attributes) Starts a sidebar section within a document.void
Sink.table
(SinkEventAttributes attributes) Starts a table.void
Sink.tableCaption
(SinkEventAttributes attributes) Starts a table caption.void
Sink.tableCell
(SinkEventAttributes attributes) Starts a table cell.void
Sink.tableHeaderCell
(SinkEventAttributes attributes) Starts a table header cell.void
Sink.tableRow
(SinkEventAttributes attributes) Starts a table row.void
Sink.text
(String text, SinkEventAttributes attributes) Adds a text.void
Sink.time
(String datetime, SinkEventAttributes attributes) Starts a time element which groups together other elements representing a time.void
Sink.title
(SinkEventAttributes attributes) Starts the title element.void
Sink.unknown
(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.void
Sink.verbatim
(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance.