Skip navigation links
A C E F G I M O P R S T U V 

A

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
 
abbreviation - Variable in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
 
abbreviation - Variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
 
ABBREVIATION_TRANSLATION_MAP - Static variable in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter
 
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
 
AbbreviationBlockParser - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationBlockParser() - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser
 
AbbreviationBlockParser.Factory - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationExtension - Class in com.vladsch.flexmark.ext.abbreviation
Extension for adding abbreviations to markdown
AbbreviationExtension() - Constructor for class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
 
AbbreviationNodeFormatter - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationNodeFormatter(DataHolder) - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter
 
AbbreviationNodeFormatter.Factory - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationNodePostProcessor - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationNodePostProcessor.Factory - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationNodeRenderer - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationNodeRenderer(DataHolder) - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeRenderer
 
AbbreviationNodeRenderer.Factory - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationOptions - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationOptions(DataHolder) - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationOptions
 
AbbreviationParagraphPreProcessor - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationRepository - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
AbbreviationRepository(DataHolder) - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationRepository
 
ABBREVIATIONS - Static variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
A DataKey that 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 DataKey that 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
 
abbreviationsPlacement - Variable in class com.vladsch.flexmark.ext.abbreviation.internal.FormatOptions
 
abbreviationsSort - Variable in class com.vladsch.flexmark.ext.abbreviation.internal.FormatOptions
 
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
 
addLine(ParserState, BasedSequence) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser
 
affectsGlobalScope() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser.Factory
 

C

closeBlock(ParserState) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser
 
closingMarker - Variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
 
com.vladsch.flexmark.ext.abbreviation - package com.vladsch.flexmark.ext.abbreviation
 
com.vladsch.flexmark.ext.abbreviation.internal - package com.vladsch.flexmark.ext.abbreviation.internal
 
compareTo(AbbreviationBlock) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
 
create() - Static method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
 
create(DataHolder) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser.Factory
 
create(DataHolder) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter.Factory
 
create(Document) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodePostProcessor.Factory
 
create(DataHolder) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeRenderer.Factory
 

E

extend(Formatter.Builder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
 
extend(Parser.Builder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
 
extend(HtmlRenderer.Builder, String) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
 

F

Factory() - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser.Factory
 
Factory() - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter.Factory
 
Factory() - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodePostProcessor.Factory
 
Factory() - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeRenderer.Factory
 
Factory() - Static method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationParagraphPreProcessor
 
FormatOptions - Class in com.vladsch.flexmark.ext.abbreviation.internal
 
FormatOptions(DataHolder) - Constructor for class com.vladsch.flexmark.ext.abbreviation.internal.FormatOptions
 

G

getAbbreviation() - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
 
getAbbreviation() - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
 
getAfterDependents() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser.Factory
 
getAfterDependents() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodePostProcessor.Factory
 
getAstExtra(StringBuilder) - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
 
getAstExtra(StringBuilder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
 
getBeforeDependents() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser.Factory
 
getBlock() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser
 
getClosingMarker() - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
 
getDataKey() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationRepository
 
getKeepDataKey() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationRepository
 
getNodeClasses() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter
 
getNodeFormattingHandlers() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter
 
getNodeRenderingHandlers() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeRenderer
 
getOpeningMarker() - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
 
getReference() - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
 
getReferencedElements(Node) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationRepository
 
getReferenceNode(Document) - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
 
getReferenceNode(AbbreviationRepository) - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
 
getReferencePlacement() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter
 
getReferenceSort() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter
 
getReferencingNode(Node) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
 
getRepository(DataHolder) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter
 
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

isContainer() - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser
 
isDefined() - Method in class com.vladsch.flexmark.ext.abbreviation.Abbreviation
 

M

modifyTransformedReference(String, NodeFormatterContext) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter
 

O

openingMarker - Variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationBlock
 

P

parseInlines(InlineParser) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser
 
parserOptions(MutableDataHolder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
 
preProcessBlock(Paragraph, ParserState) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationParagraphPreProcessor
 
process(NodeTracker, Node) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodePostProcessor
 

R

RECOMPUTE_ABBREVIATIONS_MAP - Static variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
 
rendererOptions(MutableDataHolder) - Method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
 
renderReferenceBlock(AbbreviationBlock, NodeFormatterContext, MarkdownWriter) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationNodeFormatter
 

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
 
tryContinue(ParserState) - Method in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationBlockParser
 

U

USE_LINKS - Static variable in class com.vladsch.flexmark.ext.abbreviation.AbbreviationExtension
A DataKey that is used to set the use links option when true, default is false and abbr tag will be used in the rendered HTML.
useLinks - Variable in class com.vladsch.flexmark.ext.abbreviation.internal.AbbreviationOptions
 

V

visit(AbbreviationBlock) - Method in interface com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitor
 
visit(Abbreviation) - Method in interface com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitor
 
VISIT_HANDLERS(V) - Static method in class com.vladsch.flexmark.ext.abbreviation.AbbreviationVisitorExt
 
A C E F G I M O P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.