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 TypeMethodDescriptionintFootnoteBlock.compareTo(FootnoteBlock other) voidFootnote.setFootnoteBlock(FootnoteBlock footnoteBlock) voidFootnoteVisitor.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.referencedFootnoteBlocksMethods 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 TypeMethodDescriptionvoidFootnoteRepository.addFootnoteReference(FootnoteBlock footnoteBlock, Footnote footnote) private voidFootnoteNodeFormatter.render(FootnoteBlock node, NodeFormatterContext context, MarkdownWriter markdown) private voidFootnoteNodeRenderer.render(FootnoteBlock node, NodeRendererContext context, HtmlWriter html) voidFootnoteNodeFormatter.renderReferenceBlock(FootnoteBlock node, NodeFormatterContext context, MarkdownWriter markdown)