public class FootnoteRepository extends com.vladsch.flexmark.util.ast.NodeRepository<FootnoteBlock>
| Constructor and Description |
|---|
FootnoteRepository(com.vladsch.flexmark.util.options.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFootnoteReference(FootnoteBlock footnoteBlock,
Footnote footnote) |
com.vladsch.flexmark.util.options.DataKey<FootnoteRepository> |
getDataKey() |
com.vladsch.flexmark.util.options.DataKey<com.vladsch.flexmark.util.KeepType> |
getKeepDataKey() |
Set<FootnoteBlock> |
getReferencedElements(com.vladsch.flexmark.util.ast.Node parent) |
List<FootnoteBlock> |
getReferencedFootnoteBlocks() |
void |
resolveFootnoteOrdinals() |
clear, containsKey, containsValue, entrySet, equals, get, getFromRaw, getValues, hashCode, isEmpty, keySet, normalizeKey, put, putAll, putRawKey, remove, size, transferReferences, values, visitNodesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic FootnoteRepository(com.vladsch.flexmark.util.options.DataHolder options)
public void addFootnoteReference(FootnoteBlock footnoteBlock, Footnote footnote)
public void resolveFootnoteOrdinals()
public List<FootnoteBlock> getReferencedFootnoteBlocks()
public com.vladsch.flexmark.util.options.DataKey<FootnoteRepository> getDataKey()
getDataKey in class com.vladsch.flexmark.util.ast.NodeRepository<FootnoteBlock>public com.vladsch.flexmark.util.options.DataKey<com.vladsch.flexmark.util.KeepType> getKeepDataKey()
getKeepDataKey in class com.vladsch.flexmark.util.ast.NodeRepository<FootnoteBlock>public Set<FootnoteBlock> getReferencedElements(com.vladsch.flexmark.util.ast.Node parent)
getReferencedElements in class com.vladsch.flexmark.util.ast.NodeRepository<FootnoteBlock>Copyright © 2019. All rights reserved.