Uses of Class
com.vladsch.flexmark.ext.footnotes.FootnoteBlock
-
Packages that use FootnoteBlock Package Description com.vladsch.flexmark.ext.footnotes com.vladsch.flexmark.ext.footnotes.internal -
-
Uses of FootnoteBlock in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes declared as FootnoteBlock Modifier and Type Field Description protected FootnoteBlock
Footnote. footnoteBlock
Methods in com.vladsch.flexmark.ext.footnotes that return FootnoteBlock Modifier and Type Method Description FootnoteBlock
Footnote. getFootnoteBlock()
FootnoteBlock
Footnote. getFootnoteBlock(FootnoteRepository footnoteRepository)
FootnoteBlock
Footnote. getReferenceNode(FootnoteRepository repository)
FootnoteBlock
Footnote. getReferenceNode(Document document)
Methods in com.vladsch.flexmark.ext.footnotes with parameters of type FootnoteBlock Modifier and Type Method Description int
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 FootnoteBlock Modifier and Type Field Description private FootnoteBlock
FootnoteBlockParser. block
Fields in com.vladsch.flexmark.ext.footnotes.internal with type parameters of type FootnoteBlock Modifier and Type Field Description private java.util.ArrayList<FootnoteBlock>
FootnoteRepository. referencedFootnoteBlocks
Methods in com.vladsch.flexmark.ext.footnotes.internal that return types with arguments of type FootnoteBlock Modifier and Type Method Description @NotNull java.util.Set<FootnoteBlock>
FootnoteRepository. getReferencedElements(Node parent)
java.util.List<FootnoteBlock>
FootnoteRepository. getReferencedFootnoteBlocks()
Methods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type FootnoteBlock Modifier and Type Method Description void
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)
-