Class AbbreviationRepository
java.lang.Object
com.vladsch.flexmark.util.ast.NodeRepository<AbbreviationBlock>
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationRepository
- All Implemented Interfaces:
Map<String,
AbbreviationBlock>
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.vladsch.flexmark.util.ast.NodeRepository
keepType, nodeList, nodeMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull DataKey<AbbreviationRepository>
@NotNull Set<AbbreviationBlock>
getReferencedElements
(Node parent) 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
-
Constructor Details
-
AbbreviationRepository
-
-
Method Details
-
getDataKey
- Specified by:
getDataKey
in classNodeRepository<AbbreviationBlock>
-
getKeepDataKey
- Specified by:
getKeepDataKey
in classNodeRepository<AbbreviationBlock>
-
getReferencedElements
- Specified by:
getReferencedElements
in classNodeRepository<AbbreviationBlock>
-