Class EnumeratedReferenceRepository
java.lang.Object
com.vladsch.flexmark.util.ast.NodeRepository<EnumeratedReferenceBlock>
com.vladsch.flexmark.ext.enumerated.reference.EnumeratedReferenceRepository
- All Implemented Interfaces:
Map<String,EnumeratedReferenceBlock>
-
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 TypeMethodDescription@NotNull DataKey<EnumeratedReferenceRepository> @NotNull Set<EnumeratedReferenceBlock> getReferencedElements(Node parent) static StringMethods 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, visitNodesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
referencedEnumeratedReferenceBlocks
-
-
Constructor Details
-
EnumeratedReferenceRepository
-
-
Method Details
-
getType
-
getReferencedEnumeratedReferenceBlocks
-
getDataKey
- Specified by:
getDataKeyin classNodeRepository<EnumeratedReferenceBlock>
-
getKeepDataKey
- Specified by:
getKeepDataKeyin classNodeRepository<EnumeratedReferenceBlock>
-
getReferencedElements
- Specified by:
getReferencedElementsin classNodeRepository<EnumeratedReferenceBlock>
-