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 TypeMethodDescriptionint
AbbreviationBlock.compareTo
(AbbreviationBlock other) void
AbbreviationVisitor.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 AbbreviationBlock
AbbreviationBlockParser.block
Methods 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 void
AbbreviationNodeFormatter.render
(AbbreviationBlock node, NodeFormatterContext context, MarkdownWriter markdown) private void
AbbreviationNodeRenderer.render
(AbbreviationBlock node, NodeRendererContext context, HtmlWriter html) void
AbbreviationNodeFormatter.renderReferenceBlock
(AbbreviationBlock node, NodeFormatterContext context, MarkdownWriter markdown)