| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.abbreviation | |
| com.vladsch.flexmark.ext.abbreviation.internal |
| Modifier and Type | Method and Description |
|---|---|
AbbreviationBlock |
Abbreviation.getReferenceNode(AbbreviationRepository repository) |
AbbreviationBlock |
Abbreviation.getReferenceNode(com.vladsch.flexmark.ast.Document document) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbbreviationBlock.compareTo(AbbreviationBlock o) |
void |
AbbreviationVisitor.visit(AbbreviationBlock node) |
| Modifier and Type | Method and Description |
|---|---|
Set<AbbreviationBlock> |
AbbreviationRepository.getReferencedElements(com.vladsch.flexmark.ast.Node parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbbreviationNodeFormatter.renderReferenceBlock(AbbreviationBlock node,
com.vladsch.flexmark.formatter.internal.NodeFormatterContext context,
com.vladsch.flexmark.formatter.internal.MarkdownWriter markdown) |
Copyright © 2018. All rights reserved.