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_DETAILSstatic DataKey<java.lang.Boolean>TranslationFormatterSpecTest. DETAILSstatic DataKey<java.lang.Integer>FormatterTranslationSpecTestBase. EDIT_OPstatic DataKey<java.lang.Character>FormatterTranslationSpecTestBase. EDIT_OP_CHARstatic 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 classCollectionDataKey<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. ABBREVIATIONSADataKeythat is used to get the document's Node repository holding all the abbreviations defined in the current document.static DataKey<KeepType>AbbreviationExtension. ABBREVIATIONS_KEEPADataKeythat is used to set the behavior of the abbreviations repository when duplicates are defined.static DataKey<ElementPlacement>AbbreviationExtension. ABBREVIATIONS_PLACEMENTstatic DataKey<ElementPlacementSort>AbbreviationExtension. ABBREVIATIONS_SORTstatic DataKey<java.lang.Boolean>AbbreviationExtension. MAKE_MERGED_ABBREVIATIONS_UNIQUEstatic DataKey<java.lang.Boolean>AbbreviationExtension. USE_LINKSADataKeythat 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_MAPstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>AbbreviationNodeFormatter. ABBREVIATION_UNIQUIFICATION_MAPMethods 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_CONTINUATIONstatic DataKey<java.lang.Boolean>AdmonitionExtension. ALLOW_LEADING_SPACEstatic DataKey<java.lang.Integer>AdmonitionExtension. CONTENT_INDENTstatic DataKey<java.lang.Boolean>AdmonitionExtension. INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>AdmonitionExtension. INTERRUPTS_PARAGRAPHstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>AdmonitionExtension. QUALIFIER_TITLE_MAPstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>AdmonitionExtension. QUALIFIER_TYPE_MAPstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>AdmonitionExtension. TYPE_SVG_MAPstatic DataKey<java.lang.String>AdmonitionExtension. UNRESOLVED_QUALIFIERstatic 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_CLASSstatic DataKey<java.lang.Boolean>AnchorLinkExtension. ANCHORLINKS_NO_BLOCK_QUOTEstatic DataKey<java.lang.Boolean>AnchorLinkExtension. ANCHORLINKS_SET_IDstatic DataKey<java.lang.Boolean>AnchorLinkExtension. ANCHORLINKS_SET_NAMEstatic DataKey<java.lang.String>AnchorLinkExtension. ANCHORLINKS_TEXT_PREFIXstatic DataKey<java.lang.String>AnchorLinkExtension. ANCHORLINKS_TEXT_SUFFIXstatic 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_SPACEstatic DataKey<java.lang.Boolean>AsideExtension. EXTEND_TO_BLANK_LINEstatic DataKey<java.lang.Boolean>AsideExtension. IGNORE_BLANK_LINEstatic DataKey<java.lang.Boolean>AsideExtension. INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>AsideExtension. INTERRUPTS_PARAGRAPHstatic 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_MAPstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>AttributesNodeFormatter. ATTRIBUTE_TRANSLATED_MAPstatic DataKey<java.lang.Integer>AttributesNodeFormatter. ATTRIBUTE_TRANSLATION_IDstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>AttributesNodeFormatter. ATTRIBUTE_TRANSLATION_MAPstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>AttributesNodeFormatter. ATTRIBUTE_UNIQUIFICATION_CATEGORY_MAPstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>AttributesNodeFormatter. ATTRIBUTE_UNIQUIFICATION_ID_MAPstatic DataKey<java.util.Set<Node>>AttributesNodeFormatter. PROCESSED_ATTRIBUTESMethods 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_MARKERstatic DataKey<java.lang.Boolean>DefinitionExtension. DOUBLE_BLANK_LINE_BREAKS_LISTstatic DataKey<java.lang.Integer>DefinitionExtension. FORMAT_MARKER_SPACESstatic DataKey<DefinitionMarker>DefinitionExtension. FORMAT_MARKER_TYPEstatic DataKey<java.lang.Integer>DefinitionExtension. MARKER_SPACESstatic 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_ALIGNstatic DataKey<java.lang.String>EmojiExtension. ATTR_IMAGE_CLASSstatic DataKey<java.lang.String>EmojiExtension. ATTR_IMAGE_SIZEstatic DataKey<java.lang.String>EmojiExtension. ROOT_IMAGE_PATHstatic DataKey<EmojiImageType>EmojiExtension. USE_IMAGE_TYPEstatic 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_ORDINALSstatic DataKey<ElementPlacement>EnumeratedReferenceExtension. ENUMERATED_REFERENCE_PLACEMENTstatic DataKey<ElementPlacementSort>EnumeratedReferenceExtension. ENUMERATED_REFERENCE_SORTstatic DataKey<EnumeratedReferenceRepository>EnumeratedReferenceExtension. ENUMERATED_REFERENCESstatic DataKey<KeepType>EnumeratedReferenceExtension. ENUMERATED_REFERENCES_KEEPMethods 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_CLASSstatic DataKey<java.lang.String>FootnoteExtension. FOOTNOTE_BACK_REF_STRINGstatic DataKey<java.lang.String>FootnoteExtension. FOOTNOTE_LINK_REF_CLASSstatic DataKey<ElementPlacement>FootnoteExtension. FOOTNOTE_PLACEMENTstatic DataKey<java.lang.String>FootnoteExtension. FOOTNOTE_REF_PREFIXstatic DataKey<java.lang.String>FootnoteExtension. FOOTNOTE_REF_SUFFIXstatic DataKey<ElementPlacementSort>FootnoteExtension. FOOTNOTE_SORTstatic DataKey<FootnoteRepository>FootnoteExtension. FOOTNOTESstatic 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_MAPstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>FootnoteNodeFormatter. FOOTNOTE_UNIQUIFICATION_MAPMethods 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_PREFIXstatic DataKey<java.lang.String>GfmIssuesExtension. GIT_HUB_ISSUE_HTML_SUFFIXstatic DataKey<java.lang.String>GfmIssuesExtension. GIT_HUB_ISSUE_URL_PREFIXstatic DataKey<java.lang.String>GfmIssuesExtension. GIT_HUB_ISSUE_URL_SUFFIXstatic 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_PRIORITYstatic DataKey<TaskListItemCase>TaskListExtension. FORMAT_LIST_ITEM_CASEstatic DataKey<TaskListItemPlacement>TaskListExtension. FORMAT_LIST_ITEM_PLACEMENTstatic DataKey<java.lang.Integer>TaskListExtension. FORMAT_ORDERED_TASK_ITEM_PRIORITYstatic DataKey<java.lang.Boolean>TaskListExtension. FORMAT_PRIORITIZED_TASK_ITEMSstatic DataKey<java.util.Map<java.lang.Character,java.lang.Integer>>TaskListExtension. FORMAT_TASK_ITEM_PRIORITIESPriorities corresponding toParser.LISTS_ITEM_PREFIX_CHARSIf shorter than item prefix chars then any missing priorities are set to 0static DataKey<java.lang.String>TaskListExtension. ITEM_DONE_CLASSstatic DataKey<java.lang.String>TaskListExtension. ITEM_DONE_MARKERstatic DataKey<java.lang.String>TaskListExtension. ITEM_NOT_DONE_CLASSstatic DataKey<java.lang.String>TaskListExtension. ITEM_NOT_DONE_MARKERstatic DataKey<java.lang.String>TaskListExtension. LOOSE_ITEM_CLASSstatic DataKey<java.lang.String>TaskListExtension. PARAGRAPH_CLASSstatic 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_PREFIXstatic DataKey<java.lang.String>GfmUsersExtension. GIT_HUB_USER_HTML_SUFFIXstatic DataKey<java.lang.String>GfmUsersExtension. GIT_HUB_USER_URL_PREFIXstatic DataKey<java.lang.String>GfmUsersExtension. GIT_HUB_USER_URL_SUFFIXstatic 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_DELIMITERSDeprecated.useHtmlRenderer.FENCED_CODE_LANGUAGE_DELIMITERSinsteadstatic DataKey<java.lang.String>GitLabExtension. BLOCK_MATH_CLASSstatic DataKey<java.lang.String>GitLabExtension. BLOCK_MERMAID_CLASSstatic DataKey<java.lang.Boolean>GitLabExtension. BLOCK_QUOTE_PARSERstatic DataKey<java.lang.Boolean>GitLabExtension. DEL_PARSERstatic DataKey<java.lang.String>GitLabExtension. INLINE_MATH_CLASSstatic DataKey<java.lang.Boolean>GitLabExtension. INLINE_MATH_PARSERstatic DataKey<java.lang.Boolean>GitLabExtension. INS_PARSERstatic DataKey<java.lang.String[]>GitLabExtension. MATH_LANGUAGESstatic DataKey<java.lang.String[]>GitLabExtension. MERMAID_LANGUAGESstatic DataKey<java.lang.Boolean>GitLabExtension. NESTED_BLOCK_QUOTESstatic DataKey<java.lang.Boolean>GitLabExtension. RENDER_BLOCK_MATHstatic DataKey<java.lang.Boolean>GitLabExtension. RENDER_BLOCK_MERMAIDstatic DataKey<java.lang.Boolean>GitLabExtension. RENDER_VIDEO_IMAGESstatic DataKey<java.lang.Boolean>GitLabExtension. RENDER_VIDEO_LINKstatic DataKey<java.lang.String>GitLabExtension. VIDEO_IMAGE_CLASSstatic DataKey<java.lang.String>GitLabExtension. VIDEO_IMAGE_EXTENSIONSstatic 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_FACTORIESstatic DataKey<java.lang.Boolean>JekyllTagExtension. EMBED_INCLUDED_CONTENTstatic DataKey<java.lang.Boolean>JekyllTagExtension. ENABLE_BLOCK_TAGSstatic DataKey<java.lang.Boolean>JekyllTagExtension. ENABLE_INLINE_TAGSstatic DataKey<java.lang.Boolean>JekyllTagExtension. ENABLE_RENDERINGDeprecated.not used nor neededstatic DataKey<java.util.List<LinkResolverFactory>>JekyllTagExtension. LINK_RESOLVER_FACTORIESstatic DataKey<java.lang.Boolean>JekyllTagExtension. LIST_INCLUDES_ONLYstatic 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_DEFINITIONSstatic DataKey<KeepType>MacrosExtension. MACRO_DEFINITIONS_KEEPstatic DataKey<ElementPlacement>MacrosExtension. MACRO_DEFINITIONS_PLACEMENTstatic DataKey<ElementPlacementSort>MacrosExtension. MACRO_DEFINITIONS_SORTstatic 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_MAPstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>MacrosNodeFormatter. MACROS_UNIQUIFICATION_MAPMethods 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_BREAKstatic DataKey<RenderAs>SpecExampleExtension. SPEC_EXAMPLE_RENDER_ASstatic DataKey<java.lang.Boolean>SpecExampleExtension. SPEC_EXAMPLE_RENDER_RAW_HTMLstatic DataKey<java.lang.String>SpecExampleExtension. SPEC_EXAMPLE_RENDERED_HTML_PREFIXstatic DataKey<java.lang.String>SpecExampleExtension. SPEC_EXAMPLE_RENDERED_HTML_SUFFIXstatic DataKey<java.util.Map<java.lang.Integer,java.lang.String>>SpecExampleExtension. SPEC_EXAMPLE_SECTION_LANGUAGESstatic DataKey<java.util.Map<java.lang.Integer,java.lang.String>>SpecExampleExtension. SPEC_EXAMPLE_SECTION_NAMESstatic DataKey<java.lang.Boolean>SpecExampleExtension. SPEC_OPTION_NODESstatic DataKey<java.lang.String>SpecExampleExtension. SPEC_SECTION_BREAKstatic DataKey<java.lang.String>SpecExampleExtension. SPEC_TYPE_BREAKDeprecated. -
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_COLUMNSstatic DataKey<java.lang.String>TablesExtension. CLASS_NAMEstatic DataKey<java.lang.Boolean>TablesExtension. COLUMN_SPANSstatic DataKey<java.lang.Boolean>TablesExtension. DISCARD_EXTRA_COLUMNSstatic DataKey<CharWidthProvider>TablesExtension. FORMAT_CHAR_WIDTH_PROVIDERstatic DataKey<java.lang.Boolean>TablesExtension. FORMAT_TABLE_ADJUST_COLUMN_WIDTHstatic DataKey<java.lang.Boolean>TablesExtension. FORMAT_TABLE_APPLY_COLUMN_ALIGNMENTstatic DataKey<TableCaptionHandling>TablesExtension. FORMAT_TABLE_CAPTIONstatic DataKey<DiscretionaryText>TablesExtension. FORMAT_TABLE_CAPTION_SPACESstatic DataKey<java.lang.Boolean>TablesExtension. FORMAT_TABLE_FILL_MISSING_COLUMNSstatic DataKey<java.lang.String>TablesExtension. FORMAT_TABLE_INDENT_PREFIXstatic DataKey<java.lang.Boolean>TablesExtension. FORMAT_TABLE_LEAD_TRAIL_PIPESstatic DataKey<DiscretionaryText>TablesExtension. FORMAT_TABLE_LEFT_ALIGN_MARKERstatic DataKey<TableManipulator>TablesExtension. FORMAT_TABLE_MANIPULATORstatic DataKey<java.lang.Integer>TablesExtension. FORMAT_TABLE_MIN_SEPARATOR_COLUMN_WIDTHstatic DataKey<java.lang.Integer>TablesExtension. FORMAT_TABLE_MIN_SEPARATOR_DASHESstatic DataKey<java.lang.Boolean>TablesExtension. FORMAT_TABLE_SPACE_AROUND_PIPESstatic DataKey<java.lang.Boolean>TablesExtension. FORMAT_TABLE_TRIM_CELL_WHITESPACEstatic DataKey<java.lang.Boolean>TablesExtension. HEADER_SEPARATOR_COLUMN_MATCHstatic DataKey<java.lang.Integer>TablesExtension. MAX_HEADER_ROWSstatic DataKey<java.lang.Integer>TablesExtension. MIN_HEADER_ROWSstatic DataKey<java.lang.Integer>TablesExtension. MIN_SEPARATOR_DASHESstatic DataKey<java.lang.Boolean>TablesExtension. TRIM_CELL_WHITESPACEstatic 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_OPTIONSstatic DataKey<java.lang.Boolean>TocExtension. AST_INCLUDE_OPTIONSstatic DataKey<java.lang.Boolean>SimTocExtension. BLANK_LINE_SPACERstatic DataKey<java.lang.Boolean>TocExtension. BLANK_LINE_SPACERstatic DataKey<java.lang.Boolean>SimTocExtension. CASE_SENSITIVE_TOC_TAGstatic DataKey<java.lang.Boolean>TocExtension. CASE_SENSITIVE_TOC_TAGstatic DataKey<java.lang.String>SimTocExtension. DIV_CLASSstatic DataKey<java.lang.String>TocExtension. DIV_CLASSstatic DataKey<TocOptions>SimTocExtension. FORMAT_OPTIONSstatic DataKey<TocOptions>TocExtension. FORMAT_OPTIONSstatic DataKey<SimTocGenerateOnFormat>SimTocExtension. FORMAT_UPDATE_ON_FORMATstatic DataKey<SimTocGenerateOnFormat>TocExtension. FORMAT_UPDATE_ON_FORMATstatic DataKey<java.lang.Boolean>SimTocExtension. IS_HTMLstatic DataKey<java.lang.Boolean>TocExtension. IS_HTMLstatic DataKey<java.lang.Boolean>SimTocExtension. IS_NUMBEREDstatic DataKey<java.lang.Boolean>TocExtension. IS_NUMBEREDstatic DataKey<java.lang.Boolean>SimTocExtension. IS_TEXT_ONLYstatic DataKey<java.lang.Boolean>TocExtension. IS_TEXT_ONLYstatic DataKey<java.lang.Integer>SimTocExtension. LEVELSstatic DataKey<java.lang.Integer>TocExtension. LEVELSstatic DataKey<java.lang.String>SimTocExtension. LIST_CLASSstatic DataKey<java.lang.String>TocExtension. LIST_CLASSstatic DataKey<TocOptions.ListType>SimTocExtension. LIST_TYPEstatic DataKey<TocOptions.ListType>TocExtension. LIST_TYPEstatic DataKey<java.lang.Integer>SimTocExtension. TITLE_LEVELstatic 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_CLOSEstatic DataKey<java.lang.String>TypographicExtension. ANGLE_QUOTE_OPENstatic DataKey<java.lang.String>TypographicExtension. DOUBLE_QUOTE_CLOSEstatic DataKey<java.lang.String>TypographicExtension. DOUBLE_QUOTE_OPENstatic DataKey<java.lang.String>TypographicExtension. ELLIPSISstatic DataKey<java.lang.String>TypographicExtension. ELLIPSIS_SPACEDstatic DataKey<java.lang.String>TypographicExtension. EM_DASHstatic DataKey<java.lang.String>TypographicExtension. EN_DASHstatic DataKey<java.lang.Boolean>TypographicExtension. ENABLE_QUOTESstatic DataKey<java.lang.Boolean>TypographicExtension. ENABLE_SMARTSstatic DataKey<java.lang.String>TypographicExtension. SINGLE_QUOTE_CLOSEstatic DataKey<java.lang.String>TypographicExtension. SINGLE_QUOTE_OPENstatic 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_ESCAPEstatic DataKey<java.lang.Boolean>WikiLinkExtension. ALLOW_ANCHORSstatic DataKey<java.lang.Boolean>WikiLinkExtension. ALLOW_INLINESstatic DataKey<java.lang.Boolean>WikiLinkExtension. ALLOW_PIPE_ESCAPEstatic DataKey<java.lang.Boolean>WikiLinkExtension. DISABLE_RENDERINGstatic DataKey<java.lang.String>WikiLinkExtension. IMAGE_FILE_EXTENSIONstatic DataKey<java.lang.Boolean>WikiLinkExtension. IMAGE_LINKSstatic DataKey<java.lang.String>WikiLinkExtension. IMAGE_PREFIXstatic DataKey<java.lang.String>WikiLinkExtension. IMAGE_PREFIX_ABSOLUTEImage prefix to use for absolute wiki image sources starting with the'/'character.static DataKey<java.lang.String>WikiLinkExtension. LINK_ESCAPE_CHARSCharacters to escape in wiki links.static DataKey<java.lang.String>WikiLinkExtension. LINK_FILE_EXTENSIONstatic DataKey<java.lang.Boolean>WikiLinkExtension. LINK_FIRST_SYNTAXstatic DataKey<java.lang.String>WikiLinkExtension. LINK_PREFIXstatic DataKey<java.lang.String>WikiLinkExtension. LINK_PREFIX_ABSOLUTELink prefix to use for absolute wiki links starting with the'/'character.static DataKey<java.lang.String>WikiLinkExtension. LINK_REPLACE_CHARSCharacters to replaceWikiLinkExtension.LINK_ESCAPE_CHARSwith. -
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_MACROSstatic DataKey<java.lang.Boolean>MacroExtension. ENABLE_INLINE_MACROSstatic 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_CLASSstatic DataKey<java.lang.String>ZzzzzzExtension. MISSING_TARGET_CLASSstatic DataKey<java.lang.Boolean>ZzzzzzExtension. ZZZZZZ_OPTION1static DataKey<java.lang.String>ZzzzzzExtension. ZZZZZZ_OPTION2static DataKey<java.lang.Integer>ZzzzzzExtension. ZZZZZZ_OPTION3static DataKey<ZzzzzzRepository>ZzzzzzExtension. ZZZZZZSstatic 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_REFERENCESstatic DataKey<java.lang.Boolean>Formatter. APPLY_SPECIAL_LEAD_IN_HANDLERSstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>Formatter. ATTRIBUTE_UNIQUIFICATION_ID_MAPstatic DataKey<EqualizeTrailingMarker>Formatter. ATX_HEADER_TRAILING_MARKERDeprecated.static DataKey<EqualizeTrailingMarker>Formatter. ATX_HEADING_TRAILING_MARKERstatic DataKey<java.lang.Boolean>Formatter. BLOCK_QUOTE_BLANK_LINESstatic DataKey<BlockQuoteMarker>Formatter. BLOCK_QUOTE_MARKERSstatic DataKey<java.lang.Boolean>Formatter. DEFAULT_LINK_RESOLVERstatic DataKey<java.lang.String>Formatter. DOC_RELATIVE_URLstatic DataKey<java.lang.String>Formatter. DOC_ROOT_URLstatic DataKey<java.lang.CharSequence>Formatter. DOCUMENT_FIRST_PREFIXstatic DataKey<java.lang.CharSequence>Formatter. DOCUMENT_PREFIXstatic DataKey<java.lang.Boolean>Formatter. ESCAPE_NUMBERED_LEAD_INstatic DataKey<java.lang.Boolean>Formatter. ESCAPE_SPECIAL_CHARSstatic DataKey<java.lang.Integer>Formatter. FENCED_CODE_MARKER_LENGTHstatic DataKey<CodeFenceMarker>Formatter. FENCED_CODE_MARKER_TYPEstatic DataKey<java.lang.Boolean>Formatter. FENCED_CODE_MATCH_CLOSING_MARKERstatic DataKey<java.lang.Boolean>Formatter. FENCED_CODE_MINIMIZE_INDENTstatic DataKey<java.lang.Boolean>Formatter. FENCED_CODE_SPACE_BEFORE_INFOstatic DataKey<java.lang.Boolean>FormatterUtils. FIRST_LIST_ITEM_CHILDstatic DataKey<CharWidthProvider>Formatter. FORMAT_CHAR_WIDTH_PROVIDERstatic DataKey<java.lang.Integer>Formatter. FORMAT_FLAGSoutput control for FormattingAppendable, seeLineAppendable.setOptions(int)static DataKey<TableCaptionHandling>Formatter. FORMAT_TABLE_CAPTIONDeprecated.static DataKey<DiscretionaryText>Formatter. FORMAT_TABLE_CAPTION_SPACESDeprecated.static DataKey<java.lang.String>Formatter. FORMAT_TABLE_INDENT_PREFIXDeprecated.static DataKey<ParserEmulationProfile>Formatter. FORMATTER_EMULATION_PROFILEstatic DataKey<java.lang.String>Formatter. FORMATTER_OFF_TAGstatic DataKey<java.lang.String>Formatter. FORMATTER_ON_TAGstatic DataKey<java.lang.Boolean>Formatter. FORMATTER_TAGS_ACCEPT_REGEXPstatic DataKey<java.lang.Boolean>Formatter. FORMATTER_TAGS_ENABLEDstatic DataKey<java.lang.Boolean>Formatter. GENERATE_HEADER_IDstatic DataKey<HeadingStyle>Formatter. HEADING_STYLEstatic DataKey<java.lang.Boolean>Formatter. INDENTED_CODE_MINIMIZE_INDENTstatic DataKey<java.lang.Boolean>Formatter. KEEP_EXPLICIT_LINKS_AT_STARTstatic DataKey<java.lang.Boolean>Formatter. KEEP_HARD_LINE_BREAKSstatic DataKey<java.lang.Boolean>Formatter. KEEP_IMAGE_LINKS_AT_STARTstatic DataKey<java.lang.Boolean>Formatter. KEEP_SOFT_LINE_BREAKSstatic DataKey<java.lang.Boolean>Formatter. LIST_ADD_BLANK_LINE_BEFOREstatic DataKey<ElementAlignment>Formatter. LIST_ALIGN_NUMERICstatic DataKey<java.util.function.Function<java.lang.CharSequence,Pair<java.lang.Integer,java.lang.Integer>>>FormatterUtils. LIST_ALIGN_NUMERICstatic DataKey<ListBulletMarker>Formatter. LIST_BULLET_MARKERstatic DataKey<java.lang.Integer>FormatterUtils. LIST_ITEM_NUMBERstatic DataKey<ListNumberedMarker>Formatter. LIST_NUMBERED_MARKERstatic DataKey<java.lang.Boolean>Formatter. LIST_REMOVE_EMPTY_ITEMSstatic DataKey<java.lang.Boolean>Formatter. LIST_RENUMBER_ITEMSstatic DataKey<java.lang.Boolean>Formatter. LIST_RESET_FIRST_ITEM_NUMBERstatic DataKey<ListSpacing>Formatter. LIST_SPACINGstatic DataKey<java.lang.Boolean>Formatter. LISTS_ITEM_CONTENT_AFTER_SUFFIXstatic DataKey<java.lang.Integer>Formatter. MAX_BLANK_LINESstatic DataKey<java.lang.Integer>Formatter. MAX_TRAILING_BLANK_LINESprivate DataKey<java.util.Map<java.lang.String,java.lang.String>>NodeRepositoryFormatter. myReferenceMapKeyprivate DataKey<java.util.Map<java.lang.String,java.lang.String>>NodeRepositoryFormatter. myReferenceUniqificationMapKeystatic DataKey<java.lang.Boolean>Formatter. OPTIMIZED_INLINE_RENDERINGstatic DataKey<ElementPlacement>Formatter. REFERENCE_PLACEMENTstatic DataKey<ElementPlacementSort>Formatter. REFERENCE_SORTstatic DataKey<java.lang.Boolean>Formatter. RESTORE_TRACKED_SPACESstatic DataKey<java.lang.Integer>Formatter. RIGHT_MARGINstatic DataKey<java.lang.Boolean>Formatter. SETEXT_HEADER_EQUALIZE_MARKERDeprecated.static DataKey<java.lang.Boolean>Formatter. SETEXT_HEADING_EQUALIZE_MARKERstatic DataKey<DiscretionaryText>Formatter. SPACE_AFTER_ATX_MARKERstatic DataKey<java.util.List<TrackedOffset>>Formatter. TRACKED_OFFSETSstatic DataKey<BasedSequence>Formatter. TRACKED_SEQUENCEstatic DataKey<java.lang.String>Formatter. TRANSLATION_AUTOLINK_PREFIXstatic DataKey<java.lang.String>Formatter. TRANSLATION_EXCLUDE_PATTERNstatic DataKey<java.lang.String>Formatter. TRANSLATION_HTML_BLOCK_PREFIXstatic DataKey<java.lang.String>Formatter. TRANSLATION_HTML_BLOCK_TAG_PATTERNstatic DataKey<java.lang.String>Formatter. TRANSLATION_HTML_INLINE_PREFIXstatic DataKey<java.lang.String>Formatter. TRANSLATION_HTML_INLINE_TAG_PATTERNstatic DataKey<java.lang.String>Formatter. TRANSLATION_ID_FORMATstatic DataKey<java.lang.Boolean>Formatter. UNESCAPE_SPECIAL_CHARSstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>Formatter. UNIQUIFICATION_MAPConstructors 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_MAPDeprecated.static DataKey<java.util.Map<java.lang.String,java.lang.String>>CoreNodeFormatter. UNIQUIFICATION_MAPDeprecated.static DataKey<java.lang.Boolean>CoreNodeFormatter. UNWRAPPED_AUTO_LINKSstatic 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_PREFIXstatic DataKey<java.lang.Boolean>HtmlRenderer. DO_NOT_RENDER_LINKSstatic DataKey<java.lang.Boolean>HtmlRenderer. EMBEDDED_ATTRIBUTE_PROVIDERstatic DataKey<java.lang.Boolean>HtmlRenderer. ESCAPE_HTMLstatic DataKey<java.lang.Boolean>HtmlRenderer. ESCAPE_HTML_BLOCKSstatic DataKey<java.lang.Boolean>HtmlRenderer. ESCAPE_HTML_COMMENT_BLOCKSstatic DataKey<java.lang.Boolean>HtmlRenderer. ESCAPE_INLINE_HTMLstatic DataKey<java.lang.Boolean>HtmlRenderer. ESCAPE_INLINE_HTML_COMMENTSstatic DataKey<java.util.HashMap<java.lang.String,java.lang.String>>HtmlRenderer. FENCED_CODE_LANGUAGE_CLASS_MAPstatic DataKey<java.lang.String>HtmlRenderer. FENCED_CODE_LANGUAGE_CLASS_PREFIXstatic DataKey<java.lang.String>HtmlRenderer. FENCED_CODE_LANGUAGE_DELIMITERSstatic DataKey<java.lang.String>HtmlRenderer. FENCED_CODE_NO_LANGUAGE_CLASSstatic DataKey<java.lang.Integer>HtmlRenderer. FORMAT_FLAGSoutput control for FormattingAppendable, seeLineAppendable.setOptions(int)static DataKey<java.lang.Boolean>HtmlRenderer. GENERATE_HEADER_IDstatic DataKey<java.lang.String>HtmlRenderer. HARD_BREAKstatic DataKey<java.lang.Boolean>HtmlRenderer. HEADER_ID_ADD_EMOJI_SHORTCUTstatic DataKey<java.lang.Boolean>HtmlRenderer. HEADER_ID_GENERATOR_NO_DUPED_DASHESstatic DataKey<java.lang.Boolean>HtmlRenderer. HEADER_ID_GENERATOR_NON_ASCII_TO_LOWERCASEstatic DataKey<java.lang.String>HtmlRenderer. HEADER_ID_GENERATOR_NON_DASH_CHARSstatic DataKey<java.lang.Boolean>HtmlRenderer. HEADER_ID_GENERATOR_RESOLVE_DUPESstatic DataKey<java.lang.String>HtmlRenderer. HEADER_ID_GENERATOR_TO_DASH_CHARSstatic DataKey<java.lang.Boolean>HtmlRenderer. HEADER_ID_REF_TEXT_TRIM_LEADING_SPACESstatic DataKey<java.lang.Boolean>HtmlRenderer. HEADER_ID_REF_TEXT_TRIM_TRAILING_SPACESstatic DataKey<java.lang.Boolean>HtmlRenderer. HTML_BLOCK_CLOSE_TAG_EOLstatic DataKey<java.lang.Boolean>HtmlRenderer. HTML_BLOCK_OPEN_TAG_EOLstatic DataKey<java.lang.Integer>HtmlRenderer. INDENT_SIZEstatic DataKey<java.lang.Integer>HtmlRenderer. MAX_BLANK_LINESstatic DataKey<java.lang.Integer>HtmlRenderer. MAX_TRAILING_BLANK_LINESstatic DataKey<java.lang.Boolean>HtmlRenderer. NO_P_TAGS_USE_BRstatic DataKey<java.lang.Boolean>HtmlRenderer. OBFUSCATE_EMAILstatic DataKey<java.lang.Boolean>HtmlRenderer. OBFUSCATE_EMAIL_RANDOMstatic DataKey<java.lang.Boolean>HtmlRenderer. PERCENT_ENCODE_URLSstatic DataKey<java.lang.Boolean>HtmlRenderer. RECHECK_UNDEFINED_REFERENCESstatic DataKey<java.lang.Boolean>HtmlRenderer. RENDER_HEADER_IDstatic DataKey<java.util.List<Pair<java.lang.String,java.lang.String>>>HtmlRenderer. RENDERER_TYPE_EQUIVALENCEStores pairs of equivalent renderer types to allow extensions to resolve types not known to themstatic DataKey<java.lang.String>HtmlRenderer. SOFT_BREAKstatic DataKey<java.lang.String>HtmlRenderer. SOURCE_POSITION_ATTRIBUTEstatic DataKey<java.lang.Boolean>HtmlRenderer. SOURCE_POSITION_PARAGRAPH_LINESstatic DataKey<java.lang.Boolean>HtmlRenderer. SOURCE_WRAP_HTMLstatic DataKey<java.lang.Boolean>HtmlRenderer. SOURCE_WRAP_HTML_BLOCKSstatic DataKey<java.lang.Boolean>HtmlRenderer. SUPPRESS_HTMLstatic DataKey<java.lang.Boolean>HtmlRenderer. SUPPRESS_HTML_BLOCKSstatic DataKey<java.lang.Boolean>HtmlRenderer. SUPPRESS_HTML_COMMENT_BLOCKSstatic DataKey<java.lang.Boolean>HtmlRenderer. SUPPRESS_INLINE_HTMLstatic DataKey<java.lang.Boolean>HtmlRenderer. SUPPRESS_INLINE_HTML_COMMENTSstatic DataKey<java.lang.String>HtmlRenderer. SUPPRESSED_LINKSstatic DataKey<java.util.ArrayList<TagRange>>HtmlRenderer. TAG_RANGESstatic DataKey<java.util.List<TrackedOffset>>HtmlRenderer. TRACKED_OFFSETSstatic DataKey<java.lang.String>HtmlRenderer. TYPEstatic 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_EOLstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. BR_AS_EXTRA_BLANK_LINESstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. BR_AS_PARA_BREAKSstatic DataKey<java.lang.String>FlexmarkHtmlConverter. CODE_INDENTstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. COMMENT_ORIGINAL_NON_NUMERIC_LIST_ITEMstatic DataKey<java.lang.Integer>FlexmarkHtmlConverter. DEFINITION_MARKER_SPACESstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. DIV_AS_PARAGRAPHstatic DataKey<java.lang.String[]>FlexmarkHtmlConverter. DIV_TABLE_CELL_CLASSESstatic DataKey<java.lang.String[]>FlexmarkHtmlConverter. DIV_TABLE_HDR_CLASSESstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. DIV_TABLE_PROCESSINGstatic DataKey<java.lang.String[]>FlexmarkHtmlConverter. DIV_TABLE_ROW_CLASSESstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. DOT_ONLY_NUMERIC_LISTSstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. DUMP_HTML_TREEif 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_ATTRIBUTEstatic DataKey<ExtensionConversion>FlexmarkHtmlConverter. EXT_INLINE_CODEstatic DataKey<ExtensionConversion>FlexmarkHtmlConverter. EXT_INLINE_DELstatic DataKey<ExtensionConversion>FlexmarkHtmlConverter. EXT_INLINE_EMPHASISstatic DataKey<LinkConversion>FlexmarkHtmlConverter. EXT_INLINE_IMAGEstatic DataKey<ExtensionConversion>FlexmarkHtmlConverter. EXT_INLINE_INSstatic DataKey<LinkConversion>FlexmarkHtmlConverter. EXT_INLINE_LINKstatic DataKey<ExtensionConversion>FlexmarkHtmlConverter. EXT_INLINE_STRONGstatic DataKey<ExtensionConversion>FlexmarkHtmlConverter. EXT_INLINE_SUBstatic DataKey<ExtensionConversion>FlexmarkHtmlConverter. EXT_INLINE_SUPstatic DataKey<ExtensionConversion>FlexmarkHtmlConverter. EXT_MATHstatic DataKey<ExtensionConversion>FlexmarkHtmlConverter. EXT_TABLESstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. EXTRACT_AUTO_LINKSstatic DataKey<Ref<Document>>FlexmarkHtmlConverter. FOR_DOCUMENTstatic DataKey<java.lang.Integer>FlexmarkHtmlConverter. FORMAT_FLAGSoutput control for FormattingAppendable, seeLineAppendable.setOptions(int)static DataKey<java.lang.Boolean>FlexmarkHtmlConverter. IGNORE_TABLE_HEADING_AFTER_ROWSIf 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_INDENTstatic DataKey<java.lang.Integer>FlexmarkHtmlConverter. LIST_ITEM_INDENTstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. LISTS_END_ON_DOUBLE_BLANKstatic DataKey<java.lang.Integer>FlexmarkHtmlConverter. MAX_BLANK_LINESstatic DataKey<java.lang.Integer>FlexmarkHtmlConverter. MAX_TRAILING_BLANK_LINESstatic DataKey<java.lang.Integer>FlexmarkHtmlConverter. MIN_SETEXT_HEADING_MARKER_LENGTHstatic DataKey<java.lang.String>FlexmarkHtmlConverter. NBSP_TEXTstatic DataKey<java.lang.Character>FlexmarkHtmlConverter. ORDERED_LIST_DELIMITERstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. OUTPUT_ATTRIBUTES_IDstatic DataKey<java.lang.String>FlexmarkHtmlConverter. OUTPUT_ATTRIBUTES_NAMES_REGEXstatic DataKey<java.lang.String>FlexmarkHtmlConverter. OUTPUT_ID_ATTRIBUTE_REGEXstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. OUTPUT_UNKNOWN_TAGSstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. PRE_CODE_PRESERVE_EMPHASISstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. RENDER_COMMENTSstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SETEXT_HEADINGSstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SKIP_ATTRIBUTESstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SKIP_CHAR_ESCAPEstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SKIP_FENCED_CODEstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SKIP_HEADING_1static DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SKIP_HEADING_2static DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SKIP_HEADING_3static DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SKIP_HEADING_4static DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SKIP_HEADING_5static DataKey<java.lang.Boolean>FlexmarkHtmlConverter. SKIP_HEADING_6static DataKey<TableCaptionHandling>FlexmarkHtmlConverter. TABLE_CAPTIONDeprecated.static DataKey<java.util.Map<java.lang.Object,CellAlignment>>FlexmarkHtmlConverter. TABLE_CELL_ALIGNMENT_MAPstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. TABLE_LEAD_TRAIL_PIPESDeprecated.static DataKey<java.lang.Integer>FlexmarkHtmlConverter. TABLE_MIN_SEPARATOR_COLUMN_WIDTHDeprecated.static DataKey<java.lang.Integer>FlexmarkHtmlConverter. TABLE_MIN_SEPARATOR_DASHESDeprecated.static DataKey<java.lang.Boolean>FlexmarkHtmlConverter. TABLE_SPACE_AROUND_PIPESDeprecated.static DataKey<java.lang.String>FlexmarkHtmlConverter. THEMATIC_BREAKstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. TYPOGRAPHIC_QUOTESstatic DataKey<java.util.Map<java.lang.String,java.lang.String>>FlexmarkHtmlConverter. TYPOGRAPHIC_REPLACEMENT_MAPstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. TYPOGRAPHIC_SMARTSstatic DataKey<java.lang.Character>FlexmarkHtmlConverter. UNORDERED_LIST_DELIMITERstatic DataKey<java.lang.String[]>FlexmarkHtmlConverter. UNWRAPPED_TAGSstatic DataKey<java.lang.Boolean>FlexmarkHtmlConverter. WRAP_AUTO_LINKSstatic 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_PROCESSORstatic DataKey<java.lang.Boolean>Parser. BLANK_LINES_IN_ASTstatic DataKey<java.lang.Boolean>Parser. BLOCK_QUOTE_ALLOW_LEADING_SPACEstatic DataKey<java.lang.Boolean>Parser. BLOCK_QUOTE_EXTEND_TO_BLANK_LINEstatic DataKey<java.lang.Boolean>Parser. BLOCK_QUOTE_IGNORE_BLANK_LINEstatic DataKey<java.lang.Boolean>Parser. BLOCK_QUOTE_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. BLOCK_QUOTE_INTERRUPTS_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. BLOCK_QUOTE_PARSERstatic DataKey<java.lang.Boolean>Parser. BLOCK_QUOTE_WITH_LEAD_SPACES_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Integer>Parser. CODE_BLOCK_INDENTstatic DataKey<java.lang.Boolean>Parser. CODE_SOFT_LINE_BREAKSstatic DataKey<java.lang.Boolean>Parser. ESCAPE_HEADING_NO_ATX_SPACEstatic DataKey<java.util.Collection<Extension>>Parser. EXTENSIONSstatic DataKey<java.lang.Boolean>Parser. FENCED_CODE_BLOCK_PARSERstatic DataKey<java.lang.Boolean>Parser. FENCED_CODE_CONTENT_BLOCKstatic DataKey<java.lang.Boolean>Parser. HARD_LINE_BREAK_LIMITstatic DataKey<java.lang.Boolean>Parser. HEADING_CAN_INTERRUPT_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. HEADING_NO_ATX_SPACEstatic DataKey<java.lang.Boolean>Parser. HEADING_NO_EMPTY_HEADING_WITHOUT_SPACEstatic DataKey<java.lang.Boolean>Parser. HEADING_NO_LEAD_SPACEstatic DataKey<java.lang.Boolean>Parser. HEADING_PARSERstatic DataKey<java.lang.Integer>Parser. HEADING_SETEXT_MARKER_LENGTHstatic DataKey<java.lang.Boolean>Parser. HTML_ALLOW_NAME_SPACEName spaces are allowed in HTML elements, default false for backward compatibilitystatic DataKey<java.lang.Boolean>Parser. HTML_BLOCK_COMMENT_ONLY_FULL_LINEstatic DataKey<java.lang.Boolean>Parser. HTML_BLOCK_DEEP_PARSE_BLANK_LINE_INTERRUPTSBlank 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_TAGblank line interrupts partially open tag ie.static DataKey<java.lang.Boolean>Parser. HTML_BLOCK_DEEP_PARSE_FIRST_OPEN_TAG_ON_ONE_LINEopen tags must be contained on one linestatic DataKey<java.lang.Boolean>Parser. HTML_BLOCK_DEEP_PARSE_INDENTED_CODE_INTERRUPTSIndented code can interrupt HTML blockstatic DataKey<java.lang.Boolean>Parser. HTML_BLOCK_DEEP_PARSE_MARKDOWN_INTERRUPTS_CLOSEDOther markdown elements can interrupt a closed block without an intervening blank linestatic DataKey<java.lang.Boolean>Parser. HTML_BLOCK_DEEP_PARSE_NON_BLOCKstatic DataKey<java.lang.Boolean>Parser. HTML_BLOCK_DEEP_PARSERstatic DataKey<java.lang.Boolean>Parser. HTML_BLOCK_PARSERstatic DataKey<java.lang.Boolean>Parser. HTML_BLOCK_START_ONLY_ON_BLOCK_TAGSstatic DataKey<java.util.List<java.lang.String>>Parser. HTML_BLOCK_TAGSstatic DataKey<java.lang.Boolean>Parser. HTML_COMMENT_BLOCKS_INTERRUPT_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. HTML_FOR_TRANSLATORstatic DataKey<java.lang.Boolean>Parser. INDENTED_CODE_BLOCK_PARSERstatic DataKey<java.lang.Boolean>Parser. INDENTED_CODE_NO_TRAILING_BLANK_LINESstatic DataKey<java.lang.Boolean>Parser. INLINE_DELIMITER_DIRECTIONAL_PUNCTUATIONSstatic DataKey<java.lang.Boolean>Parser. INTELLIJ_DUMMY_IDENTIFIERstatic DataKey<java.lang.Boolean>Parser. LINK_TEXT_PRIORITY_OVER_LINK_REFstatic DataKey<java.lang.Boolean>Parser. LINKS_ALLOW_MATCHED_PARENTHESESLINKS_ALLOW_MATCHED_PARENTHESES default true, when false makes parsing CommonMark Spec 0.27 compliantstatic DataKey<java.lang.Boolean>Parser. LIST_BLOCK_PARSERstatic DataKey<java.lang.Boolean>Parser. LISTS_AUTO_LOOSEstatic DataKey<java.lang.Boolean>Parser. LISTS_AUTO_LOOSE_ONE_LEVEL_LISTSstatic DataKey<java.lang.Boolean>Parser. LISTS_BULLET_ITEM_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_BULLET_ITEM_INTERRUPTS_PARAGRAPHstatic DataKey<java.lang.Integer>Parser. LISTS_CODE_INDENTstatic DataKey<java.lang.Boolean>Parser. LISTS_DELIMITER_MISMATCH_TO_NEW_LISTstatic DataKey<java.lang.Boolean>Parser. LISTS_EMPTY_BULLET_ITEM_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_EMPTY_BULLET_ITEM_INTERRUPTS_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_EMPTY_BULLET_SUB_ITEM_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_EMPTY_ORDERED_ITEM_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_EMPTY_ORDERED_ITEM_INTERRUPTS_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_EMPTY_ORDERED_NON_ONE_ITEM_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_EMPTY_ORDERED_NON_ONE_ITEM_INTERRUPTS_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_EMPTY_ORDERED_NON_ONE_SUB_ITEM_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_EMPTY_ORDERED_SUB_ITEM_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_END_ON_DOUBLE_BLANKstatic DataKey<java.lang.Boolean>Parser. LISTS_ITEM_CONTENT_AFTER_SUFFIXstatic DataKey<java.lang.Integer>Parser. LISTS_ITEM_INDENTstatic DataKey<java.lang.Boolean>Parser. LISTS_ITEM_MARKER_SPACEstatic DataKey<java.lang.String[]>Parser. LISTS_ITEM_MARKER_SUFFIXESstatic DataKey<java.lang.String>Parser. LISTS_ITEM_PREFIX_CHARSstatic DataKey<java.lang.Boolean>Parser. LISTS_ITEM_TYPE_MISMATCH_TO_NEW_LISTstatic DataKey<java.lang.Boolean>Parser. LISTS_ITEM_TYPE_MISMATCH_TO_SUB_LISTstatic DataKey<java.lang.Boolean>Parser. LISTS_LOOSE_WHEN_BLANK_LINE_FOLLOWS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_LOOSE_WHEN_CONTAINS_BLANK_LINEstatic DataKey<java.lang.Boolean>Parser. LISTS_LOOSE_WHEN_HAS_LOOSE_SUB_ITEMstatic DataKey<java.lang.Boolean>Parser. LISTS_LOOSE_WHEN_HAS_NON_LIST_CHILDRENstatic DataKey<java.lang.Boolean>Parser. LISTS_LOOSE_WHEN_HAS_TRAILING_BLANK_LINEstatic DataKey<java.lang.Boolean>Parser. LISTS_LOOSE_WHEN_LAST_ITEM_PREV_HAS_TRAILING_BLANK_LINEstatic DataKey<java.lang.Boolean>Parser. LISTS_LOOSE_WHEN_PREV_HAS_TRAILING_BLANK_LINEstatic DataKey<java.lang.Integer>Parser. LISTS_NEW_ITEM_CODE_INDENTstatic DataKey<java.lang.Boolean>Parser. LISTS_NUMBERED_ITEM_MARKER_SUFFIXEDstatic DataKey<java.lang.Boolean>Parser. LISTS_ORDERED_ITEM_DOT_ONLYstatic DataKey<java.lang.Boolean>Parser. LISTS_ORDERED_ITEM_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_ORDERED_ITEM_INTERRUPTS_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_ORDERED_LIST_MANUAL_STARTstatic DataKey<java.lang.Boolean>Parser. LISTS_ORDERED_NON_ONE_ITEM_INTERRUPTS_ITEM_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. LISTS_ORDERED_NON_ONE_ITEM_INTERRUPTS_PARAGRAPHstatic DataKey<java.lang.Boolean>Parser. MATCH_CLOSING_FENCE_CHARACTERSstatic DataKey<java.lang.Boolean>Parser. MATCH_NESTED_LINK_REFS_FIRSTstatic DataKey<java.lang.Boolean>Parser. PARSE_INNER_HTML_COMMENTSstatic DataKey<java.lang.Boolean>Parser. PARSE_JEKYLL_MACROS_IN_URLSstatic DataKey<java.lang.Boolean>Parser. PARSE_MULTI_LINE_IMAGE_URLSstatic DataKey<ParserEmulationProfile>Parser. PARSER_EMULATION_PROFILEstatic DataKey<java.lang.Integer>ParserEmulationProfile. PEGDOWN_EXTENSIONSKey used to hold user pegdown extension selectionstatic DataKey<java.lang.Boolean>Parser. REFERENCE_PARAGRAPH_PRE_PROCESSORstatic DataKey<ReferenceRepository>Parser. REFERENCESstatic DataKey<KeepType>Parser. REFERENCES_KEEPstatic DataKey<java.lang.Boolean>Parser. SPACE_IN_LINK_ELEMENTSstatic DataKey<java.lang.Boolean>Parser. SPACE_IN_LINK_URLSstatic DataKey<java.util.List<SpecialLeadInHandler>>Parser. SPECIAL_LEAD_IN_HANDLERSstatic DataKey<java.lang.Boolean>Parser. STRONG_WRAPS_EMPHASISSTRONG_WRAPS_EMPHASIS default false, when true makes parsing CommonMark Spec 0.27 compliantstatic DataKey<java.lang.Boolean>Parser. THEMATIC_BREAK_PARSERstatic DataKey<java.lang.Boolean>Parser. THEMATIC_BREAK_RELAXED_STARTstatic DataKey<java.lang.Boolean>Parser. TRACK_DOCUMENT_LINESstatic DataKey<java.lang.String>Parser. TRANSLATION_AUTOLINK_TAG_PATTERNstatic DataKey<java.lang.String>Parser. TRANSLATION_HTML_BLOCK_TAG_PATTERNUsed by formatter for translation parsingstatic DataKey<java.lang.String>Parser. TRANSLATION_HTML_INLINE_TAG_PATTERNstatic DataKey<java.lang.Boolean>Parser. UNDERSCORE_DELIMITER_PROCESSORstatic DataKey<java.lang.Boolean>Parser. USE_HARDCODED_LINK_ADDRESS_PARSERstatic 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_KEYSprivate 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_OPTIONstatic DataKey<java.util.function.BiFunction<java.lang.String,java.lang.String,DataHolder>>TestUtils. CUSTOM_OPTIONstatic DataKey<java.lang.Boolean>RenderingTestCase. EMBED_TIMEDstatic DataKey<java.lang.Boolean>TestUtils. EMBED_TIMEDstatic DataKey<java.util.Collection<Extension>>RenderingTestCase. EXTENSIONSstatic DataKey<java.lang.Boolean>RenderingTestCase. FAILstatic DataKey<java.lang.Boolean>TestUtils. FAILstatic DataKey<java.lang.Boolean>RenderingTestCase. IGNOREstatic DataKey<java.lang.Boolean>TestUtils. IGNOREstatic DataKey<java.lang.String>RenderingTestCase. INCLUDED_DOCUMENTstatic DataKey<java.lang.String>TestUtils. INCLUDED_DOCUMENTstatic DataKey<java.util.Collection<Extension>>LoadUnloadDataKeyAggregator. LOAD_EXTENSIONSstatic DataKey<java.util.Collection<Extension>>RenderingTestCase. LOAD_EXTENSIONSstatic DataKey<java.util.Collection<Extension>>TestUtils. LOAD_EXTENSIONSprivate @NotNull DataKey<java.util.function.Consumer<S>>SettableExtractedInstance. myConsumerKeyprivate @NotNull DataKey<java.util.function.Consumer<T>>SettableInstance. myConsumerKeystatic DataKey<java.lang.Boolean>RenderingTestCase. NO_FILE_EOLstatic DataKey<java.lang.Boolean>TestUtils. NO_FILE_EOLstatic DataKey<java.lang.String>RenderingTestCase. SOURCE_INDENTstatic DataKey<java.lang.String>TestUtils. SOURCE_INDENTstatic DataKey<java.lang.String>RenderingTestCase. SOURCE_PREFIXstatic DataKey<java.lang.String>TestUtils. SOURCE_PREFIXstatic DataKey<java.lang.String>RenderingTestCase. SOURCE_SUFFIXstatic DataKey<java.lang.String>TestUtils. SOURCE_SUFFIXstatic DataKey<java.lang.Boolean>RenderingTestCase. TIMEDstatic DataKey<java.lang.Boolean>TestUtils. TIMEDstatic DataKey<java.lang.Integer>RenderingTestCase. TIMED_ITERATIONSstatic DataKey<java.lang.Integer>TestUtils. TIMED_ITERATIONSstatic DataKey<java.util.Collection<java.lang.Class<? extends Extension>>>LoadUnloadDataKeyAggregator. UNLOAD_EXTENSIONSstatic DataKey<java.util.Collection<java.lang.Class<? extends Extension>>>RenderingTestCase. UNLOAD_EXTENSIONSstatic DataKey<java.util.Collection<java.lang.Class<? extends Extension>>>TestUtils. UNLOAD_EXTENSIONSMethods in com.vladsch.flexmark.test.util with parameters of type DataKey Modifier and Type Method Description static <T> MutableDataSetTestUtils. 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 MutableDataHolderDocument. 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> VBuilderBase. 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 MutableDataSetBuilderBase. 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_HANDLERSstatic DataKey<java.lang.Boolean>SharedDataKeys. BLANK_LINES_IN_ASTstatic DataKey<java.lang.Boolean>SharedDataKeys. BLOCK_QUOTE_BLANK_LINESstatic DataKey<java.lang.Boolean>SharedDataKeys. DO_NOT_RENDER_LINKSstatic DataKey<java.lang.Boolean>SharedDataKeys. ESCAPE_HEADING_NO_ATX_SPACEstatic DataKey<java.lang.Boolean>SharedDataKeys. ESCAPE_NUMBERED_LEAD_INstatic DataKey<java.lang.Boolean>SharedDataKeys. ESCAPE_SPECIAL_CHARSstatic DataKey<java.util.Collection<Extension>>SharedDataKeys. EXTENSIONSstatic DataKey<java.lang.Integer>SharedDataKeys. FORMATTER_MAX_BLANK_LINESstatic DataKey<java.lang.Integer>SharedDataKeys. FORMATTER_MAX_TRAILING_BLANK_LINESstatic DataKey<java.lang.Boolean>SharedDataKeys. GENERATE_HEADER_IDstatic DataKey<java.lang.Boolean>SharedDataKeys. HEADER_ID_ADD_EMOJI_SHORTCUTstatic DataKey<java.lang.Boolean>SharedDataKeys. HEADER_ID_GENERATOR_NO_DUPED_DASHESstatic DataKey<java.lang.Boolean>SharedDataKeys. HEADER_ID_GENERATOR_NON_ASCII_TO_LOWERCASEstatic DataKey<java.lang.String>SharedDataKeys. HEADER_ID_GENERATOR_NON_DASH_CHARSstatic DataKey<java.lang.Boolean>SharedDataKeys. HEADER_ID_GENERATOR_RESOLVE_DUPESstatic DataKey<java.lang.String>SharedDataKeys. HEADER_ID_GENERATOR_TO_DASH_CHARSstatic DataKey<java.lang.Boolean>SharedDataKeys. HEADER_ID_REF_TEXT_TRIM_LEADING_SPACESstatic DataKey<java.lang.Boolean>SharedDataKeys. HEADER_ID_REF_TEXT_TRIM_TRAILING_SPACESstatic DataKey<java.lang.Boolean>SharedDataKeys. HEADING_NO_ATX_SPACEstatic DataKey<java.lang.Boolean>SharedDataKeys. HTML_FOR_TRANSLATORstatic DataKey<java.lang.Integer>SharedDataKeys. INDENT_SIZEstatic DataKey<java.lang.Boolean>SharedDataKeys. INTELLIJ_DUMMY_IDENTIFIERstatic DataKey<java.lang.Boolean>SharedDataKeys. PARSE_INNER_HTML_COMMENTSstatic DataKey<java.lang.Boolean>SharedDataKeys. PERCENT_ENCODE_URLSstatic DataKey<java.lang.Boolean>SharedDataKeys. RENDER_HEADER_IDstatic DataKey<java.lang.Integer>SharedDataKeys. RENDERER_MAX_BLANK_LINESstatic DataKey<java.lang.Integer>SharedDataKeys. RENDERER_MAX_TRAILING_BLANK_LINESstatic DataKey<java.lang.Boolean>SharedDataKeys. RUNNING_TESTSstatic DataKey<java.lang.String>SharedDataKeys. TRANSLATION_AUTOLINK_TAG_PATTERNstatic DataKey<java.lang.String>SharedDataKeys. TRANSLATION_HTML_BLOCK_TAG_PATTERNstatic DataKey<java.lang.String>SharedDataKeys. TRANSLATION_HTML_INLINE_TAG_PATTERNstatic DataKey<java.lang.Boolean>SharedDataKeys. UNESCAPE_SPECIAL_CHARSMethods in com.vladsch.flexmark.util.data with parameters of type DataKey Modifier and Type Method Description default <T> TDataHolder. get(@NotNull DataKey<T> key)Deprecated.default <T> TMutableDataHolder. 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 MutableDataHolderMutableDataHolder. set(@NotNull DataKey<T> key, T value)Store the given value for the key<T> @NotNull MutableDataSetMutableDataSet. 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
-