Uses of Class
com.vladsch.flexmark.util.data.NullableDataKey
-
-
Uses of NullableDataKey in com.vladsch.flexmark.ext.gfm.strikethrough
Fields in com.vladsch.flexmark.ext.gfm.strikethrough declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>
StrikethroughExtension. STRIKETHROUGH_STYLE_HTML_CLOSE
static NullableDataKey<java.lang.String>
StrikethroughSubscriptExtension. STRIKETHROUGH_STYLE_HTML_CLOSE
static NullableDataKey<java.lang.String>
StrikethroughExtension. STRIKETHROUGH_STYLE_HTML_OPEN
static NullableDataKey<java.lang.String>
StrikethroughSubscriptExtension. STRIKETHROUGH_STYLE_HTML_OPEN
static NullableDataKey<java.lang.String>
StrikethroughSubscriptExtension. SUBSCRIPT_STYLE_HTML_CLOSE
static NullableDataKey<java.lang.String>
SubscriptExtension. SUBSCRIPT_STYLE_HTML_CLOSE
static NullableDataKey<java.lang.String>
StrikethroughSubscriptExtension. SUBSCRIPT_STYLE_HTML_OPEN
static NullableDataKey<java.lang.String>
SubscriptExtension. SUBSCRIPT_STYLE_HTML_OPEN
-
Uses of NullableDataKey in com.vladsch.flexmark.ext.ins
Fields in com.vladsch.flexmark.ext.ins declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>
InsExtension. INS_STYLE_HTML_CLOSE
static NullableDataKey<java.lang.String>
InsExtension. INS_STYLE_HTML_OPEN
-
Uses of NullableDataKey in com.vladsch.flexmark.ext.jekyll.tag
Fields in com.vladsch.flexmark.ext.jekyll.tag declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.util.Map<java.lang.String,java.lang.String>>
JekyllTagExtension. INCLUDED_HTML
-
Uses of NullableDataKey in com.vladsch.flexmark.ext.superscript
Fields in com.vladsch.flexmark.ext.superscript declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>
SuperscriptExtension. SUPERSCRIPT_STYLE_HTML_CLOSE
static NullableDataKey<java.lang.String>
SuperscriptExtension. SUPERSCRIPT_STYLE_HTML_OPEN
-
Uses of NullableDataKey in com.vladsch.flexmark.ext.tables
Fields in com.vladsch.flexmark.ext.tables declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.Integer>
TablesExtension. FORMAT_TABLE_FILL_MISSING_MIN_COLUMN
-
Uses of NullableDataKey in com.vladsch.flexmark.ext.toc
Fields in com.vladsch.flexmark.ext.toc declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>
SimTocExtension. TITLE
static NullableDataKey<java.lang.String>
TocExtension. TITLE
-
Uses of NullableDataKey in com.vladsch.flexmark.ext.typographic
Fields in com.vladsch.flexmark.ext.typographic declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>
TypographicExtension. ANGLE_QUOTE_UNMATCHED
static NullableDataKey<java.lang.String>
TypographicExtension. DOUBLE_QUOTE_UNMATCHED
-
Uses of NullableDataKey in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.util.regex.Pattern>
Formatter. LINK_MARKER_COMMENT_PATTERN
static NullableDataKey<ListSpacing>
FormatterUtils. LIST_ITEM_SPACING
static NullableDataKey<java.lang.String>
Formatter. THEMATIC_BREAK
-
Uses of NullableDataKey in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.String>
HtmlRenderer. CODE_STYLE_HTML_CLOSE
static NullableDataKey<java.lang.String>
HtmlRenderer. CODE_STYLE_HTML_OPEN
static NullableDataKey<java.lang.String>
HtmlRenderer. EMPHASIS_STYLE_HTML_CLOSE
static NullableDataKey<java.lang.String>
HtmlRenderer. EMPHASIS_STYLE_HTML_OPEN
static NullableDataKey<java.lang.String>
HtmlRenderer. INLINE_CODE_SPLICE_CLASS
static NullableDataKey<java.lang.String>
HtmlRenderer. STRONG_EMPHASIS_STYLE_HTML_CLOSE
static NullableDataKey<java.lang.String>
HtmlRenderer. STRONG_EMPHASIS_STYLE_HTML_OPEN
-
Uses of NullableDataKey in com.vladsch.flexmark.util.ast
Methods in com.vladsch.flexmark.util.ast with parameters of type NullableDataKey Modifier and Type Method Description <T> @NotNull MutableDataHolder
Document. set(@NotNull NullableDataKey<T> key, T value)
-
Uses of NullableDataKey in com.vladsch.flexmark.util.builder
Methods in com.vladsch.flexmark.util.builder with parameters of type NullableDataKey Modifier and Type Method Description <V> @NotNull MutableDataSet
BuilderBase. set(@NotNull NullableDataKey<V> key, V value)
-
Uses of NullableDataKey in com.vladsch.flexmark.util.data
Methods in com.vladsch.flexmark.util.data with parameters of type NullableDataKey Modifier and Type Method Description <T> @NotNull MutableDataHolder
MutableDataHolder. set(@NotNull NullableDataKey<T> key, T value)
Store the given value for the key<T> @NotNull MutableDataSet
MutableDataSet. set(@NotNull NullableDataKey<T> key, T value)
-
Uses of NullableDataKey in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<java.lang.Integer>
TableFormatOptions. FORMAT_TABLE_FILL_MISSING_MIN_COLUMN
Used by table formatting to set min column from which to add missing columns, null to use default -
Uses of NullableDataKey in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as NullableDataKey Modifier and Type Field Description static NullableDataKey<SegmentedSequenceStats>
BasedOptionsHolder. SEGMENTED_STATS
-