Class ReferenceRepository
java.lang.Object
com.vladsch.flexmark.util.ast.NodeRepository<Reference>
com.vladsch.flexmark.ast.util.ReferenceRepository
-
Nested Class Summary
-
Field Summary
Fields inherited from class NodeRepository
keepType, nodeList, nodeMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull DataKey<ReferenceRepository> getReferencedElements(Node parent) @NotNull StringnormalizeKey(@NotNull CharSequence key) Methods inherited from class NodeRepository
clear, containsKey, containsValue, entrySet, equals, get, getFromRaw, getValues, hashCode, isEmpty, keySet, put, putAll, putRawKey, remove, size, transferReferences, values, visitNodesMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ReferenceRepository
-
-
Method Details
-
getDataKey
- Specified by:
getDataKeyin classNodeRepository<Reference>
-
getKeepDataKey
- Specified by:
getKeepDataKeyin classNodeRepository<Reference>
-
normalizeKey
- Overrides:
normalizeKeyin classNodeRepository<Reference>
-
getReferencedElements
- Specified by:
getReferencedElementsin classNodeRepository<Reference>
-