Uses of Class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationRepository
Packages that use AbbreviationRepository
Package
Description
-
Uses of AbbreviationRepository in com.vladsch.flexmark.ext.abbreviation
Fields in com.vladsch.flexmark.ext.abbreviation with type parameters of type AbbreviationRepositoryModifier and TypeFieldDescriptionstatic final DataKey
<AbbreviationRepository> AbbreviationExtension.ABBREVIATIONS
ADataKey
that is used to get the document's Node repository holding all the abbreviations defined in the current document.Methods in com.vladsch.flexmark.ext.abbreviation with parameters of type AbbreviationRepositoryModifier and TypeMethodDescriptionAbbreviation.getReferenceNode
(AbbreviationRepository repository) -
Uses of AbbreviationRepository in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return AbbreviationRepositoryMethods in com.vladsch.flexmark.ext.abbreviation.internal that return types with arguments of type AbbreviationRepositoryModifier and TypeMethodDescription@NotNull DataKey
<AbbreviationRepository> AbbreviationRepository.getDataKey()