Uses of Class
com.vladsch.flexmark.util.data.DataKey
-
-
Uses of DataKey in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util that return DataKey Modifier and Type Method Description @NotNull DataKey<ReferenceRepository>
ReferenceRepository. getDataKey()
@NotNull DataKey<KeepType>
ReferenceRepository. getKeepDataKey()
-
Uses of DataKey in com.vladsch.flexmark.core.test.util
Fields in com.vladsch.flexmark.core.test.util declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
TranslationFormatterSpecTest. AST_DETAILS
static DataKey<java.lang.Boolean>
TranslationFormatterSpecTest. DETAILS
static DataKey<java.lang.Integer>
FormatterTranslationSpecTestBase. EDIT_OP
static DataKey<java.lang.Character>
FormatterTranslationSpecTestBase. EDIT_OP_CHAR
static DataKey<java.lang.Boolean>
FormatterTranslationSpecTestBase. SHOW_LINE_RANGES
-
Uses of DataKey in com.vladsch.flexmark.experimental.util.data
Subclasses of DataKey in com.vladsch.flexmark.experimental.util.data Modifier and Type Class Description class
CollectionDataKey<T>
-
Uses of DataKey in com.vladsch.flexmark.ext.abbreviation
Fields in com.vladsch.flexmark.ext.abbreviation declared as DataKey Modifier and Type Field Description static DataKey<AbbreviationRepository>
AbbreviationExtension. ABBREVIATIONS
ADataKey
that is used to get the document's Node repository holding all the abbreviations defined in the current document.static DataKey<KeepType>
AbbreviationExtension. ABBREVIATIONS_KEEP
ADataKey
that is used to set the behavior of the abbreviations repository when duplicates are defined.static DataKey<ElementPlacement>
AbbreviationExtension. ABBREVIATIONS_PLACEMENT
static DataKey<ElementPlacementSort>
AbbreviationExtension. ABBREVIATIONS_SORT
static DataKey<java.lang.Boolean>
AbbreviationExtension. MAKE_MERGED_ABBREVIATIONS_UNIQUE
static DataKey<java.lang.Boolean>
AbbreviationExtension. USE_LINKS
ADataKey
that is used to set the use links option when true, default is false and abbr tag will be used in the rendered HTML. -
Uses of DataKey in com.vladsch.flexmark.ext.abbreviation.internal
Fields in com.vladsch.flexmark.ext.abbreviation.internal declared as DataKey Modifier and Type Field Description static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AbbreviationNodeFormatter. ABBREVIATION_TRANSLATION_MAP
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AbbreviationNodeFormatter. ABBREVIATION_UNIQUIFICATION_MAP
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return DataKey Modifier and Type Method Description @NotNull DataKey<AbbreviationRepository>
AbbreviationRepository. getDataKey()
@NotNull DataKey<KeepType>
AbbreviationRepository. getKeepDataKey()
-
Uses of DataKey in com.vladsch.flexmark.ext.admonition
Fields in com.vladsch.flexmark.ext.admonition declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
AdmonitionExtension. ALLOW_LAZY_CONTINUATION
static DataKey<java.lang.Boolean>
AdmonitionExtension. ALLOW_LEADING_SPACE
static DataKey<java.lang.Integer>
AdmonitionExtension. CONTENT_INDENT
static DataKey<java.lang.Boolean>
AdmonitionExtension. INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
AdmonitionExtension. INTERRUPTS_PARAGRAPH
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AdmonitionExtension. QUALIFIER_TITLE_MAP
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AdmonitionExtension. QUALIFIER_TYPE_MAP
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AdmonitionExtension. TYPE_SVG_MAP
static DataKey<java.lang.String>
AdmonitionExtension. UNRESOLVED_QUALIFIER
static DataKey<java.lang.Boolean>
AdmonitionExtension. WITH_SPACES_INTERRUPTS_ITEM_PARAGRAPH
-
Uses of DataKey in com.vladsch.flexmark.ext.anchorlink
Fields in com.vladsch.flexmark.ext.anchorlink declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
AnchorLinkExtension. ANCHORLINKS_ANCHOR_CLASS
static DataKey<java.lang.Boolean>
AnchorLinkExtension. ANCHORLINKS_NO_BLOCK_QUOTE
static DataKey<java.lang.Boolean>
AnchorLinkExtension. ANCHORLINKS_SET_ID
static DataKey<java.lang.Boolean>
AnchorLinkExtension. ANCHORLINKS_SET_NAME
static DataKey<java.lang.String>
AnchorLinkExtension. ANCHORLINKS_TEXT_PREFIX
static DataKey<java.lang.String>
AnchorLinkExtension. ANCHORLINKS_TEXT_SUFFIX
static DataKey<java.lang.Boolean>
AnchorLinkExtension. ANCHORLINKS_WRAP_TEXT
-
Uses of DataKey in com.vladsch.flexmark.ext.aside
Fields in com.vladsch.flexmark.ext.aside declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
AsideExtension. ALLOW_LEADING_SPACE
static DataKey<java.lang.Boolean>
AsideExtension. EXTEND_TO_BLANK_LINE
static DataKey<java.lang.Boolean>
AsideExtension. IGNORE_BLANK_LINE
static DataKey<java.lang.Boolean>
AsideExtension. INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
AsideExtension. INTERRUPTS_PARAGRAPH
static DataKey<java.lang.Boolean>
AsideExtension. WITH_LEAD_SPACES_INTERRUPTS_ITEM_PARAGRAPH
-
Uses of DataKey in com.vladsch.flexmark.ext.attributes
-
Uses of DataKey in com.vladsch.flexmark.ext.attributes.internal
Fields in com.vladsch.flexmark.ext.attributes.internal declared as DataKey Modifier and Type Field Description static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AttributesNodeFormatter. ATTRIBUTE_ORIGINAL_ID_MAP
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AttributesNodeFormatter. ATTRIBUTE_TRANSLATED_MAP
static DataKey<java.lang.Integer>
AttributesNodeFormatter. ATTRIBUTE_TRANSLATION_ID
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AttributesNodeFormatter. ATTRIBUTE_TRANSLATION_MAP
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AttributesNodeFormatter. ATTRIBUTE_UNIQUIFICATION_CATEGORY_MAP
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
AttributesNodeFormatter. ATTRIBUTE_UNIQUIFICATION_ID_MAP
static DataKey<java.util.Set<Node>>
AttributesNodeFormatter. PROCESSED_ATTRIBUTES
Methods in com.vladsch.flexmark.ext.attributes.internal that return DataKey Modifier and Type Method Description DataKey<NodeAttributeRepository>
NodeAttributeRepository. getDataKey()
DataKey<KeepType>
NodeAttributeRepository. getKeepDataKey()
-
Uses of DataKey in com.vladsch.flexmark.ext.autolink
Fields in com.vladsch.flexmark.ext.autolink declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
AutolinkExtension. IGNORE_LINKS
-
Uses of DataKey in com.vladsch.flexmark.ext.definition
Fields in com.vladsch.flexmark.ext.definition declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
DefinitionExtension. COLON_MARKER
static DataKey<java.lang.Boolean>
DefinitionExtension. DOUBLE_BLANK_LINE_BREAKS_LIST
static DataKey<java.lang.Integer>
DefinitionExtension. FORMAT_MARKER_SPACES
static DataKey<DefinitionMarker>
DefinitionExtension. FORMAT_MARKER_TYPE
static DataKey<java.lang.Integer>
DefinitionExtension. MARKER_SPACES
static DataKey<java.lang.Boolean>
DefinitionExtension. TILDE_MARKER
-
Uses of DataKey in com.vladsch.flexmark.ext.emoji
Fields in com.vladsch.flexmark.ext.emoji declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
EmojiExtension. ATTR_ALIGN
static DataKey<java.lang.String>
EmojiExtension. ATTR_IMAGE_CLASS
static DataKey<java.lang.String>
EmojiExtension. ATTR_IMAGE_SIZE
static DataKey<java.lang.String>
EmojiExtension. ROOT_IMAGE_PATH
static DataKey<EmojiImageType>
EmojiExtension. USE_IMAGE_TYPE
static DataKey<EmojiShortcutType>
EmojiExtension. USE_SHORTCUT_TYPE
-
Uses of DataKey in com.vladsch.flexmark.ext.enumerated.reference
Fields in com.vladsch.flexmark.ext.enumerated.reference declared as DataKey Modifier and Type Field Description static DataKey<EnumeratedReferences>
EnumeratedReferenceExtension. ENUMERATED_REFERENCE_ORDINALS
static DataKey<ElementPlacement>
EnumeratedReferenceExtension. ENUMERATED_REFERENCE_PLACEMENT
static DataKey<ElementPlacementSort>
EnumeratedReferenceExtension. ENUMERATED_REFERENCE_SORT
static DataKey<EnumeratedReferenceRepository>
EnumeratedReferenceExtension. ENUMERATED_REFERENCES
static DataKey<KeepType>
EnumeratedReferenceExtension. ENUMERATED_REFERENCES_KEEP
Methods in com.vladsch.flexmark.ext.enumerated.reference that return DataKey Modifier and Type Method Description @NotNull DataKey<EnumeratedReferenceRepository>
EnumeratedReferenceRepository. getDataKey()
@NotNull DataKey<KeepType>
EnumeratedReferenceRepository. getKeepDataKey()
-
Uses of DataKey in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
FootnoteExtension. FOOTNOTE_BACK_LINK_REF_CLASS
static DataKey<java.lang.String>
FootnoteExtension. FOOTNOTE_BACK_REF_STRING
static DataKey<java.lang.String>
FootnoteExtension. FOOTNOTE_LINK_REF_CLASS
static DataKey<ElementPlacement>
FootnoteExtension. FOOTNOTE_PLACEMENT
static DataKey<java.lang.String>
FootnoteExtension. FOOTNOTE_REF_PREFIX
static DataKey<java.lang.String>
FootnoteExtension. FOOTNOTE_REF_SUFFIX
static DataKey<ElementPlacementSort>
FootnoteExtension. FOOTNOTE_SORT
static DataKey<FootnoteRepository>
FootnoteExtension. FOOTNOTES
static DataKey<KeepType>
FootnoteExtension. FOOTNOTES_KEEP
-
Uses of DataKey in com.vladsch.flexmark.ext.footnotes.internal
Fields in com.vladsch.flexmark.ext.footnotes.internal declared as DataKey Modifier and Type Field Description static DataKey<java.util.Map<java.lang.String,java.lang.String>>
FootnoteNodeFormatter. FOOTNOTE_TRANSLATION_MAP
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
FootnoteNodeFormatter. FOOTNOTE_UNIQUIFICATION_MAP
Methods in com.vladsch.flexmark.ext.footnotes.internal that return DataKey Modifier and Type Method Description @NotNull DataKey<FootnoteRepository>
FootnoteRepository. getDataKey()
@NotNull DataKey<KeepType>
FootnoteRepository. getKeepDataKey()
-
Uses of DataKey in com.vladsch.flexmark.ext.gfm.issues
Fields in com.vladsch.flexmark.ext.gfm.issues declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
GfmIssuesExtension. GIT_HUB_ISSUE_HTML_PREFIX
static DataKey<java.lang.String>
GfmIssuesExtension. GIT_HUB_ISSUE_HTML_SUFFIX
static DataKey<java.lang.String>
GfmIssuesExtension. GIT_HUB_ISSUE_URL_PREFIX
static DataKey<java.lang.String>
GfmIssuesExtension. GIT_HUB_ISSUE_URL_SUFFIX
static DataKey<java.lang.String>
GfmIssuesExtension. GIT_HUB_ISSUES_URL_ROOT
-
Uses of DataKey in com.vladsch.flexmark.ext.gfm.tasklist
Fields in com.vladsch.flexmark.ext.gfm.tasklist declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Integer>
TaskListExtension. FORMAT_DEFAULT_TASK_ITEM_PRIORITY
static DataKey<TaskListItemCase>
TaskListExtension. FORMAT_LIST_ITEM_CASE
static DataKey<TaskListItemPlacement>
TaskListExtension. FORMAT_LIST_ITEM_PLACEMENT
static DataKey<java.lang.Integer>
TaskListExtension. FORMAT_ORDERED_TASK_ITEM_PRIORITY
static DataKey<java.lang.Boolean>
TaskListExtension. FORMAT_PRIORITIZED_TASK_ITEMS
static DataKey<java.util.Map<java.lang.Character,java.lang.Integer>>
TaskListExtension. FORMAT_TASK_ITEM_PRIORITIES
Priorities corresponding toParser.LISTS_ITEM_PREFIX_CHARS
If shorter than item prefix chars then any missing priorities are set to 0static DataKey<java.lang.String>
TaskListExtension. ITEM_DONE_CLASS
static DataKey<java.lang.String>
TaskListExtension. ITEM_DONE_MARKER
static DataKey<java.lang.String>
TaskListExtension. ITEM_NOT_DONE_CLASS
static DataKey<java.lang.String>
TaskListExtension. ITEM_NOT_DONE_MARKER
static DataKey<java.lang.String>
TaskListExtension. LOOSE_ITEM_CLASS
static DataKey<java.lang.String>
TaskListExtension. PARAGRAPH_CLASS
static DataKey<java.lang.String>
TaskListExtension. TIGHT_ITEM_CLASS
-
Uses of DataKey in com.vladsch.flexmark.ext.gfm.users
Fields in com.vladsch.flexmark.ext.gfm.users declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
GfmUsersExtension. GIT_HUB_USER_HTML_PREFIX
static DataKey<java.lang.String>
GfmUsersExtension. GIT_HUB_USER_HTML_SUFFIX
static DataKey<java.lang.String>
GfmUsersExtension. GIT_HUB_USER_URL_PREFIX
static DataKey<java.lang.String>
GfmUsersExtension. GIT_HUB_USER_URL_SUFFIX
static DataKey<java.lang.String>
GfmUsersExtension. GIT_HUB_USERS_URL_ROOT
-
Uses of DataKey in com.vladsch.flexmark.ext.gitlab
Fields in com.vladsch.flexmark.ext.gitlab declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
GitLabExtension. BLOCK_INFO_DELIMITERS
Deprecated.useHtmlRenderer.FENCED_CODE_LANGUAGE_DELIMITERS
insteadstatic DataKey<java.lang.String>
GitLabExtension. BLOCK_MATH_CLASS
static DataKey<java.lang.String>
GitLabExtension. BLOCK_MERMAID_CLASS
static DataKey<java.lang.Boolean>
GitLabExtension. BLOCK_QUOTE_PARSER
static DataKey<java.lang.Boolean>
GitLabExtension. DEL_PARSER
static DataKey<java.lang.String>
GitLabExtension. INLINE_MATH_CLASS
static DataKey<java.lang.Boolean>
GitLabExtension. INLINE_MATH_PARSER
static DataKey<java.lang.Boolean>
GitLabExtension. INS_PARSER
static DataKey<java.lang.String[]>
GitLabExtension. MATH_LANGUAGES
static DataKey<java.lang.String[]>
GitLabExtension. MERMAID_LANGUAGES
static DataKey<java.lang.Boolean>
GitLabExtension. NESTED_BLOCK_QUOTES
static DataKey<java.lang.Boolean>
GitLabExtension. RENDER_BLOCK_MATH
static DataKey<java.lang.Boolean>
GitLabExtension. RENDER_BLOCK_MERMAID
static DataKey<java.lang.Boolean>
GitLabExtension. RENDER_VIDEO_IMAGES
static DataKey<java.lang.Boolean>
GitLabExtension. RENDER_VIDEO_LINK
static DataKey<java.lang.String>
GitLabExtension. VIDEO_IMAGE_CLASS
static DataKey<java.lang.String>
GitLabExtension. VIDEO_IMAGE_EXTENSIONS
static DataKey<java.lang.String>
GitLabExtension. VIDEO_IMAGE_LINK_TEXT_FORMAT
-
Uses of DataKey in com.vladsch.flexmark.ext.jekyll.tag
Fields in com.vladsch.flexmark.ext.jekyll.tag declared as DataKey Modifier and Type Field Description static DataKey<java.util.List<UriContentResolverFactory>>
JekyllTagExtension. CONTENT_RESOLVER_FACTORIES
static DataKey<java.lang.Boolean>
JekyllTagExtension. EMBED_INCLUDED_CONTENT
static DataKey<java.lang.Boolean>
JekyllTagExtension. ENABLE_BLOCK_TAGS
static DataKey<java.lang.Boolean>
JekyllTagExtension. ENABLE_INLINE_TAGS
static DataKey<java.lang.Boolean>
JekyllTagExtension. ENABLE_RENDERING
Deprecated.not used nor neededstatic DataKey<java.util.List<LinkResolverFactory>>
JekyllTagExtension. LINK_RESOLVER_FACTORIES
static DataKey<java.lang.Boolean>
JekyllTagExtension. LIST_INCLUDES_ONLY
static DataKey<java.util.List<JekyllTag>>
JekyllTagExtension. TAG_LIST
-
Uses of DataKey in com.vladsch.flexmark.ext.macros
Fields in com.vladsch.flexmark.ext.macros declared as DataKey Modifier and Type Field Description static DataKey<MacroDefinitionRepository>
MacrosExtension. MACRO_DEFINITIONS
static DataKey<KeepType>
MacrosExtension. MACRO_DEFINITIONS_KEEP
static DataKey<ElementPlacement>
MacrosExtension. MACRO_DEFINITIONS_PLACEMENT
static DataKey<ElementPlacementSort>
MacrosExtension. MACRO_DEFINITIONS_SORT
static DataKey<java.lang.Boolean>
MacrosExtension. SOURCE_WRAP_MACRO_REFERENCES
-
Uses of DataKey in com.vladsch.flexmark.ext.macros.internal
Fields in com.vladsch.flexmark.ext.macros.internal declared as DataKey Modifier and Type Field Description static DataKey<java.util.Map<java.lang.String,java.lang.String>>
MacrosNodeFormatter. MACROS_TRANSLATION_MAP
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
MacrosNodeFormatter. MACROS_UNIQUIFICATION_MAP
Methods in com.vladsch.flexmark.ext.macros.internal that return DataKey Modifier and Type Method Description @NotNull DataKey<MacroDefinitionRepository>
MacroDefinitionRepository. getDataKey()
@NotNull DataKey<KeepType>
MacroDefinitionRepository. getKeepDataKey()
-
Uses of DataKey in com.vladsch.flexmark.ext.spec.example
Fields in com.vladsch.flexmark.ext.spec.example declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
SpecExampleExtension. SPEC_EXAMPLE_BREAK
static DataKey<RenderAs>
SpecExampleExtension. SPEC_EXAMPLE_RENDER_AS
static DataKey<java.lang.Boolean>
SpecExampleExtension. SPEC_EXAMPLE_RENDER_RAW_HTML
static DataKey<java.lang.String>
SpecExampleExtension. SPEC_EXAMPLE_RENDERED_HTML_PREFIX
static DataKey<java.lang.String>
SpecExampleExtension. SPEC_EXAMPLE_RENDERED_HTML_SUFFIX
static DataKey<java.util.Map<java.lang.Integer,java.lang.String>>
SpecExampleExtension. SPEC_EXAMPLE_SECTION_LANGUAGES
static DataKey<java.util.Map<java.lang.Integer,java.lang.String>>
SpecExampleExtension. SPEC_EXAMPLE_SECTION_NAMES
static DataKey<java.lang.Boolean>
SpecExampleExtension. SPEC_OPTION_NODES
static DataKey<java.lang.String>
SpecExampleExtension. SPEC_SECTION_BREAK
static DataKey<java.lang.String>
SpecExampleExtension. SPEC_TYPE_BREAK
Deprecated. -
Uses of DataKey in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
TablesExtension. APPEND_MISSING_COLUMNS
static DataKey<java.lang.String>
TablesExtension. CLASS_NAME
static DataKey<java.lang.Boolean>
TablesExtension. COLUMN_SPANS
static DataKey<java.lang.Boolean>
TablesExtension. DISCARD_EXTRA_COLUMNS
static DataKey<CharWidthProvider>
TablesExtension. FORMAT_CHAR_WIDTH_PROVIDER
static DataKey<java.lang.Boolean>
TablesExtension. FORMAT_TABLE_ADJUST_COLUMN_WIDTH
static DataKey<java.lang.Boolean>
TablesExtension. FORMAT_TABLE_APPLY_COLUMN_ALIGNMENT
static DataKey<TableCaptionHandling>
TablesExtension. FORMAT_TABLE_CAPTION
static DataKey<DiscretionaryText>
TablesExtension. FORMAT_TABLE_CAPTION_SPACES
static DataKey<java.lang.Boolean>
TablesExtension. FORMAT_TABLE_FILL_MISSING_COLUMNS
static DataKey<java.lang.String>
TablesExtension. FORMAT_TABLE_INDENT_PREFIX
static DataKey<java.lang.Boolean>
TablesExtension. FORMAT_TABLE_LEAD_TRAIL_PIPES
static DataKey<DiscretionaryText>
TablesExtension. FORMAT_TABLE_LEFT_ALIGN_MARKER
static DataKey<TableManipulator>
TablesExtension. FORMAT_TABLE_MANIPULATOR
static DataKey<java.lang.Integer>
TablesExtension. FORMAT_TABLE_MIN_SEPARATOR_COLUMN_WIDTH
static DataKey<java.lang.Integer>
TablesExtension. FORMAT_TABLE_MIN_SEPARATOR_DASHES
static DataKey<java.lang.Boolean>
TablesExtension. FORMAT_TABLE_SPACE_AROUND_PIPES
static DataKey<java.lang.Boolean>
TablesExtension. FORMAT_TABLE_TRIM_CELL_WHITESPACE
static DataKey<java.lang.Boolean>
TablesExtension. HEADER_SEPARATOR_COLUMN_MATCH
static DataKey<java.lang.Integer>
TablesExtension. MAX_HEADER_ROWS
static DataKey<java.lang.Integer>
TablesExtension. MIN_HEADER_ROWS
static DataKey<java.lang.Integer>
TablesExtension. MIN_SEPARATOR_DASHES
static DataKey<java.lang.Boolean>
TablesExtension. TRIM_CELL_WHITESPACE
static DataKey<java.lang.Boolean>
TablesExtension. WITH_CAPTION
-
Uses of DataKey in com.vladsch.flexmark.ext.toc
Fields in com.vladsch.flexmark.ext.toc declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
SimTocExtension. AST_INCLUDE_OPTIONS
static DataKey<java.lang.Boolean>
TocExtension. AST_INCLUDE_OPTIONS
static DataKey<java.lang.Boolean>
SimTocExtension. BLANK_LINE_SPACER
static DataKey<java.lang.Boolean>
TocExtension. BLANK_LINE_SPACER
static DataKey<java.lang.Boolean>
SimTocExtension. CASE_SENSITIVE_TOC_TAG
static DataKey<java.lang.Boolean>
TocExtension. CASE_SENSITIVE_TOC_TAG
static DataKey<java.lang.String>
SimTocExtension. DIV_CLASS
static DataKey<java.lang.String>
TocExtension. DIV_CLASS
static DataKey<TocOptions>
SimTocExtension. FORMAT_OPTIONS
static DataKey<TocOptions>
TocExtension. FORMAT_OPTIONS
static DataKey<SimTocGenerateOnFormat>
SimTocExtension. FORMAT_UPDATE_ON_FORMAT
static DataKey<SimTocGenerateOnFormat>
TocExtension. FORMAT_UPDATE_ON_FORMAT
static DataKey<java.lang.Boolean>
SimTocExtension. IS_HTML
static DataKey<java.lang.Boolean>
TocExtension. IS_HTML
static DataKey<java.lang.Boolean>
SimTocExtension. IS_NUMBERED
static DataKey<java.lang.Boolean>
TocExtension. IS_NUMBERED
static DataKey<java.lang.Boolean>
SimTocExtension. IS_TEXT_ONLY
static DataKey<java.lang.Boolean>
TocExtension. IS_TEXT_ONLY
static DataKey<java.lang.Integer>
SimTocExtension. LEVELS
static DataKey<java.lang.Integer>
TocExtension. LEVELS
static DataKey<java.lang.String>
SimTocExtension. LIST_CLASS
static DataKey<java.lang.String>
TocExtension. LIST_CLASS
static DataKey<TocOptions.ListType>
SimTocExtension. LIST_TYPE
static DataKey<TocOptions.ListType>
TocExtension. LIST_TYPE
static DataKey<java.lang.Integer>
SimTocExtension. TITLE_LEVEL
static DataKey<java.lang.Integer>
TocExtension. TITLE_LEVEL
-
Uses of DataKey in com.vladsch.flexmark.ext.typographic
Fields in com.vladsch.flexmark.ext.typographic declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
TypographicExtension. ANGLE_QUOTE_CLOSE
static DataKey<java.lang.String>
TypographicExtension. ANGLE_QUOTE_OPEN
static DataKey<java.lang.String>
TypographicExtension. DOUBLE_QUOTE_CLOSE
static DataKey<java.lang.String>
TypographicExtension. DOUBLE_QUOTE_OPEN
static DataKey<java.lang.String>
TypographicExtension. ELLIPSIS
static DataKey<java.lang.String>
TypographicExtension. ELLIPSIS_SPACED
static DataKey<java.lang.String>
TypographicExtension. EM_DASH
static DataKey<java.lang.String>
TypographicExtension. EN_DASH
static DataKey<java.lang.Boolean>
TypographicExtension. ENABLE_QUOTES
static DataKey<java.lang.Boolean>
TypographicExtension. ENABLE_SMARTS
static DataKey<java.lang.String>
TypographicExtension. SINGLE_QUOTE_CLOSE
static DataKey<java.lang.String>
TypographicExtension. SINGLE_QUOTE_OPEN
static DataKey<java.lang.String>
TypographicExtension. SINGLE_QUOTE_UNMATCHED
-
Uses of DataKey in com.vladsch.flexmark.ext.wikilink
Fields in com.vladsch.flexmark.ext.wikilink declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
WikiLinkExtension. ALLOW_ANCHOR_ESCAPE
static DataKey<java.lang.Boolean>
WikiLinkExtension. ALLOW_ANCHORS
static DataKey<java.lang.Boolean>
WikiLinkExtension. ALLOW_INLINES
static DataKey<java.lang.Boolean>
WikiLinkExtension. ALLOW_PIPE_ESCAPE
static DataKey<java.lang.Boolean>
WikiLinkExtension. DISABLE_RENDERING
static DataKey<java.lang.String>
WikiLinkExtension. IMAGE_FILE_EXTENSION
static DataKey<java.lang.Boolean>
WikiLinkExtension. IMAGE_LINKS
static DataKey<java.lang.String>
WikiLinkExtension. IMAGE_PREFIX
static DataKey<java.lang.String>
WikiLinkExtension. IMAGE_PREFIX_ABSOLUTE
Image prefix to use for absolute wiki image sources starting with the'/'
character.static DataKey<java.lang.String>
WikiLinkExtension. LINK_ESCAPE_CHARS
Characters to escape in wiki links.static DataKey<java.lang.String>
WikiLinkExtension. LINK_FILE_EXTENSION
static DataKey<java.lang.Boolean>
WikiLinkExtension. LINK_FIRST_SYNTAX
static DataKey<java.lang.String>
WikiLinkExtension. LINK_PREFIX
static DataKey<java.lang.String>
WikiLinkExtension. LINK_PREFIX_ABSOLUTE
Link prefix to use for absolute wiki links starting with the'/'
character.static DataKey<java.lang.String>
WikiLinkExtension. LINK_REPLACE_CHARS
Characters to replaceWikiLinkExtension.LINK_ESCAPE_CHARS
with. -
Uses of DataKey in com.vladsch.flexmark.ext.xwiki.macros
Fields in com.vladsch.flexmark.ext.xwiki.macros declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
MacroExtension. ENABLE_BLOCK_MACROS
static DataKey<java.lang.Boolean>
MacroExtension. ENABLE_INLINE_MACROS
static DataKey<java.lang.Boolean>
MacroExtension. ENABLE_RENDERING
-
Uses of DataKey in com.vladsch.flexmark.ext.zzzzzz
Fields in com.vladsch.flexmark.ext.zzzzzz declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
ZzzzzzExtension. LOCAL_ONLY_TARGET_CLASS
static DataKey<java.lang.String>
ZzzzzzExtension. MISSING_TARGET_CLASS
static DataKey<java.lang.Boolean>
ZzzzzzExtension. ZZZZZZ_OPTION1
static DataKey<java.lang.String>
ZzzzzzExtension. ZZZZZZ_OPTION2
static DataKey<java.lang.Integer>
ZzzzzzExtension. ZZZZZZ_OPTION3
static DataKey<ZzzzzzRepository>
ZzzzzzExtension. ZZZZZZS
static DataKey<KeepType>
ZzzzzzExtension. ZZZZZZS_KEEP
-
Uses of DataKey in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return DataKey Modifier and Type Method Description @NotNull DataKey<ZzzzzzRepository>
ZzzzzzRepository. getDataKey()
@NotNull DataKey<KeepType>
ZzzzzzRepository. getKeepDataKey()
-
Uses of DataKey in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
Formatter. APPEND_TRANSFERRED_REFERENCES
static DataKey<java.lang.Boolean>
Formatter. APPLY_SPECIAL_LEAD_IN_HANDLERS
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
Formatter. ATTRIBUTE_UNIQUIFICATION_ID_MAP
static DataKey<EqualizeTrailingMarker>
Formatter. ATX_HEADER_TRAILING_MARKER
Deprecated.static DataKey<EqualizeTrailingMarker>
Formatter. ATX_HEADING_TRAILING_MARKER
static DataKey<java.lang.Boolean>
Formatter. BLOCK_QUOTE_BLANK_LINES
static DataKey<BlockQuoteMarker>
Formatter. BLOCK_QUOTE_MARKERS
static DataKey<java.lang.Boolean>
Formatter. DEFAULT_LINK_RESOLVER
static DataKey<java.lang.String>
Formatter. DOC_RELATIVE_URL
static DataKey<java.lang.String>
Formatter. DOC_ROOT_URL
static DataKey<java.lang.CharSequence>
Formatter. DOCUMENT_FIRST_PREFIX
static DataKey<java.lang.CharSequence>
Formatter. DOCUMENT_PREFIX
static DataKey<java.lang.Boolean>
Formatter. ESCAPE_NUMBERED_LEAD_IN
static DataKey<java.lang.Boolean>
Formatter. ESCAPE_SPECIAL_CHARS
static DataKey<java.lang.Integer>
Formatter. FENCED_CODE_MARKER_LENGTH
static DataKey<CodeFenceMarker>
Formatter. FENCED_CODE_MARKER_TYPE
static DataKey<java.lang.Boolean>
Formatter. FENCED_CODE_MATCH_CLOSING_MARKER
static DataKey<java.lang.Boolean>
Formatter. FENCED_CODE_MINIMIZE_INDENT
static DataKey<java.lang.Boolean>
Formatter. FENCED_CODE_SPACE_BEFORE_INFO
static DataKey<java.lang.Boolean>
FormatterUtils. FIRST_LIST_ITEM_CHILD
static DataKey<CharWidthProvider>
Formatter. FORMAT_CHAR_WIDTH_PROVIDER
static DataKey<java.lang.Integer>
Formatter. FORMAT_FLAGS
output control for FormattingAppendable, seeLineAppendable.setOptions(int)
static DataKey<TableCaptionHandling>
Formatter. FORMAT_TABLE_CAPTION
Deprecated.static DataKey<DiscretionaryText>
Formatter. FORMAT_TABLE_CAPTION_SPACES
Deprecated.static DataKey<java.lang.String>
Formatter. FORMAT_TABLE_INDENT_PREFIX
Deprecated.static DataKey<ParserEmulationProfile>
Formatter. FORMATTER_EMULATION_PROFILE
static DataKey<java.lang.String>
Formatter. FORMATTER_OFF_TAG
static DataKey<java.lang.String>
Formatter. FORMATTER_ON_TAG
static DataKey<java.lang.Boolean>
Formatter. FORMATTER_TAGS_ACCEPT_REGEXP
static DataKey<java.lang.Boolean>
Formatter. FORMATTER_TAGS_ENABLED
static DataKey<java.lang.Boolean>
Formatter. GENERATE_HEADER_ID
static DataKey<HeadingStyle>
Formatter. HEADING_STYLE
static DataKey<java.lang.Boolean>
Formatter. INDENTED_CODE_MINIMIZE_INDENT
static DataKey<java.lang.Boolean>
Formatter. KEEP_EXPLICIT_LINKS_AT_START
static DataKey<java.lang.Boolean>
Formatter. KEEP_HARD_LINE_BREAKS
static DataKey<java.lang.Boolean>
Formatter. KEEP_IMAGE_LINKS_AT_START
static DataKey<java.lang.Boolean>
Formatter. KEEP_SOFT_LINE_BREAKS
static DataKey<java.lang.Boolean>
Formatter. LIST_ADD_BLANK_LINE_BEFORE
static DataKey<ElementAlignment>
Formatter. LIST_ALIGN_NUMERIC
static DataKey<java.util.function.Function<java.lang.CharSequence,Pair<java.lang.Integer,java.lang.Integer>>>
FormatterUtils. LIST_ALIGN_NUMERIC
static DataKey<ListBulletMarker>
Formatter. LIST_BULLET_MARKER
static DataKey<java.lang.Integer>
FormatterUtils. LIST_ITEM_NUMBER
static DataKey<ListNumberedMarker>
Formatter. LIST_NUMBERED_MARKER
static DataKey<java.lang.Boolean>
Formatter. LIST_REMOVE_EMPTY_ITEMS
static DataKey<java.lang.Boolean>
Formatter. LIST_RENUMBER_ITEMS
static DataKey<java.lang.Boolean>
Formatter. LIST_RESET_FIRST_ITEM_NUMBER
static DataKey<ListSpacing>
Formatter. LIST_SPACING
static DataKey<java.lang.Boolean>
Formatter. LISTS_ITEM_CONTENT_AFTER_SUFFIX
static DataKey<java.lang.Integer>
Formatter. MAX_BLANK_LINES
static DataKey<java.lang.Integer>
Formatter. MAX_TRAILING_BLANK_LINES
private DataKey<java.util.Map<java.lang.String,java.lang.String>>
NodeRepositoryFormatter. myReferenceMapKey
private DataKey<java.util.Map<java.lang.String,java.lang.String>>
NodeRepositoryFormatter. myReferenceUniqificationMapKey
static DataKey<java.lang.Boolean>
Formatter. OPTIMIZED_INLINE_RENDERING
static DataKey<ElementPlacement>
Formatter. REFERENCE_PLACEMENT
static DataKey<ElementPlacementSort>
Formatter. REFERENCE_SORT
static DataKey<java.lang.Boolean>
Formatter. RESTORE_TRACKED_SPACES
static DataKey<java.lang.Integer>
Formatter. RIGHT_MARGIN
static DataKey<java.lang.Boolean>
Formatter. SETEXT_HEADER_EQUALIZE_MARKER
Deprecated.static DataKey<java.lang.Boolean>
Formatter. SETEXT_HEADING_EQUALIZE_MARKER
static DataKey<DiscretionaryText>
Formatter. SPACE_AFTER_ATX_MARKER
static DataKey<java.util.List<TrackedOffset>>
Formatter. TRACKED_OFFSETS
static DataKey<BasedSequence>
Formatter. TRACKED_SEQUENCE
static DataKey<java.lang.String>
Formatter. TRANSLATION_AUTOLINK_PREFIX
static DataKey<java.lang.String>
Formatter. TRANSLATION_EXCLUDE_PATTERN
static DataKey<java.lang.String>
Formatter. TRANSLATION_HTML_BLOCK_PREFIX
static DataKey<java.lang.String>
Formatter. TRANSLATION_HTML_BLOCK_TAG_PATTERN
static DataKey<java.lang.String>
Formatter. TRANSLATION_HTML_INLINE_PREFIX
static DataKey<java.lang.String>
Formatter. TRANSLATION_HTML_INLINE_TAG_PATTERN
static DataKey<java.lang.String>
Formatter. TRANSLATION_ID_FORMAT
static DataKey<java.lang.Boolean>
Formatter. UNESCAPE_SPECIAL_CHARS
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
Formatter. UNIQUIFICATION_MAP
Constructors in com.vladsch.flexmark.formatter with parameters of type DataKey Constructor Description NodeRepositoryFormatter(DataHolder options, DataKey<java.util.Map<java.lang.String,java.lang.String>> referenceMapKey, DataKey<java.util.Map<java.lang.String,java.lang.String>> uniquificationMapKey)
-
Uses of DataKey in com.vladsch.flexmark.formatter.internal
Fields in com.vladsch.flexmark.formatter.internal declared as DataKey Modifier and Type Field Description static DataKey<java.util.Map<java.lang.String,java.lang.String>>
CoreNodeFormatter. ATTRIBUTE_UNIQUIFICATION_ID_MAP
Deprecated.static DataKey<java.util.Map<java.lang.String,java.lang.String>>
CoreNodeFormatter. UNIQUIFICATION_MAP
Deprecated.static DataKey<java.lang.Boolean>
CoreNodeFormatter. UNWRAPPED_AUTO_LINKS
static DataKey<java.util.HashSet<java.lang.String>>
CoreNodeFormatter. UNWRAPPED_AUTO_LINKS_MAP
-
Uses of DataKey in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html declared as DataKey Modifier and Type Field Description static DataKey<java.lang.String>
HtmlRenderer. AUTOLINK_WWW_PREFIX
static DataKey<java.lang.Boolean>
HtmlRenderer. DO_NOT_RENDER_LINKS
static DataKey<java.lang.Boolean>
HtmlRenderer. EMBEDDED_ATTRIBUTE_PROVIDER
static DataKey<java.lang.Boolean>
HtmlRenderer. ESCAPE_HTML
static DataKey<java.lang.Boolean>
HtmlRenderer. ESCAPE_HTML_BLOCKS
static DataKey<java.lang.Boolean>
HtmlRenderer. ESCAPE_HTML_COMMENT_BLOCKS
static DataKey<java.lang.Boolean>
HtmlRenderer. ESCAPE_INLINE_HTML
static DataKey<java.lang.Boolean>
HtmlRenderer. ESCAPE_INLINE_HTML_COMMENTS
static DataKey<java.util.HashMap<java.lang.String,java.lang.String>>
HtmlRenderer. FENCED_CODE_LANGUAGE_CLASS_MAP
static DataKey<java.lang.String>
HtmlRenderer. FENCED_CODE_LANGUAGE_CLASS_PREFIX
static DataKey<java.lang.String>
HtmlRenderer. FENCED_CODE_LANGUAGE_DELIMITERS
static DataKey<java.lang.String>
HtmlRenderer. FENCED_CODE_NO_LANGUAGE_CLASS
static DataKey<java.lang.Integer>
HtmlRenderer. FORMAT_FLAGS
output control for FormattingAppendable, seeLineAppendable.setOptions(int)
static DataKey<java.lang.Boolean>
HtmlRenderer. GENERATE_HEADER_ID
static DataKey<java.lang.String>
HtmlRenderer. HARD_BREAK
static DataKey<java.lang.Boolean>
HtmlRenderer. HEADER_ID_ADD_EMOJI_SHORTCUT
static DataKey<java.lang.Boolean>
HtmlRenderer. HEADER_ID_GENERATOR_NO_DUPED_DASHES
static DataKey<java.lang.Boolean>
HtmlRenderer. HEADER_ID_GENERATOR_NON_ASCII_TO_LOWERCASE
static DataKey<java.lang.String>
HtmlRenderer. HEADER_ID_GENERATOR_NON_DASH_CHARS
static DataKey<java.lang.Boolean>
HtmlRenderer. HEADER_ID_GENERATOR_RESOLVE_DUPES
static DataKey<java.lang.String>
HtmlRenderer. HEADER_ID_GENERATOR_TO_DASH_CHARS
static DataKey<java.lang.Boolean>
HtmlRenderer. HEADER_ID_REF_TEXT_TRIM_LEADING_SPACES
static DataKey<java.lang.Boolean>
HtmlRenderer. HEADER_ID_REF_TEXT_TRIM_TRAILING_SPACES
static DataKey<java.lang.Boolean>
HtmlRenderer. HTML_BLOCK_CLOSE_TAG_EOL
static DataKey<java.lang.Boolean>
HtmlRenderer. HTML_BLOCK_OPEN_TAG_EOL
static DataKey<java.lang.Integer>
HtmlRenderer. INDENT_SIZE
static DataKey<java.lang.Integer>
HtmlRenderer. MAX_BLANK_LINES
static DataKey<java.lang.Integer>
HtmlRenderer. MAX_TRAILING_BLANK_LINES
static DataKey<java.lang.Boolean>
HtmlRenderer. NO_P_TAGS_USE_BR
static DataKey<java.lang.Boolean>
HtmlRenderer. OBFUSCATE_EMAIL
static DataKey<java.lang.Boolean>
HtmlRenderer. OBFUSCATE_EMAIL_RANDOM
static DataKey<java.lang.Boolean>
HtmlRenderer. PERCENT_ENCODE_URLS
static DataKey<java.lang.Boolean>
HtmlRenderer. RECHECK_UNDEFINED_REFERENCES
static DataKey<java.lang.Boolean>
HtmlRenderer. RENDER_HEADER_ID
static DataKey<java.util.List<Pair<java.lang.String,java.lang.String>>>
HtmlRenderer. RENDERER_TYPE_EQUIVALENCE
Stores pairs of equivalent renderer types to allow extensions to resolve types not known to themstatic DataKey<java.lang.String>
HtmlRenderer. SOFT_BREAK
static DataKey<java.lang.String>
HtmlRenderer. SOURCE_POSITION_ATTRIBUTE
static DataKey<java.lang.Boolean>
HtmlRenderer. SOURCE_POSITION_PARAGRAPH_LINES
static DataKey<java.lang.Boolean>
HtmlRenderer. SOURCE_WRAP_HTML
static DataKey<java.lang.Boolean>
HtmlRenderer. SOURCE_WRAP_HTML_BLOCKS
static DataKey<java.lang.Boolean>
HtmlRenderer. SUPPRESS_HTML
static DataKey<java.lang.Boolean>
HtmlRenderer. SUPPRESS_HTML_BLOCKS
static DataKey<java.lang.Boolean>
HtmlRenderer. SUPPRESS_HTML_COMMENT_BLOCKS
static DataKey<java.lang.Boolean>
HtmlRenderer. SUPPRESS_INLINE_HTML
static DataKey<java.lang.Boolean>
HtmlRenderer. SUPPRESS_INLINE_HTML_COMMENTS
static DataKey<java.lang.String>
HtmlRenderer. SUPPRESSED_LINKS
static DataKey<java.util.ArrayList<TagRange>>
HtmlRenderer. TAG_RANGES
static DataKey<java.util.List<TrackedOffset>>
HtmlRenderer. TRACKED_OFFSETS
static DataKey<java.lang.String>
HtmlRenderer. TYPE
static DataKey<java.lang.Boolean>
HtmlRenderer. UNESCAPE_HTML_ENTITIES
-
Uses of DataKey in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. ADD_TRAILING_EOL
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. BR_AS_EXTRA_BLANK_LINES
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. BR_AS_PARA_BREAKS
static DataKey<java.lang.String>
FlexmarkHtmlConverter. CODE_INDENT
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. COMMENT_ORIGINAL_NON_NUMERIC_LIST_ITEM
static DataKey<java.lang.Integer>
FlexmarkHtmlConverter. DEFINITION_MARKER_SPACES
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. DIV_AS_PARAGRAPH
static DataKey<java.lang.String[]>
FlexmarkHtmlConverter. DIV_TABLE_CELL_CLASSES
static DataKey<java.lang.String[]>
FlexmarkHtmlConverter. DIV_TABLE_HDR_CLASSES
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. DIV_TABLE_PROCESSING
static DataKey<java.lang.String[]>
FlexmarkHtmlConverter. DIV_TABLE_ROW_CLASSES
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. DOT_ONLY_NUMERIC_LISTS
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. DUMP_HTML_TREE
if true then will dump HTML tree of body element to console when usingFlexmarkHtmlConverter.convert(String, Appendable)
(String)static DataKey<java.lang.String>
FlexmarkHtmlConverter. EOL_IN_TITLE_ATTRIBUTE
static DataKey<ExtensionConversion>
FlexmarkHtmlConverter. EXT_INLINE_CODE
static DataKey<ExtensionConversion>
FlexmarkHtmlConverter. EXT_INLINE_DEL
static DataKey<ExtensionConversion>
FlexmarkHtmlConverter. EXT_INLINE_EMPHASIS
static DataKey<LinkConversion>
FlexmarkHtmlConverter. EXT_INLINE_IMAGE
static DataKey<ExtensionConversion>
FlexmarkHtmlConverter. EXT_INLINE_INS
static DataKey<LinkConversion>
FlexmarkHtmlConverter. EXT_INLINE_LINK
static DataKey<ExtensionConversion>
FlexmarkHtmlConverter. EXT_INLINE_STRONG
static DataKey<ExtensionConversion>
FlexmarkHtmlConverter. EXT_INLINE_SUB
static DataKey<ExtensionConversion>
FlexmarkHtmlConverter. EXT_INLINE_SUP
static DataKey<ExtensionConversion>
FlexmarkHtmlConverter. EXT_MATH
static DataKey<ExtensionConversion>
FlexmarkHtmlConverter. EXT_TABLES
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. EXTRACT_AUTO_LINKS
static DataKey<Ref<Document>>
FlexmarkHtmlConverter. FOR_DOCUMENT
static DataKey<java.lang.Integer>
FlexmarkHtmlConverter. FORMAT_FLAGS
output control for FormattingAppendable, seeLineAppendable.setOptions(int)
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. IGNORE_TABLE_HEADING_AFTER_ROWS
If true then will ignore rows with th columns after rows with td columns have been emitted to the table.static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. LIST_CONTENT_INDENT
static DataKey<java.lang.Integer>
FlexmarkHtmlConverter. LIST_ITEM_INDENT
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. LISTS_END_ON_DOUBLE_BLANK
static DataKey<java.lang.Integer>
FlexmarkHtmlConverter. MAX_BLANK_LINES
static DataKey<java.lang.Integer>
FlexmarkHtmlConverter. MAX_TRAILING_BLANK_LINES
static DataKey<java.lang.Integer>
FlexmarkHtmlConverter. MIN_SETEXT_HEADING_MARKER_LENGTH
static DataKey<java.lang.String>
FlexmarkHtmlConverter. NBSP_TEXT
static DataKey<java.lang.Character>
FlexmarkHtmlConverter. ORDERED_LIST_DELIMITER
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. OUTPUT_ATTRIBUTES_ID
static DataKey<java.lang.String>
FlexmarkHtmlConverter. OUTPUT_ATTRIBUTES_NAMES_REGEX
static DataKey<java.lang.String>
FlexmarkHtmlConverter. OUTPUT_ID_ATTRIBUTE_REGEX
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. OUTPUT_UNKNOWN_TAGS
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. PRE_CODE_PRESERVE_EMPHASIS
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. RENDER_COMMENTS
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SETEXT_HEADINGS
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SKIP_ATTRIBUTES
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SKIP_CHAR_ESCAPE
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SKIP_FENCED_CODE
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SKIP_HEADING_1
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SKIP_HEADING_2
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SKIP_HEADING_3
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SKIP_HEADING_4
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SKIP_HEADING_5
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. SKIP_HEADING_6
static DataKey<TableCaptionHandling>
FlexmarkHtmlConverter. TABLE_CAPTION
Deprecated.static DataKey<java.util.Map<java.lang.Object,CellAlignment>>
FlexmarkHtmlConverter. TABLE_CELL_ALIGNMENT_MAP
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. TABLE_LEAD_TRAIL_PIPES
Deprecated.static DataKey<java.lang.Integer>
FlexmarkHtmlConverter. TABLE_MIN_SEPARATOR_COLUMN_WIDTH
Deprecated.static DataKey<java.lang.Integer>
FlexmarkHtmlConverter. TABLE_MIN_SEPARATOR_DASHES
Deprecated.static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. TABLE_SPACE_AROUND_PIPES
Deprecated.static DataKey<java.lang.String>
FlexmarkHtmlConverter. THEMATIC_BREAK
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. TYPOGRAPHIC_QUOTES
static DataKey<java.util.Map<java.lang.String,java.lang.String>>
FlexmarkHtmlConverter. TYPOGRAPHIC_REPLACEMENT_MAP
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. TYPOGRAPHIC_SMARTS
static DataKey<java.lang.Character>
FlexmarkHtmlConverter. UNORDERED_LIST_DELIMITER
static DataKey<java.lang.String[]>
FlexmarkHtmlConverter. UNWRAPPED_TAGS
static DataKey<java.lang.Boolean>
FlexmarkHtmlConverter. WRAP_AUTO_LINKS
static DataKey<java.lang.String[]>
FlexmarkHtmlConverter. WRAPPED_TAGS
-
Uses of DataKey in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
Parser. ASTERISK_DELIMITER_PROCESSOR
static DataKey<java.lang.Boolean>
Parser. BLANK_LINES_IN_AST
static DataKey<java.lang.Boolean>
Parser. BLOCK_QUOTE_ALLOW_LEADING_SPACE
static DataKey<java.lang.Boolean>
Parser. BLOCK_QUOTE_EXTEND_TO_BLANK_LINE
static DataKey<java.lang.Boolean>
Parser. BLOCK_QUOTE_IGNORE_BLANK_LINE
static DataKey<java.lang.Boolean>
Parser. BLOCK_QUOTE_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. BLOCK_QUOTE_INTERRUPTS_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. BLOCK_QUOTE_PARSER
static DataKey<java.lang.Boolean>
Parser. BLOCK_QUOTE_WITH_LEAD_SPACES_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Integer>
Parser. CODE_BLOCK_INDENT
static DataKey<java.lang.Boolean>
Parser. CODE_SOFT_LINE_BREAKS
static DataKey<java.lang.Boolean>
Parser. ESCAPE_HEADING_NO_ATX_SPACE
static DataKey<java.util.Collection<Extension>>
Parser. EXTENSIONS
static DataKey<java.lang.Boolean>
Parser. FENCED_CODE_BLOCK_PARSER
static DataKey<java.lang.Boolean>
Parser. FENCED_CODE_CONTENT_BLOCK
static DataKey<java.lang.Boolean>
Parser. HARD_LINE_BREAK_LIMIT
static DataKey<java.lang.Boolean>
Parser. HEADING_CAN_INTERRUPT_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. HEADING_NO_ATX_SPACE
static DataKey<java.lang.Boolean>
Parser. HEADING_NO_EMPTY_HEADING_WITHOUT_SPACE
static DataKey<java.lang.Boolean>
Parser. HEADING_NO_LEAD_SPACE
static DataKey<java.lang.Boolean>
Parser. HEADING_PARSER
static DataKey<java.lang.Integer>
Parser. HEADING_SETEXT_MARKER_LENGTH
static DataKey<java.lang.Boolean>
Parser. HTML_ALLOW_NAME_SPACE
Name spaces are allowed in HTML elements, default false for backward compatibilitystatic DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_COMMENT_ONLY_FULL_LINE
static DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_DEEP_PARSE_BLANK_LINE_INTERRUPTS
Blank line interrupts HTML block when not in raw tag, otherwise only when closedstatic DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_DEEP_PARSE_BLANK_LINE_INTERRUPTS_PARTIAL_TAG
blank line interrupts partially open tag ie.static DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_DEEP_PARSE_FIRST_OPEN_TAG_ON_ONE_LINE
open tags must be contained on one linestatic DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_DEEP_PARSE_INDENTED_CODE_INTERRUPTS
Indented code can interrupt HTML blockstatic DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_DEEP_PARSE_MARKDOWN_INTERRUPTS_CLOSED
Other markdown elements can interrupt a closed block without an intervening blank linestatic DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_DEEP_PARSE_NON_BLOCK
static DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_DEEP_PARSER
static DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_PARSER
static DataKey<java.lang.Boolean>
Parser. HTML_BLOCK_START_ONLY_ON_BLOCK_TAGS
static DataKey<java.util.List<java.lang.String>>
Parser. HTML_BLOCK_TAGS
static DataKey<java.lang.Boolean>
Parser. HTML_COMMENT_BLOCKS_INTERRUPT_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. HTML_FOR_TRANSLATOR
static DataKey<java.lang.Boolean>
Parser. INDENTED_CODE_BLOCK_PARSER
static DataKey<java.lang.Boolean>
Parser. INDENTED_CODE_NO_TRAILING_BLANK_LINES
static DataKey<java.lang.Boolean>
Parser. INLINE_DELIMITER_DIRECTIONAL_PUNCTUATIONS
static DataKey<java.lang.Boolean>
Parser. INTELLIJ_DUMMY_IDENTIFIER
static DataKey<java.lang.Boolean>
Parser. LINK_TEXT_PRIORITY_OVER_LINK_REF
static DataKey<java.lang.Boolean>
Parser. LINKS_ALLOW_MATCHED_PARENTHESES
LINKS_ALLOW_MATCHED_PARENTHESES default true, when false makes parsing CommonMark Spec 0.27 compliantstatic DataKey<java.lang.Boolean>
Parser. LIST_BLOCK_PARSER
static DataKey<java.lang.Boolean>
Parser. LISTS_AUTO_LOOSE
static DataKey<java.lang.Boolean>
Parser. LISTS_AUTO_LOOSE_ONE_LEVEL_LISTS
static DataKey<java.lang.Boolean>
Parser. LISTS_BULLET_ITEM_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_BULLET_ITEM_INTERRUPTS_PARAGRAPH
static DataKey<java.lang.Integer>
Parser. LISTS_CODE_INDENT
static DataKey<java.lang.Boolean>
Parser. LISTS_DELIMITER_MISMATCH_TO_NEW_LIST
static DataKey<java.lang.Boolean>
Parser. LISTS_EMPTY_BULLET_ITEM_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_EMPTY_BULLET_ITEM_INTERRUPTS_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_EMPTY_BULLET_SUB_ITEM_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_EMPTY_ORDERED_ITEM_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_EMPTY_ORDERED_ITEM_INTERRUPTS_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_EMPTY_ORDERED_NON_ONE_ITEM_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_EMPTY_ORDERED_NON_ONE_ITEM_INTERRUPTS_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_EMPTY_ORDERED_NON_ONE_SUB_ITEM_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_EMPTY_ORDERED_SUB_ITEM_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_END_ON_DOUBLE_BLANK
static DataKey<java.lang.Boolean>
Parser. LISTS_ITEM_CONTENT_AFTER_SUFFIX
static DataKey<java.lang.Integer>
Parser. LISTS_ITEM_INDENT
static DataKey<java.lang.Boolean>
Parser. LISTS_ITEM_MARKER_SPACE
static DataKey<java.lang.String[]>
Parser. LISTS_ITEM_MARKER_SUFFIXES
static DataKey<java.lang.String>
Parser. LISTS_ITEM_PREFIX_CHARS
static DataKey<java.lang.Boolean>
Parser. LISTS_ITEM_TYPE_MISMATCH_TO_NEW_LIST
static DataKey<java.lang.Boolean>
Parser. LISTS_ITEM_TYPE_MISMATCH_TO_SUB_LIST
static DataKey<java.lang.Boolean>
Parser. LISTS_LOOSE_WHEN_BLANK_LINE_FOLLOWS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_LOOSE_WHEN_CONTAINS_BLANK_LINE
static DataKey<java.lang.Boolean>
Parser. LISTS_LOOSE_WHEN_HAS_LOOSE_SUB_ITEM
static DataKey<java.lang.Boolean>
Parser. LISTS_LOOSE_WHEN_HAS_NON_LIST_CHILDREN
static DataKey<java.lang.Boolean>
Parser. LISTS_LOOSE_WHEN_HAS_TRAILING_BLANK_LINE
static DataKey<java.lang.Boolean>
Parser. LISTS_LOOSE_WHEN_LAST_ITEM_PREV_HAS_TRAILING_BLANK_LINE
static DataKey<java.lang.Boolean>
Parser. LISTS_LOOSE_WHEN_PREV_HAS_TRAILING_BLANK_LINE
static DataKey<java.lang.Integer>
Parser. LISTS_NEW_ITEM_CODE_INDENT
static DataKey<java.lang.Boolean>
Parser. LISTS_NUMBERED_ITEM_MARKER_SUFFIXED
static DataKey<java.lang.Boolean>
Parser. LISTS_ORDERED_ITEM_DOT_ONLY
static DataKey<java.lang.Boolean>
Parser. LISTS_ORDERED_ITEM_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_ORDERED_ITEM_INTERRUPTS_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_ORDERED_LIST_MANUAL_START
static DataKey<java.lang.Boolean>
Parser. LISTS_ORDERED_NON_ONE_ITEM_INTERRUPTS_ITEM_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. LISTS_ORDERED_NON_ONE_ITEM_INTERRUPTS_PARAGRAPH
static DataKey<java.lang.Boolean>
Parser. MATCH_CLOSING_FENCE_CHARACTERS
static DataKey<java.lang.Boolean>
Parser. MATCH_NESTED_LINK_REFS_FIRST
static DataKey<java.lang.Boolean>
Parser. PARSE_INNER_HTML_COMMENTS
static DataKey<java.lang.Boolean>
Parser. PARSE_JEKYLL_MACROS_IN_URLS
static DataKey<java.lang.Boolean>
Parser. PARSE_MULTI_LINE_IMAGE_URLS
static DataKey<ParserEmulationProfile>
Parser. PARSER_EMULATION_PROFILE
static DataKey<java.lang.Integer>
ParserEmulationProfile. PEGDOWN_EXTENSIONS
Key used to hold user pegdown extension selectionstatic DataKey<java.lang.Boolean>
Parser. REFERENCE_PARAGRAPH_PRE_PROCESSOR
static DataKey<ReferenceRepository>
Parser. REFERENCES
static DataKey<KeepType>
Parser. REFERENCES_KEEP
static DataKey<java.lang.Boolean>
Parser. SPACE_IN_LINK_ELEMENTS
static DataKey<java.lang.Boolean>
Parser. SPACE_IN_LINK_URLS
static DataKey<java.util.List<SpecialLeadInHandler>>
Parser. SPECIAL_LEAD_IN_HANDLERS
static DataKey<java.lang.Boolean>
Parser. STRONG_WRAPS_EMPHASIS
STRONG_WRAPS_EMPHASIS default false, when true makes parsing CommonMark Spec 0.27 compliantstatic DataKey<java.lang.Boolean>
Parser. THEMATIC_BREAK_PARSER
static DataKey<java.lang.Boolean>
Parser. THEMATIC_BREAK_RELAXED_START
static DataKey<java.lang.Boolean>
Parser. TRACK_DOCUMENT_LINES
static DataKey<java.lang.String>
Parser. TRANSLATION_AUTOLINK_TAG_PATTERN
static DataKey<java.lang.String>
Parser. TRANSLATION_HTML_BLOCK_TAG_PATTERN
Used by formatter for translation parsingstatic DataKey<java.lang.String>
Parser. TRANSLATION_HTML_INLINE_TAG_PATTERN
static DataKey<java.lang.Boolean>
Parser. UNDERSCORE_DELIMITER_PROCESSOR
static DataKey<java.lang.Boolean>
Parser. USE_HARDCODED_LINK_ADDRESS_PARSER
static DataKey<java.lang.Boolean>
Parser. WWW_AUTO_LINK_ELEMENT
-
Uses of DataKey in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal with type parameters of type DataKey Modifier and Type Field Description private static java.util.HashMap<CustomBlockParserFactory,DataKey<java.lang.Boolean>>
DocumentParser. CORE_FACTORIES_DATA_KEYS
private static java.util.HashMap<DataKey<java.lang.Boolean>,ParagraphPreProcessorFactory>
DocumentParser. CORE_PARAGRAPH_PRE_PROCESSORS
-
Uses of DataKey in com.vladsch.flexmark.test.util
Fields in com.vladsch.flexmark.test.util declared as DataKey Modifier and Type Field Description static DataKey<java.util.function.BiFunction<java.lang.String,java.lang.String,DataHolder>>
ComboSpecTestCase. CUSTOM_OPTION
static DataKey<java.util.function.BiFunction<java.lang.String,java.lang.String,DataHolder>>
TestUtils. CUSTOM_OPTION
static DataKey<java.lang.Boolean>
RenderingTestCase. EMBED_TIMED
static DataKey<java.lang.Boolean>
TestUtils. EMBED_TIMED
static DataKey<java.util.Collection<Extension>>
RenderingTestCase. EXTENSIONS
static DataKey<java.lang.Boolean>
RenderingTestCase. FAIL
static DataKey<java.lang.Boolean>
TestUtils. FAIL
static DataKey<java.lang.Boolean>
RenderingTestCase. IGNORE
static DataKey<java.lang.Boolean>
TestUtils. IGNORE
static DataKey<java.lang.String>
RenderingTestCase. INCLUDED_DOCUMENT
static DataKey<java.lang.String>
TestUtils. INCLUDED_DOCUMENT
static DataKey<java.util.Collection<Extension>>
LoadUnloadDataKeyAggregator. LOAD_EXTENSIONS
static DataKey<java.util.Collection<Extension>>
RenderingTestCase. LOAD_EXTENSIONS
static DataKey<java.util.Collection<Extension>>
TestUtils. LOAD_EXTENSIONS
private @NotNull DataKey<java.util.function.Consumer<S>>
SettableExtractedInstance. myConsumerKey
private @NotNull DataKey<java.util.function.Consumer<T>>
SettableInstance. myConsumerKey
static DataKey<java.lang.Boolean>
RenderingTestCase. NO_FILE_EOL
static DataKey<java.lang.Boolean>
TestUtils. NO_FILE_EOL
static DataKey<java.lang.String>
RenderingTestCase. SOURCE_INDENT
static DataKey<java.lang.String>
TestUtils. SOURCE_INDENT
static DataKey<java.lang.String>
RenderingTestCase. SOURCE_PREFIX
static DataKey<java.lang.String>
TestUtils. SOURCE_PREFIX
static DataKey<java.lang.String>
RenderingTestCase. SOURCE_SUFFIX
static DataKey<java.lang.String>
TestUtils. SOURCE_SUFFIX
static DataKey<java.lang.Boolean>
RenderingTestCase. TIMED
static DataKey<java.lang.Boolean>
TestUtils. TIMED
static DataKey<java.lang.Integer>
RenderingTestCase. TIMED_ITERATIONS
static DataKey<java.lang.Integer>
TestUtils. TIMED_ITERATIONS
static DataKey<java.util.Collection<java.lang.Class<? extends Extension>>>
LoadUnloadDataKeyAggregator. UNLOAD_EXTENSIONS
static DataKey<java.util.Collection<java.lang.Class<? extends Extension>>>
RenderingTestCase. UNLOAD_EXTENSIONS
static DataKey<java.util.Collection<java.lang.Class<? extends Extension>>>
TestUtils. UNLOAD_EXTENSIONS
Methods in com.vladsch.flexmark.test.util with parameters of type DataKey Modifier and Type Method Description static <T> MutableDataSet
TestUtils. addOption(DataHolder options, DataKey<T> key, T value)
static @NotNull java.util.Map<java.lang.String,DataHolder>
ComboSpecTestCase. placementAndSortOptions(@Nullable DataKey<KeepType> keepTypeDataKey, @Nullable DataKey<ElementPlacement> placementDataKey, @Nullable DataKey<ElementPlacementSort> sortDataKey)
static @NotNull java.util.Map<java.lang.String,DataHolder>
ComboSpecTestCase. placementAndSortOptions(DataKey<ElementPlacement> placementDataKey, DataKey<ElementPlacementSort> sortDataKey)
Constructors in com.vladsch.flexmark.test.util with parameters of type DataKey Constructor Description SettableExtractedInstance(@NotNull DataKey<java.util.function.Consumer<S>> consumerKey, @NotNull java.util.function.Function<T,S> dataExtractor)
SettableInstance(@NotNull DataKey<java.util.function.Consumer<T>> consumerKey)
SettableInstance(@NotNull DataKey<java.util.function.Consumer<T>> consumerKey, @NotNull java.util.Collection<SettableExtractedInstance<T,?>> extractedInstanceSetters)
-
Uses of DataKey in com.vladsch.flexmark.util.ast
Methods in com.vladsch.flexmark.util.ast that return DataKey Modifier and Type Method Description abstract @NotNull DataKey<? extends NodeRepository<T>>
NodeRepository. getDataKey()
abstract @NotNull DataKey<KeepType>
NodeRepository. getKeepDataKey()
Methods in com.vladsch.flexmark.util.ast with parameters of type DataKey Modifier and Type Method Description <T> @NotNull MutableDataHolder
Document. set(@NotNull DataKey<T> key, T value)
-
Uses of DataKey in com.vladsch.flexmark.util.builder
Methods in com.vladsch.flexmark.util.builder with parameters of type DataKey Modifier and Type Method Description <V> V
BuilderBase. get(@NotNull DataKey<V> key)
Deprecated.use key.get(dataHolder) instead, which will do the same thing an carries nullable information for the data<V> @NotNull MutableDataSet
BuilderBase. set(@NotNull DataKey<V> key, V value)
Tracks keys set by extension initialization -
Uses of DataKey in com.vladsch.flexmark.util.data
Fields in com.vladsch.flexmark.util.data declared as DataKey Modifier and Type Field Description static DataKey<java.lang.Boolean>
SharedDataKeys. APPLY_SPECIAL_LEAD_IN_HANDLERS
static DataKey<java.lang.Boolean>
SharedDataKeys. BLANK_LINES_IN_AST
static DataKey<java.lang.Boolean>
SharedDataKeys. BLOCK_QUOTE_BLANK_LINES
static DataKey<java.lang.Boolean>
SharedDataKeys. DO_NOT_RENDER_LINKS
static DataKey<java.lang.Boolean>
SharedDataKeys. ESCAPE_HEADING_NO_ATX_SPACE
static DataKey<java.lang.Boolean>
SharedDataKeys. ESCAPE_NUMBERED_LEAD_IN
static DataKey<java.lang.Boolean>
SharedDataKeys. ESCAPE_SPECIAL_CHARS
static DataKey<java.util.Collection<Extension>>
SharedDataKeys. EXTENSIONS
static DataKey<java.lang.Integer>
SharedDataKeys. FORMATTER_MAX_BLANK_LINES
static DataKey<java.lang.Integer>
SharedDataKeys. FORMATTER_MAX_TRAILING_BLANK_LINES
static DataKey<java.lang.Boolean>
SharedDataKeys. GENERATE_HEADER_ID
static DataKey<java.lang.Boolean>
SharedDataKeys. HEADER_ID_ADD_EMOJI_SHORTCUT
static DataKey<java.lang.Boolean>
SharedDataKeys. HEADER_ID_GENERATOR_NO_DUPED_DASHES
static DataKey<java.lang.Boolean>
SharedDataKeys. HEADER_ID_GENERATOR_NON_ASCII_TO_LOWERCASE
static DataKey<java.lang.String>
SharedDataKeys. HEADER_ID_GENERATOR_NON_DASH_CHARS
static DataKey<java.lang.Boolean>
SharedDataKeys. HEADER_ID_GENERATOR_RESOLVE_DUPES
static DataKey<java.lang.String>
SharedDataKeys. HEADER_ID_GENERATOR_TO_DASH_CHARS
static DataKey<java.lang.Boolean>
SharedDataKeys. HEADER_ID_REF_TEXT_TRIM_LEADING_SPACES
static DataKey<java.lang.Boolean>
SharedDataKeys. HEADER_ID_REF_TEXT_TRIM_TRAILING_SPACES
static DataKey<java.lang.Boolean>
SharedDataKeys. HEADING_NO_ATX_SPACE
static DataKey<java.lang.Boolean>
SharedDataKeys. HTML_FOR_TRANSLATOR
static DataKey<java.lang.Integer>
SharedDataKeys. INDENT_SIZE
static DataKey<java.lang.Boolean>
SharedDataKeys. INTELLIJ_DUMMY_IDENTIFIER
static DataKey<java.lang.Boolean>
SharedDataKeys. PARSE_INNER_HTML_COMMENTS
static DataKey<java.lang.Boolean>
SharedDataKeys. PERCENT_ENCODE_URLS
static DataKey<java.lang.Boolean>
SharedDataKeys. RENDER_HEADER_ID
static DataKey<java.lang.Integer>
SharedDataKeys. RENDERER_MAX_BLANK_LINES
static DataKey<java.lang.Integer>
SharedDataKeys. RENDERER_MAX_TRAILING_BLANK_LINES
static DataKey<java.lang.Boolean>
SharedDataKeys. RUNNING_TESTS
static DataKey<java.lang.String>
SharedDataKeys. TRANSLATION_AUTOLINK_TAG_PATTERN
static DataKey<java.lang.String>
SharedDataKeys. TRANSLATION_HTML_BLOCK_TAG_PATTERN
static DataKey<java.lang.String>
SharedDataKeys. TRANSLATION_HTML_INLINE_TAG_PATTERN
static DataKey<java.lang.Boolean>
SharedDataKeys. UNESCAPE_SPECIAL_CHARS
Methods in com.vladsch.flexmark.util.data with parameters of type DataKey Modifier and Type Method Description default <T> T
DataHolder. get(@NotNull DataKey<T> key)
Deprecated.default <T> T
MutableDataHolder. get(@NotNull DataKey<T> key)
Deprecated.use key.get(dataHolder) instead, which will do the same thing an carries nullable information for the data<T> @NotNull MutableDataHolder
MutableDataHolder. set(@NotNull DataKey<T> key, T value)
Store the given value for the key<T> @NotNull MutableDataSet
MutableDataSet. set(@NotNull DataKey<T> key, T value)
Constructors in com.vladsch.flexmark.util.data with parameters of type DataKey Constructor Description DataKey(@NotNull java.lang.String name, @NotNull DataKey<T> defaultKey)
Creates a DataKey with a dynamic default value taken from a value of another key -
Uses of DataKey in com.vladsch.flexmark.util.format
-