Uses of Class
com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
-
Packages that use AbbreviationBlock Package Description com.vladsch.flexmark.ext.abbreviation com.vladsch.flexmark.ext.abbreviation.internal -
-
Uses of AbbreviationBlock in com.vladsch.flexmark.ext.abbreviation
Methods in com.vladsch.flexmark.ext.abbreviation that return AbbreviationBlock Modifier and Type Method Description AbbreviationBlock
Abbreviation. getReferenceNode(AbbreviationRepository repository)
AbbreviationBlock
Abbreviation. getReferenceNode(Document document)
Methods in com.vladsch.flexmark.ext.abbreviation with parameters of type AbbreviationBlock Modifier and Type Method Description int
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 AbbreviationBlock Modifier and Type Field Description (package private) AbbreviationBlock
AbbreviationBlockParser. block
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return types with arguments of type AbbreviationBlock Modifier and Type Method Description @NotNull java.util.Set<AbbreviationBlock>
AbbreviationRepository. getReferencedElements(Node parent)
Methods in com.vladsch.flexmark.ext.abbreviation.internal with parameters of type AbbreviationBlock Modifier and Type Method Description private 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)
-