Uses of Class
com.vladsch.flexmark.ext.footnotes.internal.FootnoteRepository
-
Packages that use FootnoteRepository Package Description com.vladsch.flexmark.ext.footnotes com.vladsch.flexmark.ext.footnotes.internal -
-
Uses of FootnoteRepository in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes with type parameters of type FootnoteRepository Modifier and Type Field Description static DataKey<FootnoteRepository>
FootnoteExtension. FOOTNOTES
Methods in com.vladsch.flexmark.ext.footnotes with parameters of type FootnoteRepository Modifier and Type Method Description FootnoteBlock
Footnote. getFootnoteBlock(FootnoteRepository footnoteRepository)
FootnoteBlock
Footnote. getReferenceNode(FootnoteRepository repository)
-
Uses of FootnoteRepository in com.vladsch.flexmark.ext.footnotes.internal
Fields in com.vladsch.flexmark.ext.footnotes.internal declared as FootnoteRepository Modifier and Type Field Description private FootnoteRepository
FootnoteLinkRefProcessor. footnoteRepository
private FootnoteRepository
FootnoteNodeRenderer. footnoteRepository
Methods in com.vladsch.flexmark.ext.footnotes.internal that return FootnoteRepository Modifier and Type Method Description FootnoteRepository
FootnoteNodeFormatter. getRepository(DataHolder options)
Methods in com.vladsch.flexmark.ext.footnotes.internal that return types with arguments of type FootnoteRepository Modifier and Type Method Description @NotNull DataKey<FootnoteRepository>
FootnoteRepository. getDataKey()
-