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. 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 AbbreviationRepository Modifier and Type Method Description AbbreviationBlockAbbreviation. 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 AbbreviationRepositoryAbbreviationNodeFormatter. 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()
-