Class FootnoteRepository
java.lang.Object
com.vladsch.flexmark.util.ast.NodeRepository<FootnoteBlock>
com.vladsch.flexmark.ext.footnotes.internal.FootnoteRepository
- All Implemented Interfaces:
Map<String,
FootnoteBlock>
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from class com.vladsch.flexmark.util.ast.NodeRepository
keepType, nodeList, nodeMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFootnoteReference
(FootnoteBlock footnoteBlock, Footnote footnote) @NotNull DataKey<FootnoteRepository>
@NotNull Set<FootnoteBlock>
getReferencedElements
(Node parent) void
static void
resolveFootnotes
(Document document) Methods inherited from class com.vladsch.flexmark.util.ast.NodeRepository
clear, containsKey, containsValue, entrySet, equals, get, getFromRaw, getValues, hashCode, isEmpty, keySet, normalizeKey, put, putAll, putRawKey, remove, size, transferReferences, values, visitNodes
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
referencedFootnoteBlocks
-
-
Constructor Details
-
FootnoteRepository
-
-
Method Details
-
resolveFootnotes
-
addFootnoteReference
-
resolveFootnoteOrdinals
public void resolveFootnoteOrdinals() -
getReferencedFootnoteBlocks
-
getDataKey
- Specified by:
getDataKey
in classNodeRepository<FootnoteBlock>
-
getKeepDataKey
- Specified by:
getKeepDataKey
in classNodeRepository<FootnoteBlock>
-
getReferencedElements
- Specified by:
getReferencedElements
in classNodeRepository<FootnoteBlock>
-