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 SinkEventAttributes
AbstractMacro.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 TypeMethodDescriptionvoid
AptSink.inline
(SinkEventAttributes attributes) Starts an inline element.void
AptSink.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 TypeMethodDescriptionvoid
ConfluenceSink.anchor
(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.void
ConfluenceSink.author
(SinkEventAttributes attributes) Starts an author element.void
ConfluenceSink.body
(SinkEventAttributes attributes) Starts the body of a document.void
ConfluenceSink.date
(SinkEventAttributes attributes) Starts the date element.void
ConfluenceSink.definedTerm
(SinkEventAttributes attributes) Starts a definition term element within a definition list.void
ConfluenceSink.definition
(SinkEventAttributes attributes) Starts a definition element within a definition list.void
ConfluenceSink.definitionList
(SinkEventAttributes attributes) Not used.void
ConfluenceSink.definitionListItem
(SinkEventAttributes attributes) Not used.void
ConfluenceSink.figure
(SinkEventAttributes attributes) Starts a basic image embedding element.void
ConfluenceSink.figureCaption
(SinkEventAttributes attributes) Starts a figure caption.void
ConfluenceSink.figureGraphics
(String src, SinkEventAttributes attributes) Adds a graphic element.void
ConfluenceSink.head
(SinkEventAttributes attributes) Starts the head element.void
ConfluenceSink.horizontalRule
(SinkEventAttributes attributes) Adds a horizontal separator rule.void
ConfluenceSink.inline
(SinkEventAttributes attributes) Starts an inline element.void
ConfluenceSink.lineBreak
(SinkEventAttributes attributes) Adds a line break.void
ConfluenceSink.link
(String name, SinkEventAttributes attributes) Starts a link.void
ConfluenceSink.list
(SinkEventAttributes attributes) Starts an unordered list.void
ConfluenceSink.listItem
(SinkEventAttributes attributes) Starts a list item element within an unordered list.void
ConfluenceSink.numberedList
(int numbering, SinkEventAttributes attributes) Starts an ordered list element.void
ConfluenceSink.numberedListItem
(SinkEventAttributes attributes) Starts a list item element within an ordered list.void
ConfluenceSink.paragraph
(SinkEventAttributes attributes) Starts a paragraph.void
ConfluenceSink.section
(int level, SinkEventAttributes attributes) Not used.void
ConfluenceSink.sectionTitle
(int level, SinkEventAttributes attributes) Start a new section title at the given level.void
ConfluenceSink.table
(SinkEventAttributes attributes) Starts a table.void
ConfluenceSink.tableCaption
(SinkEventAttributes attributes) Starts a table caption.void
ConfluenceSink.tableCell
(SinkEventAttributes attributes) Starts a table cell.void
ConfluenceSink.tableHeaderCell
(SinkEventAttributes attributes) Starts a table header cell.void
ConfluenceSink.tableRow
(SinkEventAttributes attributes) Starts a table row.void
ConfluenceSink.text
(String text, SinkEventAttributes attributes) Adds a text.void
ConfluenceSink.title
(SinkEventAttributes attributes) Starts the title element.void
ConfluenceSink.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 TypeMethodDescriptionvoid
DocBookSink.inline
(SinkEventAttributes attributes) Starts an inline element.void
DocBookSink.unknown
(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event. -
Uses of SinkEventAttributes in org.apache.maven.doxia.module.latex
Methods in org.apache.maven.doxia.module.latex with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoid
LatexSink.anchor
(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.void
LatexSink.author
(SinkEventAttributes attributes) Starts an author element.void
LatexSink.body
(SinkEventAttributes attributes) Starts the body of a document.void
LatexSink.date
(SinkEventAttributes attributes) Starts the date element.void
LatexSink.definedTerm
(SinkEventAttributes attributes) Starts a definition term element within a definition list.void
LatexSink.definition
(SinkEventAttributes attributes) Starts a definition element within a definition list.void
LatexSink.definitionList
(SinkEventAttributes attributes) Starts a definition list.void
LatexSink.definitionListItem
(SinkEventAttributes attributes) Starts a list item element within a definition list.void
LatexSink.figure
(SinkEventAttributes attributes) Starts a basic image embedding element.void
LatexSink.figureCaption
(SinkEventAttributes attributes) Starts a figure caption.void
LatexSink.figureGraphics
(String src, SinkEventAttributes attributes) Adds a graphic element.void
LatexSink.head
(SinkEventAttributes attributes) Starts the head element.void
LatexSink.horizontalRule
(SinkEventAttributes attributes) Adds a horizontal separator rule.void
LatexSink.inline
(SinkEventAttributes attributes) Starts an inline element.void
LatexSink.lineBreak
(SinkEventAttributes attributes) Adds a line break.void
LatexSink.link
(String name, SinkEventAttributes attributes) Starts a link.void
LatexSink.list
(SinkEventAttributes attributes) Starts an unordered list.void
LatexSink.listItem
(SinkEventAttributes attributes) Starts a list item element within an unordered list.void
LatexSink.numberedList
(int numbering, SinkEventAttributes attributes) Starts an ordered list element.void
LatexSink.numberedListItem
(SinkEventAttributes attributes) Starts a list item element within an ordered list.void
LatexSink.paragraph
(SinkEventAttributes attributes) Starts a paragraph.void
LatexSink.sectionTitle
(int level, SinkEventAttributes attributes) Start a new section title at the given level.void
LatexSink.table
(SinkEventAttributes attributes) Starts a table.void
LatexSink.tableCaption
(SinkEventAttributes attributes) Starts a table caption.void
LatexSink.tableCell
(SinkEventAttributes attributes) Starts a table cell.void
LatexSink.tableHeaderCell
(SinkEventAttributes attributes) Starts a table header cell.void
LatexSink.tableRow
(SinkEventAttributes attributes) Starts a table row.void
LatexSink.text
(String text, SinkEventAttributes attributes) Adds a text.void
LatexSink.title
(SinkEventAttributes attributes) Starts the title element.void
LatexSink.unknown
(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.void
LatexSink.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 TypeMethodDescriptionvoid
RtfSink.inline
(SinkEventAttributes attributes) Starts an inline element.void
RtfSink.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 TypeMethodDescriptionvoid
TWikiSink.anchor
(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.void
TWikiSink.author
(SinkEventAttributes attributes) Starts an author element.void
TWikiSink.body
(SinkEventAttributes attributes) Starts the body of a document.void
TWikiSink.date
(SinkEventAttributes attributes) Starts the date element.void
TWikiSink.definedTerm
(SinkEventAttributes attributes) Starts a definition term element within a definition list.void
TWikiSink.definition
(SinkEventAttributes attributes) Starts a definition element within a definition list.void
TWikiSink.definitionList
(SinkEventAttributes attributes) Starts a definition list.void
TWikiSink.definitionListItem
(SinkEventAttributes attributes) Starts a list item element within a definition list.void
TWikiSink.figure
(SinkEventAttributes attributes) Starts a basic image embedding element.void
TWikiSink.figureCaption
(SinkEventAttributes attributes) Starts a figure caption.void
TWikiSink.figureGraphics
(String src, SinkEventAttributes attributes) Adds a graphic element.void
TWikiSink.head
(SinkEventAttributes attributes) Starts the head element.void
TWikiSink.horizontalRule
(SinkEventAttributes attributes) Adds a horizontal separator rule.void
TWikiSink.inline
(SinkEventAttributes attributes) Starts an inline element.void
TWikiSink.lineBreak
(SinkEventAttributes attributes) Adds a line break.void
TWikiSink.link
(String name, SinkEventAttributes attributes) Starts a link.void
TWikiSink.list
(SinkEventAttributes attributes) Starts an unordered list.void
TWikiSink.listItem
(SinkEventAttributes attributes) Starts a list item element within an unordered list.void
TWikiSink.numberedList
(int numbering, SinkEventAttributes attributes) Starts an ordered list element.void
TWikiSink.numberedListItem
(SinkEventAttributes attributes) Starts a list item element within an ordered list.void
TWikiSink.paragraph
(SinkEventAttributes attributes) Starts a paragraph.void
TWikiSink.section
(int level, SinkEventAttributes attributes) Not used.void
TWikiSink.sectionTitle
(int level, SinkEventAttributes attributes) Start a new section title at the given level.void
TWikiSink.table
(SinkEventAttributes attributes) Starts a table.void
TWikiSink.tableCaption
(SinkEventAttributes attributes) Starts a table caption.void
TWikiSink.tableCell
(SinkEventAttributes attributes) Starts a table cell.void
TWikiSink.tableHeaderCell
(SinkEventAttributes attributes) Starts a table header cell.void
TWikiSink.tableRow
(SinkEventAttributes attributes) Starts a table row.void
TWikiSink.text
(String text, SinkEventAttributes attributes) Adds a text.void
TWikiSink.title
(SinkEventAttributes attributes) Starts the title element.void
TWikiSink.unknown
(String name, Object[] requiredParams, SinkEventAttributes attributes) Not used.void
TWikiSink.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 TypeMethodDescriptionvoid
XdocSink.body
(SinkEventAttributes attributes) Starts the body of a document.void
XdocSink.head
(SinkEventAttributes attributes) Starts the head element.protected void
XdocSink.onSection
(int depth, SinkEventAttributes attributes) Starts a section.protected void
XdocSink.onSectionTitle
(int depth, SinkEventAttributes attributes) Starts a section title.void
XdocSink.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 void
Xhtml5Sink.onSection
(int depth, SinkEventAttributes attributes) Starts a section.protected void
Xhtml5Sink.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 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. -
Uses of SinkEventAttributes in org.apache.maven.doxia.sink.impl
Classes in org.apache.maven.doxia.sink.impl that implement SinkEventAttributesModifier and TypeClassDescriptionclass
Implementation of MutableAttributeSet using a LinkedHashMap.Fields in org.apache.maven.doxia.sink.impl declared as SinkEventAttributesModifier and TypeFieldDescriptionstatic final SinkEventAttributes
SinkEventAttributeSet.Semantics.ABBREVIATION
An unmodifiable attribute set containing only an abbreviation attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.ANNOTATION
An unmodifiable attribute set containing only an annotation attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.BIDIRECTIONAL_ISOLATION
An unmodifiable attribute set containing only a bidirectionalIsolation attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.BIDIRECTIONAL_OVERRIDE
An unmodifiable attribute set containing only a bidirectionalOverride attribute.static final SinkEventAttributes
SinkEventAttributeSet.BOLD
An unmodifiable attribute set containing only a bold attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.BOLD
An unmodifiable attribute set containing only a bold attribute.static final SinkEventAttributes
SinkEventAttributeSet.BOXED
An unmodifiable attribute set containing only a boxed attribute.static final SinkEventAttributes
SinkEventAttributeSet.CENTER
An unmodifiable attribute set containing only a center attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.CITATION
An unmodifiable attribute set containing only a citation attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.CODE
An unmodifiable attribute set containing only a code attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.DEFINITION
An unmodifiable attribute set containing only a definition attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.DELETE
An unmodifiable attribute set containing only a delete attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.EMPHASIS
An unmodifiable attribute set containing only an emphasis attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.HIGHLIGHT
An unmodifiable attribute set containing only a highlight attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.INSERT
An unmodifiable attribute set containing only an insert attribute.static final SinkEventAttributes
SinkEventAttributeSet.ITALIC
An unmodifiable attribute set containing only an italic attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.ITALIC
An unmodifiable attribute set containing only an italic attribute.static final SinkEventAttributes
SinkEventAttributeSet.JUSTIFY
An unmodifiable attribute set containing only a justify attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.KEYBOARD
An unmodifiable attribute set containing only a keyboard attribute.static final SinkEventAttributes
SinkEventAttributeSet.LEFT
An unmodifiable attribute set containing only a left attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.LINE_THROUGH
An unmodifiable attribute set containing only a line-through attribute.static final SinkEventAttributes
SinkEventAttributeSet.LINETHROUGH
An unmodifiable attribute set containing only a linethrough attribute.static final SinkEventAttributes
SinkEventAttributeSet.MONOSPACED
An unmodifiable attribute set containing only a monospaced attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.MONOSPACED
An unmodifiable attribute set containing only a monospaced attribute.static final SinkEventAttributes
SinkEventAttributeSet.OVERLINE
An unmodifiable attribute set containing only an overline attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.PHRASE
An unmodifiable attribute set containing only a phrase attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.QUOTE
An unmodifiable attribute set containing only a quote attribute.static final SinkEventAttributes
SinkEventAttributeSet.RIGHT
An unmodifiable attribute set containing only a right attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.RUBY
An unmodifiable attribute set containing only a ruby attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.RUBY_BASE
An unmodifiable attribute set containing only a rubyBase attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.RUBY_PARANTHESES
An unmodifiable attribute set containing only a rubyParentheses attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.RUBY_TEXT
An unmodifiable attribute set containing only a rubyText attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.RUBY_TEXT_CONTAINER
An unmodifiable attribute set containing only a rubyTextContainer attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.SAMPLE
An unmodifiable attribute set containing only a sample attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.SMALL
An unmodifiable attribute set containing only a small attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.STRONG
An unmodifiable attribute set containing only a strong attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.SUBSCRIPT
An unmodifiable attribute set containing only a subscript attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.SUPERSCRIPT
An unmodifiable attribute set containing only a superscript attribute.static final SinkEventAttributes
SinkEventAttributeSet.UNDERLINE
An unmodifiable attribute set containing only an underline attribute.static final SinkEventAttributes
SinkEventAttributeSet.Semantics.VARIABLE
An unmodifiable attribute set containing only a variable attribute.Methods in org.apache.maven.doxia.sink.impl that return SinkEventAttributesModifier and TypeMethodDescriptionprivate SinkEventAttributes
Xhtml5BaseSink.escapeAttributeValues
(SinkEventAttributes attributes) private SinkEventAttributes
XhtmlBaseSink.escapeAttributeValues
(SinkEventAttributes attributes) Methods in org.apache.maven.doxia.sink.impl with parameters of type SinkEventAttributesModifier and TypeMethodDescriptionvoid
RandomAccessSink.address
(SinkEventAttributes attributes) Starts an address element.void
SinkAdapter.address
(SinkEventAttributes attributes) Starts an address element.void
Xhtml5BaseSink.address
(SinkEventAttributes attributes) Starts an address element.void
XhtmlBaseSink.address
(SinkEventAttributes attributes) Starts an address element.void
RandomAccessSink.anchor
(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.void
SinkAdapter.anchor
(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.void
Xhtml5BaseSink.anchor
(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.void
XhtmlBaseSink.anchor
(String name, SinkEventAttributes attributes) Starts an element which defines an anchor.void
RandomAccessSink.article
(SinkEventAttributes attributes) Starts an article within a document.void
SinkAdapter.article
(SinkEventAttributes attributes) Starts an article within a document.void
Xhtml5BaseSink.article
(SinkEventAttributes attributes) Starts an article within a document.void
RandomAccessSink.author
(SinkEventAttributes attributes) Starts an author element.void
SinkAdapter.author
(SinkEventAttributes attributes) Starts an author element.void
RandomAccessSink.blockquote
(SinkEventAttributes attributes) Starts a blockquote element.void
SinkAdapter.blockquote
(SinkEventAttributes attributes) Starts a blockquote element.void
Xhtml5BaseSink.blockquote
(SinkEventAttributes attributes) Starts a blockquote element.void
XhtmlBaseSink.blockquote
(SinkEventAttributes attributes) Starts a blockquote element.void
RandomAccessSink.body
(SinkEventAttributes attributes) Starts the body of a document.void
SinkAdapter.body
(SinkEventAttributes attributes) Starts the body of a document.void
RandomAccessSink.content
(SinkEventAttributes attributes) Start the main content section between the header and the footer within the sections and/or body.void
SinkAdapter.content
(SinkEventAttributes attributes) Start the main content section between the header and the footer within the sections and/or body.void
Xhtml5BaseSink.content
(SinkEventAttributes attributes) Start the main content section between the header and the footer within the sections and/or body.void
RandomAccessSink.data
(String value, SinkEventAttributes attributes) Starts a data element which groups together other elements representing microformats.void
SinkAdapter.data
(String value, SinkEventAttributes attributes) Starts a data element which groups together other elements representing microformats.void
Xhtml5BaseSink.data
(String value, SinkEventAttributes attributes) Starts a data element which groups together other elements representing microformats.void
RandomAccessSink.date
(SinkEventAttributes attributes) Starts the date element.void
SinkAdapter.date
(SinkEventAttributes attributes) Starts the date element.void
RandomAccessSink.definedTerm
(SinkEventAttributes attributes) Starts a definition term element within a definition list.void
SinkAdapter.definedTerm
(SinkEventAttributes attributes) Starts a definition term element within a definition list.void
Xhtml5BaseSink.definedTerm
(SinkEventAttributes attributes) Starts a definition term element within a definition list.void
XhtmlBaseSink.definedTerm
(SinkEventAttributes attributes) Starts a definition term element within a definition list.void
RandomAccessSink.definition
(SinkEventAttributes attributes) Starts a definition element within a definition list.void
SinkAdapter.definition
(SinkEventAttributes attributes) Starts a definition element within a definition list.void
Xhtml5BaseSink.definition
(SinkEventAttributes attributes) Starts a definition element within a definition list.void
XhtmlBaseSink.definition
(SinkEventAttributes attributes) Starts a definition element within a definition list.void
RandomAccessSink.definitionList
(SinkEventAttributes attributes) Starts a definition list.void
SinkAdapter.definitionList
(SinkEventAttributes attributes) Starts a definition list.void
Xhtml5BaseSink.definitionList
(SinkEventAttributes attributes) Starts a definition list.void
XhtmlBaseSink.definitionList
(SinkEventAttributes attributes) Starts a definition list.void
RandomAccessSink.definitionListItem
(SinkEventAttributes attributes) Starts a list item element within a definition list.void
SinkAdapter.definitionListItem
(SinkEventAttributes attributes) Starts a list item element within a definition list.void
RandomAccessSink.division
(SinkEventAttributes attributes) Starts a division element grouping together other elements.void
SinkAdapter.division
(SinkEventAttributes attributes) Starts a division element grouping together other elements.void
Xhtml5BaseSink.division
(SinkEventAttributes attributes) Starts a division element grouping together other elements.void
XhtmlBaseSink.division
(SinkEventAttributes attributes) Starts a division element grouping together other elements.private SinkEventAttributes
Xhtml5BaseSink.escapeAttributeValues
(SinkEventAttributes attributes) private SinkEventAttributes
XhtmlBaseSink.escapeAttributeValues
(SinkEventAttributes attributes) void
RandomAccessSink.figure
(SinkEventAttributes attributes) Starts a basic image embedding element.void
SinkAdapter.figure
(SinkEventAttributes attributes) Starts a basic image embedding element.void
Xhtml5BaseSink.figure
(SinkEventAttributes attributes) Starts a basic image embedding element.void
XhtmlBaseSink.figure
(SinkEventAttributes attributes) Starts a basic image embedding element.void
RandomAccessSink.figureCaption
(SinkEventAttributes attributes) Starts a figure caption.void
SinkAdapter.figureCaption
(SinkEventAttributes attributes) Starts a figure caption.void
Xhtml5BaseSink.figureCaption
(SinkEventAttributes attributes) Starts a figure caption.void
XhtmlBaseSink.figureCaption
(SinkEventAttributes attributes) Starts a figure caption.void
RandomAccessSink.figureGraphics
(String src, SinkEventAttributes attributes) Adds a graphic element.void
SinkAdapter.figureGraphics
(String src, SinkEventAttributes attributes) Adds a graphic element.void
Xhtml5BaseSink.figureGraphics
(String src, SinkEventAttributes attributes) Adds a graphic element.void
XhtmlBaseSink.figureGraphics
(String src, SinkEventAttributes attributes) Adds a graphic element.void
RandomAccessSink.footer
(SinkEventAttributes attributes) Start a new footer within the section or body.void
SinkAdapter.footer
(SinkEventAttributes attributes) Start a new footer within the section or body.void
Xhtml5BaseSink.footer
(SinkEventAttributes attributes) Start a new footer within the section or body.void
RandomAccessSink.head
(SinkEventAttributes attributes) Starts the head element.void
SinkAdapter.head
(SinkEventAttributes attributes) Starts the head element.void
RandomAccessSink.header
(SinkEventAttributes attributes) Start a new header within the section or body.void
SinkAdapter.header
(SinkEventAttributes attributes) Start a new header within the section or body.void
Xhtml5BaseSink.header
(SinkEventAttributes attributes) Start a new header within the section or body.void
RandomAccessSink.horizontalRule
(SinkEventAttributes attributes) Adds a horizontal separator rule.void
SinkAdapter.horizontalRule
(SinkEventAttributes attributes) Adds a horizontal separator rule.void
Xhtml5BaseSink.horizontalRule
(SinkEventAttributes attributes) Adds a horizontal separator rule.void
XhtmlBaseSink.horizontalRule
(SinkEventAttributes attributes) Adds a horizontal separator rule.void
RandomAccessSink.inline
(SinkEventAttributes attributes) Starts an inline element.void
SinkAdapter.inline
(SinkEventAttributes attributes) Starts an inline element.void
Xhtml5BaseSink.inline
(SinkEventAttributes attributes) Starts an inline element.void
XhtmlBaseSink.inline
(SinkEventAttributes attributes) Starts an inline element.private void
Xhtml5BaseSink.inlineSemantics
(SinkEventAttributes attributes, String semantic, List<HTML.Tag> tags, HTML.Tag tag) private void
XhtmlBaseSink.inlineSemantics
(SinkEventAttributes attributes, String semantic, List<HTML.Tag> tags, HTML.Tag tag) void
RandomAccessSink.lineBreak
(SinkEventAttributes attributes) Adds a line break.void
SinkAdapter.lineBreak
(SinkEventAttributes attributes) Adds a line break.void
Xhtml5BaseSink.lineBreak
(SinkEventAttributes attributes) Adds a line break.void
XhtmlBaseSink.lineBreak
(SinkEventAttributes attributes) Adds a line break.void
RandomAccessSink.lineBreakOpportunity
(SinkEventAttributes attributes) Adds a line break opportunity.void
SinkAdapter.lineBreakOpportunity
(SinkEventAttributes attributes) Adds a line break opportunity.void
Xhtml5BaseSink.lineBreakOpportunity
(SinkEventAttributes attributes) Adds a line break opportunity.void
RandomAccessSink.link
(String name, SinkEventAttributes attributes) Starts a link.void
SinkAdapter.link
(String name, SinkEventAttributes attributes) Starts a link.void
Xhtml5BaseSink.link
(String name, SinkEventAttributes attributes) Starts a link.void
XhtmlBaseSink.link
(String name, SinkEventAttributes attributes) Starts a link.void
RandomAccessSink.list
(SinkEventAttributes attributes) Starts an unordered list.void
SinkAdapter.list
(SinkEventAttributes attributes) Starts an unordered list.void
Xhtml5BaseSink.list
(SinkEventAttributes attributes) Starts an unordered list.void
XhtmlBaseSink.list
(SinkEventAttributes attributes) Starts an unordered list.void
RandomAccessSink.listItem
(SinkEventAttributes attributes) Starts a list item element within an unordered list.void
SinkAdapter.listItem
(SinkEventAttributes attributes) Starts a list item element within an unordered list.void
Xhtml5BaseSink.listItem
(SinkEventAttributes attributes) Starts a list item element within an unordered list.void
XhtmlBaseSink.listItem
(SinkEventAttributes attributes) Starts a list item element within an unordered list.void
RandomAccessSink.navigation
(SinkEventAttributes attributes) Starts a navigation section within a document.void
SinkAdapter.navigation
(SinkEventAttributes attributes) Starts a navigation section within a document.void
Xhtml5BaseSink.navigation
(SinkEventAttributes attributes) Starts a navigation section within a document.void
RandomAccessSink.numberedList
(int numbering, SinkEventAttributes attributes) Starts an ordered list element.void
SinkAdapter.numberedList
(int numbering, SinkEventAttributes attributes) Starts an ordered list element.void
Xhtml5BaseSink.numberedList
(int numbering, SinkEventAttributes attributes) The default list style depends on the numbering.void
XhtmlBaseSink.numberedList
(int numbering, SinkEventAttributes attributes) The default list style depends on the numbering.void
RandomAccessSink.numberedListItem
(SinkEventAttributes attributes) Starts a list item element within an ordered list.void
SinkAdapter.numberedListItem
(SinkEventAttributes attributes) Starts a list item element within an ordered list.void
Xhtml5BaseSink.numberedListItem
(SinkEventAttributes attributes) Starts a list item element within an ordered list.void
XhtmlBaseSink.numberedListItem
(SinkEventAttributes attributes) Starts a list item element within an ordered list.protected void
Xhtml5BaseSink.onSection
(int depth, SinkEventAttributes attributes) Starts a section.protected void
XhtmlBaseSink.onSection
(int depth, SinkEventAttributes attributes) Starts a section.protected void
Xhtml5BaseSink.onSectionTitle
(int depth, SinkEventAttributes attributes) Starts a section title.protected void
XhtmlBaseSink.onSectionTitle
(int depth, SinkEventAttributes attributes) Starts a section title.void
RandomAccessSink.paragraph
(SinkEventAttributes attributes) Starts a paragraph.void
SinkAdapter.paragraph
(SinkEventAttributes attributes) Starts a paragraph.void
Xhtml5BaseSink.paragraph
(SinkEventAttributes attributes) Starts a paragraph.void
XhtmlBaseSink.paragraph
(SinkEventAttributes attributes) Starts a paragraph.void
RandomAccessSink.section
(int level, SinkEventAttributes attributes) Start a new section at the given level.void
SinkAdapter.section
(int level, SinkEventAttributes attributes) Start a new section at the given level.void
Xhtml5BaseSink.section
(int level, SinkEventAttributes attributes) Start a new section at the given level.void
XhtmlBaseSink.section
(int level, SinkEventAttributes attributes) Start a new section at the given level.void
RandomAccessSink.sectionTitle
(int level, SinkEventAttributes attributes) Start a new section title at the given level.void
SinkAdapter.sectionTitle
(int level, SinkEventAttributes attributes) Start a new section title at the given level.void
Xhtml5BaseSink.sectionTitle
(int level, SinkEventAttributes attributes) Start a new section title at the given level.void
XhtmlBaseSink.sectionTitle
(int level, SinkEventAttributes attributes) Start a new section title at the given level.void
RandomAccessSink.sidebar
(SinkEventAttributes attributes) Starts a sidebar section within a document.void
SinkAdapter.sidebar
(SinkEventAttributes attributes) Starts a sidebar section within a document.void
Xhtml5BaseSink.sidebar
(SinkEventAttributes attributes) Starts a sidebar section within a document.void
RandomAccessSink.table
(SinkEventAttributes attributes) Starts a table.void
SinkAdapter.table
(SinkEventAttributes attributes) Starts a table.void
Xhtml5BaseSink.table
(SinkEventAttributes attributes) Starts a table.void
XhtmlBaseSink.table
(SinkEventAttributes attributes) Starts a table.void
RandomAccessSink.tableCaption
(SinkEventAttributes attributes) Starts a table caption.void
SinkAdapter.tableCaption
(SinkEventAttributes attributes) Starts a table caption.void
Xhtml5BaseSink.tableCaption
(SinkEventAttributes attributes) Starts a table caption.void
XhtmlBaseSink.tableCaption
(SinkEventAttributes attributes) Starts a table caption.void
RandomAccessSink.tableCell
(SinkEventAttributes attributes) Starts a table cell.void
SinkAdapter.tableCell
(SinkEventAttributes attributes) Starts a table cell.void
Xhtml5BaseSink.tableCell
(SinkEventAttributes attributes) Starts a table cell.void
XhtmlBaseSink.tableCell
(SinkEventAttributes attributes) Starts a table cell.void
RandomAccessSink.tableHeaderCell
(SinkEventAttributes attributes) Starts a table header cell.void
SinkAdapter.tableHeaderCell
(SinkEventAttributes attributes) Starts a table header cell.void
Xhtml5BaseSink.tableHeaderCell
(SinkEventAttributes attributes) Starts a table header cell.void
XhtmlBaseSink.tableHeaderCell
(SinkEventAttributes attributes) Starts a table header cell.void
RandomAccessSink.tableRow
(SinkEventAttributes attributes) Starts a table row.void
SinkAdapter.tableRow
(SinkEventAttributes attributes) Starts a table row.void
Xhtml5BaseSink.tableRow
(SinkEventAttributes attributes) The default class style isa
orb
depending the row id.void
XhtmlBaseSink.tableRow
(SinkEventAttributes attributes) The default class style isa
orb
depending the row id.void
RandomAccessSink.text
(String text, SinkEventAttributes attributes) Adds a text.void
SinkAdapter.text
(String text, SinkEventAttributes attributes) Adds a text.void
Xhtml5BaseSink.text
(String text, SinkEventAttributes attributes) Adds a text.void
XhtmlBaseSink.text
(String text, SinkEventAttributes attributes) Adds a text.void
RandomAccessSink.time
(String datetime, SinkEventAttributes attributes) Starts a time element which groups together other elements representing a time.void
SinkAdapter.time
(String datetime, SinkEventAttributes attributes) Starts a time element which groups together other elements representing a time.void
Xhtml5BaseSink.time
(String datetime, SinkEventAttributes attributes) Starts a time element which groups together other elements representing a time.void
RandomAccessSink.title
(SinkEventAttributes attributes) Starts the title element.void
SinkAdapter.title
(SinkEventAttributes attributes) Starts the title element.void
RandomAccessSink.unknown
(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.void
SinkAdapter.unknown
(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.void
Xhtml5BaseSink.unknown
(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.void
XhtmlBaseSink.unknown
(String name, Object[] requiredParams, SinkEventAttributes attributes) Add an unknown event.void
RandomAccessSink.verbatim
(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance.void
SinkAdapter.verbatim
(SinkEventAttributes attributes) Starts a verbatim block, ie a block where whitespace has semantic relevance.void
Xhtml5BaseSink.verbatim
(SinkEventAttributes attributes) The default class style for boxed issource
.void
XhtmlBaseSink.verbatim
(SinkEventAttributes attributes) The default class style for boxed issource
.