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
Classes in com.vladsch.flexmark.ext.abbreviation that implement interfaces with type arguments of type AbbreviationRepositoryModifier and TypeClassDescriptionclassA node containing the abbreviated text that will be rendered as an abbr tag or a link with title attributeclassA block node that contains the abbreviation definitionFields in com.vladsch.flexmark.ext.abbreviation with type parameters of type AbbreviationRepositoryModifier and TypeFieldDescriptionstatic final DataKey<AbbreviationRepository> AbbreviationExtension.ABBREVIATIONSADataKeythat 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
Subclasses with type arguments of type AbbreviationRepository in com.vladsch.flexmark.ext.abbreviation.internalMethods 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()