Uses of Interface
org.apache.maven.doxia.sink.SinkEventAttributes
Packages that use SinkEventAttributes
Package
Description
-
Uses of SinkEventAttributes in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro that return SinkEventAttributesModifier and TypeMethodDescriptionprotected static SinkEventAttributesAbstractMacro.getAttributesFromMap(Map<?, ?> parameters) Convert the Map of macro parameters to an AttributeSet. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.apt
Methods in org.apache.maven.doxia.module.apt with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidAptSink.inline(SinkEventAttributes attributes) Starts an inline element.voidAptSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.confluence
Methods in org.apache.maven.doxia.module.confluence with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidConfluenceSink.anchor(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.voidConfluenceSink.author(SinkEventAttributes attributes) Starts an author element.voidConfluenceSink.body(SinkEventAttributes attributes) Starts the body of a document.voidConfluenceSink.date(SinkEventAttributes attributes) Starts the date element.voidConfluenceSink.definedTerm(SinkEventAttributes attributes) Starts a definition term element within a definition list.voidConfluenceSink.definition(SinkEventAttributes attributes) Starts a definition element within a definition list.voidConfluenceSink.definitionList(SinkEventAttributes attributes) Not used.voidConfluenceSink.definitionListItem(SinkEventAttributes attributes) Not used.voidConfluenceSink.figure(SinkEventAttributes attributes) Starts a basic image embedding element.voidConfluenceSink.figureCaption(SinkEventAttributes attributes) Starts a figure caption.voidConfluenceSink.figureGraphics(String src, SinkEventAttributes attributes) Adds a graphic element.voidConfluenceSink.head(SinkEventAttributes attributes) Starts the head element.voidConfluenceSink.horizontalRule(SinkEventAttributes attributes) Adds a horizontal separator rule.voidConfluenceSink.inline(SinkEventAttributes attributes) Starts an inline element.voidConfluenceSink.lineBreak(SinkEventAttributes attributes) Adds a line break.voidConfluenceSink.link(String name, SinkEventAttributes attributes) Starts a link.voidConfluenceSink.list(SinkEventAttributes attributes) Starts an unordered list.voidConfluenceSink.listItem(SinkEventAttributes attributes) Starts a list item element within an unordered list.voidConfluenceSink.numberedList(int numbering, SinkEventAttributes attributes) Starts an ordered list element.voidConfluenceSink.numberedListItem(SinkEventAttributes attributes) Starts a list item element within an ordered list.voidConfluenceSink.paragraph(SinkEventAttributes attributes) Starts a paragraph.voidConfluenceSink.section(int level, SinkEventAttributes attributes) Not used.voidConfluenceSink.sectionTitle(int level, SinkEventAttributes attributes) Start a new section title at the given level.voidConfluenceSink.table(SinkEventAttributes attributes) Starts a table.voidConfluenceSink.tableCaption(SinkEventAttributes attributes) Starts a table caption.voidConfluenceSink.tableCell(SinkEventAttributes attributes) Starts a table cell.voidConfluenceSink.tableHeaderCell(SinkEventAttributes attributes) Starts a table header cell.voidConfluenceSink.tableRow(SinkEventAttributes attributes) Starts a table row.voidConfluenceSink.text(String text, SinkEventAttributes attributes) Adds a text.voidConfluenceSink.title(SinkEventAttributes attributes) Starts the title element.voidConfluenceSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Not used. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.docbook
Methods in org.apache.maven.doxia.module.docbook with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidDocBookSink.inline(SinkEventAttributes attributes) Starts an inline element.voidDocBookSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.fo
Methods in org.apache.maven.doxia.module.fo with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidFoAggregateSink.anchor(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.voidFoSink.anchor(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.voidFoAggregateSink.author(SinkEventAttributes attributes) Starts an author element.voidFoSink.author(SinkEventAttributes attributes) Starts an author element.voidFoAggregateSink.body(SinkEventAttributes attributes) Starts the body of a document.voidFoSink.body(SinkEventAttributes attributes) Starts the body of a document.voidFoAggregateSink.date(SinkEventAttributes attributes) Starts the date element.voidFoSink.date(SinkEventAttributes attributes) Starts the date element.voidFoSink.definedTerm(SinkEventAttributes attributes) Starts a definition term element within a definition list.voidFoSink.definition(SinkEventAttributes attributes) Starts a definition element within a definition list.voidFoSink.definitionList(SinkEventAttributes attributes) Starts a definition list.voidFoSink.definitionListItem(SinkEventAttributes attributes) Starts a list item element within a definition list.voidFoSink.figure(SinkEventAttributes attributes) Starts a basic image embedding element.voidFoSink.figureCaption(SinkEventAttributes attributes) Starts a figure caption.voidFoAggregateSink.figureGraphics(String src, SinkEventAttributes attributes) Adds a graphic element.voidFoSink.figureGraphics(String src, SinkEventAttributes attributes) Adds a graphic element.voidFoAggregateSink.head(SinkEventAttributes attributes) Starts the head element.voidFoSink.head(SinkEventAttributes attributes) Starts the head element.voidFoSink.horizontalRule(SinkEventAttributes attributes) Adds a horizontal separator rule.voidFoSink.inline(SinkEventAttributes attributes) Starts an inline element.voidFoSink.lineBreak(SinkEventAttributes attributes) Adds a line break.voidFoAggregateSink.link(String name, SinkEventAttributes attributes) Starts a link.voidFoSink.link(String name, SinkEventAttributes attributes) Starts a link.voidFoSink.list(SinkEventAttributes attributes) Starts an unordered list.voidFoSink.listItem(SinkEventAttributes attributes) Starts a list item element within an unordered list.voidFoSink.numberedList(int numbering, SinkEventAttributes attributes) Starts an ordered list element.voidFoSink.numberedListItem(SinkEventAttributes attributes) Starts a list item element within an ordered list.voidFoSink.paragraph(SinkEventAttributes attributes) Starts a paragraph.voidFoSink.section(int level, SinkEventAttributes attributes) Start a new section at the given level.voidFoSink.sectionTitle(int level, SinkEventAttributes attributes) Start a new section title at the given level.voidFoSink.table(SinkEventAttributes attributes) Starts a table.voidFoSink.tableCaption(SinkEventAttributes attributes) Starts a table caption.private voidFoSink.tableCell(boolean headerRow, SinkEventAttributes attributes) Writes a table cell.voidFoSink.tableCell(SinkEventAttributes attributes) Starts a table cell.voidFoSink.tableHeaderCell(SinkEventAttributes attributes) Starts a table header cell.voidFoSink.tableRow(SinkEventAttributes attributes) Starts a table row.voidFoSink.text(String text, SinkEventAttributes attributes) Adds a text.voidFoAggregateSink.title(SinkEventAttributes attributes) Starts the title element.voidFoSink.title(SinkEventAttributes attributes) Starts the title element.voidFoSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.voidFoSink.verbatim(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.latex
Methods in org.apache.maven.doxia.module.latex with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidLatexSink.anchor(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.voidLatexSink.author(SinkEventAttributes attributes) Starts an author element.voidLatexSink.body(SinkEventAttributes attributes) Starts the body of a document.voidLatexSink.date(SinkEventAttributes attributes) Starts the date element.voidLatexSink.definedTerm(SinkEventAttributes attributes) Starts a definition term element within a definition list.voidLatexSink.definition(SinkEventAttributes attributes) Starts a definition element within a definition list.voidLatexSink.definitionList(SinkEventAttributes attributes) Starts a definition list.voidLatexSink.definitionListItem(SinkEventAttributes attributes) Starts a list item element within a definition list.voidLatexSink.figure(SinkEventAttributes attributes) Starts a basic image embedding element.voidLatexSink.figureCaption(SinkEventAttributes attributes) Starts a figure caption.voidLatexSink.figureGraphics(String src, SinkEventAttributes attributes) Adds a graphic element.voidLatexSink.head(SinkEventAttributes attributes) Starts the head element.voidLatexSink.horizontalRule(SinkEventAttributes attributes) Adds a horizontal separator rule.voidLatexSink.inline(SinkEventAttributes attributes) Starts an inline element.voidLatexSink.lineBreak(SinkEventAttributes attributes) Adds a line break.voidLatexSink.link(String name, SinkEventAttributes attributes) Starts a link.voidLatexSink.list(SinkEventAttributes attributes) Starts an unordered list.voidLatexSink.listItem(SinkEventAttributes attributes) Starts a list item element within an unordered list.voidLatexSink.numberedList(int numbering, SinkEventAttributes attributes) Starts an ordered list element.voidLatexSink.numberedListItem(SinkEventAttributes attributes) Starts a list item element within an ordered list.voidLatexSink.paragraph(SinkEventAttributes attributes) Starts a paragraph.voidLatexSink.sectionTitle(int level, SinkEventAttributes attributes) Start a new section title at the given level.voidLatexSink.table(SinkEventAttributes attributes) Starts a table.voidLatexSink.tableCaption(SinkEventAttributes attributes) Starts a table caption.voidLatexSink.tableCell(SinkEventAttributes attributes) Starts a table cell.voidLatexSink.tableHeaderCell(SinkEventAttributes attributes) Starts a table header cell.voidLatexSink.tableRow(SinkEventAttributes attributes) Starts a table row.voidLatexSink.text(String text, SinkEventAttributes attributes) Adds a text.voidLatexSink.title(SinkEventAttributes attributes) Starts the title element.voidLatexSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.voidLatexSink.verbatim(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.markdown
Methods in org.apache.maven.doxia.module.markdown with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidMarkdownSink.inline(SinkEventAttributes attributes) Starts an inline element.voidMarkdownSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.voidMarkdownSink.verbatim(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.rtf
Methods in org.apache.maven.doxia.module.rtf with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidRtfSink.inline(SinkEventAttributes attributes) Starts an inline element.voidRtfSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.twiki
Methods in org.apache.maven.doxia.module.twiki with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidTWikiSink.anchor(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.voidTWikiSink.author(SinkEventAttributes attributes) Starts an author element.voidTWikiSink.body(SinkEventAttributes attributes) Starts the body of a document.voidTWikiSink.date(SinkEventAttributes attributes) Starts the date element.voidTWikiSink.definedTerm(SinkEventAttributes attributes) Starts a definition term element within a definition list.voidTWikiSink.definition(SinkEventAttributes attributes) Starts a definition element within a definition list.voidTWikiSink.definitionList(SinkEventAttributes attributes) Starts a definition list.voidTWikiSink.definitionListItem(SinkEventAttributes attributes) Starts a list item element within a definition list.voidTWikiSink.figure(SinkEventAttributes attributes) Starts a basic image embedding element.voidTWikiSink.figureCaption(SinkEventAttributes attributes) Starts a figure caption.voidTWikiSink.figureGraphics(String src, SinkEventAttributes attributes) Adds a graphic element.voidTWikiSink.head(SinkEventAttributes attributes) Starts the head element.voidTWikiSink.horizontalRule(SinkEventAttributes attributes) Adds a horizontal separator rule.voidTWikiSink.inline(SinkEventAttributes attributes) Starts an inline element.voidTWikiSink.lineBreak(SinkEventAttributes attributes) Adds a line break.voidTWikiSink.link(String name, SinkEventAttributes attributes) Starts a link.voidTWikiSink.list(SinkEventAttributes attributes) Starts an unordered list.voidTWikiSink.listItem(SinkEventAttributes attributes) Starts a list item element within an unordered list.voidTWikiSink.numberedList(int numbering, SinkEventAttributes attributes) Starts an ordered list element.voidTWikiSink.numberedListItem(SinkEventAttributes attributes) Starts a list item element within an ordered list.voidTWikiSink.paragraph(SinkEventAttributes attributes) Starts a paragraph.voidTWikiSink.section(int level, SinkEventAttributes attributes) Not used.voidTWikiSink.sectionTitle(int level, SinkEventAttributes attributes) Start a new section title at the given level.voidTWikiSink.table(SinkEventAttributes attributes) Starts a table.voidTWikiSink.tableCaption(SinkEventAttributes attributes) Starts a table caption.voidTWikiSink.tableCell(SinkEventAttributes attributes) Starts a table cell.voidTWikiSink.tableHeaderCell(SinkEventAttributes attributes) Starts a table header cell.voidTWikiSink.tableRow(SinkEventAttributes attributes) Starts a table row.voidTWikiSink.text(String text, SinkEventAttributes attributes) Adds a text.voidTWikiSink.title(SinkEventAttributes attributes) Starts the title element.voidTWikiSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Not used.voidTWikiSink.verbatim(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.xdoc
Methods in org.apache.maven.doxia.module.xdoc with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidXdocSink.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.verbatim(SinkEventAttributes attributes) The default class style for boxed issource. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.xhtml5
Methods in org.apache.maven.doxia.module.xhtml5 with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionprotected voidXhtml5Sink.onSection(int depth, SinkEventAttributes attributes) Starts a section.protected voidXhtml5Sink.onSectionTitle(int depth, SinkEventAttributes attributes) Starts a section title. -
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. -
Uses of SinkEventAttributes in org.apache.maven.doxia.sink.impl
Classes in org.apache.maven.doxia.sink.impl that implement SinkEventAttributesModifier and TypeClassDescriptionclassImplementation of MutableAttributeSet using a LinkedHashMap.Fields in org.apache.maven.doxia.sink.impl declared as SinkEventAttributesModifier and TypeFieldDescriptionstatic final SinkEventAttributesSinkEventAttributeSet.Semantics.ABBREVIATIONAn unmodifiable attribute set containing only an abbreviation attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.ANNOTATIONAn unmodifiable attribute set containing only an annotation attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.BIDIRECTIONAL_ISOLATIONAn unmodifiable attribute set containing only a bidirectionalIsolation attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.BIDIRECTIONAL_OVERRIDEAn unmodifiable attribute set containing only a bidirectionalOverride attribute.static final SinkEventAttributesSinkEventAttributeSet.BOLDAn unmodifiable attribute set containing only a bold attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.BOLDAn unmodifiable attribute set containing only a bold attribute.static final SinkEventAttributesSinkEventAttributeSet.BOXEDAn unmodifiable attribute set containing only a boxed attribute.static final SinkEventAttributesSinkEventAttributeSet.CENTERAn unmodifiable attribute set containing only a center attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.CITATIONAn unmodifiable attribute set containing only a citation attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.CODEAn unmodifiable attribute set containing only a code attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.DEFINITIONAn unmodifiable attribute set containing only a definition attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.DELETEAn unmodifiable attribute set containing only a delete attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.EMPHASISAn unmodifiable attribute set containing only an emphasis attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.HIGHLIGHTAn unmodifiable attribute set containing only a highlight attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.INSERTAn unmodifiable attribute set containing only an insert attribute.static final SinkEventAttributesSinkEventAttributeSet.ITALICAn unmodifiable attribute set containing only an italic attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.ITALICAn unmodifiable attribute set containing only an italic attribute.static final SinkEventAttributesSinkEventAttributeSet.JUSTIFYAn unmodifiable attribute set containing only a justify attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.KEYBOARDAn unmodifiable attribute set containing only a keyboard attribute.static final SinkEventAttributesSinkEventAttributeSet.LEFTAn unmodifiable attribute set containing only a left attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.LINE_THROUGHAn unmodifiable attribute set containing only a line-through attribute.static final SinkEventAttributesSinkEventAttributeSet.LINETHROUGHAn unmodifiable attribute set containing only a linethrough attribute.static final SinkEventAttributesSinkEventAttributeSet.MONOSPACEDAn unmodifiable attribute set containing only a monospaced attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.MONOSPACEDAn unmodifiable attribute set containing only a monospaced attribute.static final SinkEventAttributesSinkEventAttributeSet.OVERLINEAn unmodifiable attribute set containing only an overline attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.PHRASEAn unmodifiable attribute set containing only a phrase attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.QUOTEAn unmodifiable attribute set containing only a quote attribute.static final SinkEventAttributesSinkEventAttributeSet.RIGHTAn unmodifiable attribute set containing only a right attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.RUBYAn unmodifiable attribute set containing only a ruby attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.RUBY_BASEAn unmodifiable attribute set containing only a rubyBase attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.RUBY_PARANTHESESAn unmodifiable attribute set containing only a rubyParentheses attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.RUBY_TEXTAn unmodifiable attribute set containing only a rubyText attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.RUBY_TEXT_CONTAINERAn unmodifiable attribute set containing only a rubyTextContainer attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.SAMPLEAn unmodifiable attribute set containing only a sample attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.SMALLAn unmodifiable attribute set containing only a small attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.STRONGAn unmodifiable attribute set containing only a strong attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.SUBSCRIPTAn unmodifiable attribute set containing only a subscript attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.SUPERSCRIPTAn unmodifiable attribute set containing only a superscript attribute.static final SinkEventAttributesSinkEventAttributeSet.UNDERLINEAn unmodifiable attribute set containing only an underline attribute.static final SinkEventAttributesSinkEventAttributeSet.Semantics.VARIABLEAn unmodifiable attribute set containing only a variable attribute.Methods in org.apache.maven.doxia.sink.impl that return SinkEventAttributesModifier and TypeMethodDescriptionprivate SinkEventAttributesXhtml5BaseSink.escapeAttributeValues(SinkEventAttributes attributes) private SinkEventAttributesXhtmlBaseSink.escapeAttributeValues(SinkEventAttributes attributes) Methods in org.apache.maven.doxia.sink.impl with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoidRandomAccessSink.address(SinkEventAttributes attributes) Starts an address element.voidSinkAdapter.address(SinkEventAttributes attributes) Starts an address element.voidXhtml5BaseSink.address(SinkEventAttributes attributes) Starts an address element.voidXhtmlBaseSink.address(SinkEventAttributes attributes) Starts an address element.voidRandomAccessSink.anchor(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.voidSinkAdapter.anchor(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.voidXhtml5BaseSink.anchor(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.voidXhtmlBaseSink.anchor(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.voidRandomAccessSink.article(SinkEventAttributes attributes) Starts an article within a document.voidSinkAdapter.article(SinkEventAttributes attributes) Starts an article within a document.voidXhtml5BaseSink.article(SinkEventAttributes attributes) Starts an article within a document.voidRandomAccessSink.author(SinkEventAttributes attributes) Starts an author element.voidSinkAdapter.author(SinkEventAttributes attributes) Starts an author element.voidRandomAccessSink.blockquote(SinkEventAttributes attributes) Starts a blockquote element.voidSinkAdapter.blockquote(SinkEventAttributes attributes) Starts a blockquote element.voidXhtml5BaseSink.blockquote(SinkEventAttributes attributes) Starts a blockquote element.voidXhtmlBaseSink.blockquote(SinkEventAttributes attributes) Starts a blockquote element.voidRandomAccessSink.body(SinkEventAttributes attributes) Starts the body of a document.voidSinkAdapter.body(SinkEventAttributes attributes) Starts the body of a document.voidRandomAccessSink.content(SinkEventAttributes attributes) Start the main content section between the header and the footer within the sections and/or body.voidSinkAdapter.content(SinkEventAttributes attributes) Start the main content section between the header and the footer within the sections and/or body.voidXhtml5BaseSink.content(SinkEventAttributes attributes) Start the main content section between the header and the footer within the sections and/or body.voidRandomAccessSink.data(String value, SinkEventAttributes attributes) Starts a data element which groups together other elements representing microformats.voidSinkAdapter.data(String value, SinkEventAttributes attributes) Starts a data element which groups together other elements representing microformats.voidXhtml5BaseSink.data(String value, SinkEventAttributes attributes) Starts a data element which groups together other elements representing microformats.voidRandomAccessSink.date(SinkEventAttributes attributes) Starts the date element.voidSinkAdapter.date(SinkEventAttributes attributes) Starts the date element.voidRandomAccessSink.definedTerm(SinkEventAttributes attributes) Starts a definition term element within a definition list.voidSinkAdapter.definedTerm(SinkEventAttributes attributes) Starts a definition term element within a definition list.voidXhtml5BaseSink.definedTerm(SinkEventAttributes attributes) Starts a definition term element within a definition list.voidXhtmlBaseSink.definedTerm(SinkEventAttributes attributes) Starts a definition term element within a definition list.voidRandomAccessSink.definition(SinkEventAttributes attributes) Starts a definition element within a definition list.voidSinkAdapter.definition(SinkEventAttributes attributes) Starts a definition element within a definition list.voidXhtml5BaseSink.definition(SinkEventAttributes attributes) Starts a definition element within a definition list.voidXhtmlBaseSink.definition(SinkEventAttributes attributes) Starts a definition element within a definition list.voidRandomAccessSink.definitionList(SinkEventAttributes attributes) Starts a definition list.voidSinkAdapter.definitionList(SinkEventAttributes attributes) Starts a definition list.voidXhtml5BaseSink.definitionList(SinkEventAttributes attributes) Starts a definition list.voidXhtmlBaseSink.definitionList(SinkEventAttributes attributes) Starts a definition list.voidRandomAccessSink.definitionListItem(SinkEventAttributes attributes) Starts a list item element within a definition list.voidSinkAdapter.definitionListItem(SinkEventAttributes attributes) Starts a list item element within a definition list.voidRandomAccessSink.division(SinkEventAttributes attributes) Starts a division element grouping together other elements.voidSinkAdapter.division(SinkEventAttributes attributes) Starts a division element grouping together other elements.voidXhtml5BaseSink.division(SinkEventAttributes attributes) Starts a division element grouping together other elements.voidXhtmlBaseSink.division(SinkEventAttributes attributes) Starts a division element grouping together other elements.private SinkEventAttributesXhtml5BaseSink.escapeAttributeValues(SinkEventAttributes attributes) private SinkEventAttributesXhtmlBaseSink.escapeAttributeValues(SinkEventAttributes attributes) voidRandomAccessSink.figure(SinkEventAttributes attributes) Starts a basic image embedding element.voidSinkAdapter.figure(SinkEventAttributes attributes) Starts a basic image embedding element.voidXhtml5BaseSink.figure(SinkEventAttributes attributes) Starts a basic image embedding element.voidXhtmlBaseSink.figure(SinkEventAttributes attributes) Starts a basic image embedding element.voidRandomAccessSink.figureCaption(SinkEventAttributes attributes) Starts a figure caption.voidSinkAdapter.figureCaption(SinkEventAttributes attributes) Starts a figure caption.voidXhtml5BaseSink.figureCaption(SinkEventAttributes attributes) Starts a figure caption.voidXhtmlBaseSink.figureCaption(SinkEventAttributes attributes) Starts a figure caption.voidRandomAccessSink.figureGraphics(String src, SinkEventAttributes attributes) Adds a graphic element.voidSinkAdapter.figureGraphics(String src, SinkEventAttributes attributes) Adds a graphic element.voidXhtml5BaseSink.figureGraphics(String src, SinkEventAttributes attributes) Adds a graphic element.voidXhtmlBaseSink.figureGraphics(String src, SinkEventAttributes attributes) Adds a graphic element.voidRandomAccessSink.footer(SinkEventAttributes attributes) Start a new footer within the section or body.voidSinkAdapter.footer(SinkEventAttributes attributes) Start a new footer within the section or body.voidXhtml5BaseSink.footer(SinkEventAttributes attributes) Start a new footer within the section or body.voidRandomAccessSink.head(SinkEventAttributes attributes) Starts the head element.voidSinkAdapter.head(SinkEventAttributes attributes) Starts the head element.voidRandomAccessSink.header(SinkEventAttributes attributes) Start a new header within the section or body.voidSinkAdapter.header(SinkEventAttributes attributes) Start a new header within the section or body.voidXhtml5BaseSink.header(SinkEventAttributes attributes) Start a new header within the section or body.voidRandomAccessSink.horizontalRule(SinkEventAttributes attributes) Adds a horizontal separator rule.voidSinkAdapter.horizontalRule(SinkEventAttributes attributes) Adds a horizontal separator rule.voidXhtml5BaseSink.horizontalRule(SinkEventAttributes attributes) Adds a horizontal separator rule.voidXhtmlBaseSink.horizontalRule(SinkEventAttributes attributes) Adds a horizontal separator rule.voidRandomAccessSink.inline(SinkEventAttributes attributes) Starts an inline element.voidSinkAdapter.inline(SinkEventAttributes attributes) Starts an inline element.voidXhtml5BaseSink.inline(SinkEventAttributes attributes) Starts an inline element.voidXhtmlBaseSink.inline(SinkEventAttributes attributes) Starts an inline element.private voidXhtml5BaseSink.inlineSemantics(SinkEventAttributes attributes, String semantic, List<HTML.Tag> tags, HTML.Tag tag) private voidXhtmlBaseSink.inlineSemantics(SinkEventAttributes attributes, String semantic, List<HTML.Tag> tags, HTML.Tag tag) voidRandomAccessSink.lineBreak(SinkEventAttributes attributes) Adds a line break.voidSinkAdapter.lineBreak(SinkEventAttributes attributes) Adds a line break.voidXhtml5BaseSink.lineBreak(SinkEventAttributes attributes) Adds a line break.voidXhtmlBaseSink.lineBreak(SinkEventAttributes attributes) Adds a line break.voidRandomAccessSink.lineBreakOpportunity(SinkEventAttributes attributes) Adds a line break opportunity.voidSinkAdapter.lineBreakOpportunity(SinkEventAttributes attributes) Adds a line break opportunity.voidXhtml5BaseSink.lineBreakOpportunity(SinkEventAttributes attributes) Adds a line break opportunity.voidRandomAccessSink.link(String name, SinkEventAttributes attributes) Starts a link.voidSinkAdapter.link(String name, SinkEventAttributes attributes) Starts a link.voidXhtml5BaseSink.link(String name, SinkEventAttributes attributes) Starts a link.voidXhtmlBaseSink.link(String name, SinkEventAttributes attributes) Starts a link.voidRandomAccessSink.list(SinkEventAttributes attributes) Starts an unordered list.voidSinkAdapter.list(SinkEventAttributes attributes) Starts an unordered list.voidXhtml5BaseSink.list(SinkEventAttributes attributes) Starts an unordered list.voidXhtmlBaseSink.list(SinkEventAttributes attributes) Starts an unordered list.voidRandomAccessSink.listItem(SinkEventAttributes attributes) Starts a list item element within an unordered list.voidSinkAdapter.listItem(SinkEventAttributes attributes) Starts a list item element within an unordered list.voidXhtml5BaseSink.listItem(SinkEventAttributes attributes) Starts a list item element within an unordered list.voidXhtmlBaseSink.listItem(SinkEventAttributes attributes) Starts a list item element within an unordered list.voidRandomAccessSink.navigation(SinkEventAttributes attributes) Starts a navigation section within a document.voidSinkAdapter.navigation(SinkEventAttributes attributes) Starts a navigation section within a document.voidXhtml5BaseSink.navigation(SinkEventAttributes attributes) Starts a navigation section within a document.voidRandomAccessSink.numberedList(int numbering, SinkEventAttributes attributes) Starts an ordered list element.voidSinkAdapter.numberedList(int numbering, SinkEventAttributes attributes) Starts an ordered list element.voidXhtml5BaseSink.numberedList(int numbering, SinkEventAttributes attributes) The default list style depends on the numbering.voidXhtmlBaseSink.numberedList(int numbering, SinkEventAttributes attributes) The default list style depends on the numbering.voidRandomAccessSink.numberedListItem(SinkEventAttributes attributes) Starts a list item element within an ordered list.voidSinkAdapter.numberedListItem(SinkEventAttributes attributes) Starts a list item element within an ordered list.voidXhtml5BaseSink.numberedListItem(SinkEventAttributes attributes) Starts a list item element within an ordered list.voidXhtmlBaseSink.numberedListItem(SinkEventAttributes attributes) Starts a list item element within an ordered list.protected voidXhtml5BaseSink.onSection(int depth, SinkEventAttributes attributes) Starts a section.protected voidXhtmlBaseSink.onSection(int depth, SinkEventAttributes attributes) Starts a section.protected voidXhtml5BaseSink.onSectionTitle(int depth, SinkEventAttributes attributes) Starts a section title.protected voidXhtmlBaseSink.onSectionTitle(int depth, SinkEventAttributes attributes) Starts a section title.voidRandomAccessSink.paragraph(SinkEventAttributes attributes) Starts a paragraph.voidSinkAdapter.paragraph(SinkEventAttributes attributes) Starts a paragraph.voidXhtml5BaseSink.paragraph(SinkEventAttributes attributes) Starts a paragraph.voidXhtmlBaseSink.paragraph(SinkEventAttributes attributes) Starts a paragraph.voidRandomAccessSink.section(int level, SinkEventAttributes attributes) Start a new section at the given level.voidSinkAdapter.section(int level, SinkEventAttributes attributes) Start a new section at the given level.voidXhtml5BaseSink.section(int level, SinkEventAttributes attributes) Start a new section at the given level.voidXhtmlBaseSink.section(int level, SinkEventAttributes attributes) Start a new section at the given level.voidRandomAccessSink.sectionTitle(int level, SinkEventAttributes attributes) Start a new section title at the given level.voidSinkAdapter.sectionTitle(int level, SinkEventAttributes attributes) Start a new section title at the given level.voidXhtml5BaseSink.sectionTitle(int level, SinkEventAttributes attributes) Start a new section title at the given level.voidXhtmlBaseSink.sectionTitle(int level, SinkEventAttributes attributes) Start a new section title at the given level.voidRandomAccessSink.sidebar(SinkEventAttributes attributes) Starts a sidebar section within a document.voidSinkAdapter.sidebar(SinkEventAttributes attributes) Starts a sidebar section within a document.voidXhtml5BaseSink.sidebar(SinkEventAttributes attributes) Starts a sidebar section within a document.voidRandomAccessSink.table(SinkEventAttributes attributes) Starts a table.voidSinkAdapter.table(SinkEventAttributes attributes) Starts a table.voidXhtml5BaseSink.table(SinkEventAttributes attributes) Starts a table.voidXhtmlBaseSink.table(SinkEventAttributes attributes) Starts a table.voidRandomAccessSink.tableCaption(SinkEventAttributes attributes) Starts a table caption.voidSinkAdapter.tableCaption(SinkEventAttributes attributes) Starts a table caption.voidXhtml5BaseSink.tableCaption(SinkEventAttributes attributes) Starts a table caption.voidXhtmlBaseSink.tableCaption(SinkEventAttributes attributes) Starts a table caption.voidRandomAccessSink.tableCell(SinkEventAttributes attributes) Starts a table cell.voidSinkAdapter.tableCell(SinkEventAttributes attributes) Starts a table cell.voidXhtml5BaseSink.tableCell(SinkEventAttributes attributes) Starts a table cell.voidXhtmlBaseSink.tableCell(SinkEventAttributes attributes) Starts a table cell.voidRandomAccessSink.tableHeaderCell(SinkEventAttributes attributes) Starts a table header cell.voidSinkAdapter.tableHeaderCell(SinkEventAttributes attributes) Starts a table header cell.voidXhtml5BaseSink.tableHeaderCell(SinkEventAttributes attributes) Starts a table header cell.voidXhtmlBaseSink.tableHeaderCell(SinkEventAttributes attributes) Starts a table header cell.voidRandomAccessSink.tableRow(SinkEventAttributes attributes) Starts a table row.voidSinkAdapter.tableRow(SinkEventAttributes attributes) Starts a table row.voidXhtml5BaseSink.tableRow(SinkEventAttributes attributes) The default class style isaorbdepending the row id.voidXhtmlBaseSink.tableRow(SinkEventAttributes attributes) The default class style isaorbdepending the row id.voidRandomAccessSink.text(String text, SinkEventAttributes attributes) Adds a text.voidSinkAdapter.text(String text, SinkEventAttributes attributes) Adds a text.voidXhtml5BaseSink.text(String text, SinkEventAttributes attributes) Adds a text.voidXhtmlBaseSink.text(String text, SinkEventAttributes attributes) Adds a text.voidRandomAccessSink.time(String datetime, SinkEventAttributes attributes) Starts a time element which groups together other elements representing a time.voidSinkAdapter.time(String datetime, SinkEventAttributes attributes) Starts a time element which groups together other elements representing a time.voidXhtml5BaseSink.time(String datetime, SinkEventAttributes attributes) Starts a time element which groups together other elements representing a time.voidRandomAccessSink.title(SinkEventAttributes attributes) Starts the title element.voidSinkAdapter.title(SinkEventAttributes attributes) Starts the title element.voidRandomAccessSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.voidSinkAdapter.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.voidXhtml5BaseSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.voidXhtmlBaseSink.unknown(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.voidRandomAccessSink.verbatim(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance.voidSinkAdapter.verbatim(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance.voidXhtml5BaseSink.verbatim(SinkEventAttributes attributes) The default class style for boxed issource.voidXhtmlBaseSink.verbatim(SinkEventAttributes attributes) The default class style for boxed issource.