Uses of Class
com.vladsch.flexmark.ext.abbreviation.Abbreviation
-
Packages that use Abbreviation Package Description com.vladsch.flexmark.ext.abbreviation com.vladsch.flexmark.ext.abbreviation.internal -
-
Uses of Abbreviation in com.vladsch.flexmark.ext.abbreviation
Methods in com.vladsch.flexmark.ext.abbreviation that return Abbreviation Modifier and Type Method Description @Nullable Abbreviation
AbbreviationBlock. getReferencingNode(@NotNull Node node)
Methods in com.vladsch.flexmark.ext.abbreviation with parameters of type Abbreviation Modifier and Type Method Description void
AbbreviationVisitor. visit(Abbreviation node)
-
Uses of Abbreviation in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal with parameters of type Abbreviation Modifier and Type Method Description private void
AbbreviationNodeFormatter. render(Abbreviation node, NodeFormatterContext context, MarkdownWriter markdown)
private void
AbbreviationNodeRenderer. render(Abbreviation node, NodeRendererContext context, HtmlWriter html)
-