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 AbbreviationBlockAbbreviation. getReferenceNode(AbbreviationRepository repository)AbbreviationBlockAbbreviation. getReferenceNode(Document document)Methods in com.vladsch.flexmark.ext.abbreviation with parameters of type AbbreviationBlock Modifier and Type Method Description intAbbreviationBlock. 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 AbbreviationBlock Modifier and Type Field Description (package private) AbbreviationBlockAbbreviationBlockParser. blockMethods 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 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)
-