Uses of Class
com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
Packages that use AbbreviationBlock
Package
Description
-
Uses of AbbreviationBlock in com.vladsch.flexmark.ext.abbreviation
Classes in com.vladsch.flexmark.ext.abbreviation that implement interfaces with type arguments of type AbbreviationBlockModifier 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 definitionMethods in com.vladsch.flexmark.ext.abbreviation that return AbbreviationBlockModifier and TypeMethodDescriptionAbbreviation.getReferenceNode(AbbreviationRepository repository) Abbreviation.getReferenceNode(Document document) Methods in com.vladsch.flexmark.ext.abbreviation with parameters of type AbbreviationBlockModifier and TypeMethodDescriptionintAbbreviationBlock.compareTo(AbbreviationBlock other) voidAbbreviationVisitor.visit(AbbreviationBlock node) -
Uses of AbbreviationBlock in com.vladsch.flexmark.ext.abbreviation.internal
Subclasses with type arguments of type AbbreviationBlock in com.vladsch.flexmark.ext.abbreviation.internalFields in com.vladsch.flexmark.ext.abbreviation.internal declared as AbbreviationBlockModifier and TypeFieldDescription(package private) final AbbreviationBlockAbbreviationBlockParser.blockMethods in com.vladsch.flexmark.ext.abbreviation.internal that return types with arguments of type AbbreviationBlockModifier and TypeMethodDescription@NotNull Set<AbbreviationBlock> AbbreviationRepository.getReferencedElements(Node parent) Methods in com.vladsch.flexmark.ext.abbreviation.internal with parameters of type AbbreviationBlockModifier and TypeMethodDescriptionprivate voidAbbreviationNodeFormatter.render(AbbreviationBlock node, NodeFormatterContext context, MarkdownWriter markdown) private voidAbbreviationNodeRenderer.render(AbbreviationBlock node, NodeRendererContext context, HtmlWriter html) voidAbbreviationNodeFormatter.renderReferenceBlock(AbbreviationBlock node, NodeFormatterContext context, MarkdownWriter markdown)