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 FootnoteBlockFootnote. footnoteBlockMethods in com.vladsch.flexmark.ext.footnotes that return FootnoteBlock Modifier and Type Method Description FootnoteBlockFootnote. getFootnoteBlock()FootnoteBlockFootnote. getFootnoteBlock(FootnoteRepository footnoteRepository)FootnoteBlockFootnote. getReferenceNode(FootnoteRepository repository)FootnoteBlockFootnote. getReferenceNode(Document document)Methods in com.vladsch.flexmark.ext.footnotes with parameters of type FootnoteBlock Modifier and Type Method Description intFootnoteBlock. 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 FootnoteBlock Modifier and Type Field Description private FootnoteBlockFootnoteBlockParser. blockFields in com.vladsch.flexmark.ext.footnotes.internal with type parameters of type FootnoteBlock Modifier and Type Field Description private java.util.ArrayList<FootnoteBlock>FootnoteRepository. referencedFootnoteBlocksMethods 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 voidFootnoteRepository. 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)
-