Uses of Class
com.vladsch.flexmark.ext.footnotes.FootnoteBlock
-
-
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(com.vladsch.flexmark.ext.footnotes.internal.FootnoteRepository footnoteRepository)FootnoteBlockFootnote. getReferenceNode(com.vladsch.flexmark.ext.footnotes.internal.FootnoteRepository repository)FootnoteBlockFootnote. getReferenceNode(com.vladsch.flexmark.util.ast.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)
-