Uses of Class
com.vladsch.flexmark.ext.footnotes.FootnoteBlock
Packages that use FootnoteBlock
-
Uses of FootnoteBlock in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes declared as FootnoteBlockMethods in com.vladsch.flexmark.ext.footnotes that return FootnoteBlockModifier and TypeMethodDescriptionFootnote.getFootnoteBlock()
Footnote.getFootnoteBlock
(FootnoteRepository footnoteRepository) Footnote.getReferenceNode
(FootnoteRepository repository) Footnote.getReferenceNode
(Document document) Methods in com.vladsch.flexmark.ext.footnotes with parameters of type FootnoteBlockModifier and TypeMethodDescriptionint
FootnoteBlock.compareTo
(FootnoteBlock other) void
Footnote.setFootnoteBlock
(FootnoteBlock footnoteBlock) void
FootnoteVisitor.visit
(FootnoteBlock node) -
Uses of FootnoteBlock in com.vladsch.flexmark.ext.footnotes.internal
Fields in com.vladsch.flexmark.ext.footnotes.internal declared as FootnoteBlockFields in com.vladsch.flexmark.ext.footnotes.internal with type parameters of type FootnoteBlockModifier and TypeFieldDescriptionprivate ArrayList
<FootnoteBlock> FootnoteRepository.referencedFootnoteBlocks
Methods in com.vladsch.flexmark.ext.footnotes.internal that return types with arguments of type FootnoteBlockModifier and TypeMethodDescription@NotNull Set
<FootnoteBlock> FootnoteRepository.getReferencedElements
(Node parent) FootnoteRepository.getReferencedFootnoteBlocks()
Methods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type FootnoteBlockModifier and TypeMethodDescriptionvoid
FootnoteRepository.addFootnoteReference
(FootnoteBlock footnoteBlock, Footnote footnote) private void
FootnoteNodeFormatter.render
(FootnoteBlock node, NodeFormatterContext context, MarkdownWriter markdown) private void
FootnoteNodeRenderer.render
(FootnoteBlock node, NodeRendererContext context, HtmlWriter html) void
FootnoteNodeFormatter.renderReferenceBlock
(FootnoteBlock node, NodeFormatterContext context, MarkdownWriter markdown)