Uses of Class
com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
Packages that use AbbreviationBlock
Package
Description
-
Uses of AbbreviationBlock in com.vladsch.flexmark.ext.abbreviation
Methods 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
Fields 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)