Uses of Class
com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationRepository
-
Packages that use AbbreviationRepository Package Description com.vladsch.flexmark.ext.abbreviation com.vladsch.flexmark.ext.abbreviation.internal -
-
Uses of AbbreviationRepository in com.vladsch.flexmark.ext.abbreviation
Fields in com.vladsch.flexmark.ext.abbreviation with type parameters of type AbbreviationRepository Modifier and Type Field Description static 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 AbbreviationRepository Modifier and Type Method Description AbbreviationBlock
Abbreviation. getReferenceNode(AbbreviationRepository repository)
-
Uses of AbbreviationRepository in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return AbbreviationRepository Modifier and Type Method Description AbbreviationRepository
AbbreviationNodeFormatter. getRepository(DataHolder options)
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return types with arguments of type AbbreviationRepository Modifier and Type Method Description @NotNull DataKey<AbbreviationRepository>
AbbreviationRepository. getDataKey()
-