A C E G I M O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abbreviation - Variable in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
- abbreviation - Variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- Abbreviation - Class in com.vladsch.flexmark.ext.abbreviation
-
A node containing the abbreviated text that will be rendered as an abbr tag or a link with title attribute
- Abbreviation(BasedSequence, BasedSequence) - Constructor for class com.vladsch.flexmark.ext.abbreviation.Abbreviation
- AbbreviationBlock - Class in com.vladsch.flexmark.ext.abbreviation
-
A block node that contains the abbreviation definition
- AbbreviationBlock() - Constructor for class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- AbbreviationBlock(BasedSequence) - Constructor for class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- AbbreviationExtension - Class in com.vladsch.flexmark.ext.abbreviation
-
Extension for adding abbreviations to markdown
- AbbreviationExtension() - Constructor for class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
- ABBREVIATIONS - Static variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
-
A
DataKeythat is used to get the document's Node repository holding all the abbreviations defined in the current document. - ABBREVIATIONS_KEEP - Static variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
-
A
DataKeythat is used to set the behavior of the abbreviations repository when duplicates are defined. - ABBREVIATIONS_PLACEMENT - Static variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
- ABBREVIATIONS_SORT - Static variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
- AbbreviationVisitor - Interface in com.vladsch.flexmark.ext.abbreviation
- AbbreviationVisitorExt - Class in com.vladsch.flexmark.ext.abbreviation
- AbbreviationVisitorExt() - Constructor for class com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitorExt
C
- closingMarker - Variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- com.vladsch.flexmark.ext.abbreviation - package com.vladsch.flexmark.ext.abbreviation
- compareTo(AbbreviationBlock) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- create() - Static method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
E
- extend(Formatter.Builder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
- extend(HtmlRenderer.Builder, String) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
- extend(Parser.Builder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
G
- getAbbreviation() - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
- getAbbreviation() - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- getAstExtra(StringBuilder) - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
- getAstExtra(StringBuilder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- getClosingMarker() - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- getOpeningMarker() - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- getReference() - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
- getReferenceNode(AbbreviationRepository) - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
- getReferenceNode(Document) - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
- getReferencingNode(Node) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- getSegments() - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
- getSegments() - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- getText() - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
I
- isDefined() - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
M
- MAKE_MERGED_ABBREVIATIONS_UNIQUE - Static variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
O
- openingMarker - Variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
P
- parserOptions(MutableDataHolder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
R
- rendererOptions(MutableDataHolder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
S
- setAbbreviation(BasedSequence) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- setClosingMarker(BasedSequence) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- setOpeningMarker(BasedSequence) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- setText(BasedSequence) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
T
- text - Variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
- toStringAttributes() - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
- transferReferences(MutableDataHolder, DataHolder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
U
- USE_LINKS - Static variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
-
A
DataKeythat is used to set the use links option when true, default is false and abbr tag will be used in the rendered HTML.
V
- visit(Abbreviation) - Method in interface com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitor
- visit(AbbreviationBlock) - Method in interface com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitor
- VISIT_HANDLERS(V) - Static method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitorExt
All Classes All Packages