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 AbbreviationAbbreviationBlock. getReferencingNode(@NotNull Node node)Methods in com.vladsch.flexmark.ext.abbreviation with parameters of type Abbreviation Modifier and Type Method Description voidAbbreviationVisitor. 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 voidAbbreviationNodeFormatter. render(Abbreviation node, NodeFormatterContext context, MarkdownWriter markdown)private voidAbbreviationNodeRenderer. render(Abbreviation node, NodeRendererContext context, HtmlWriter html)
-