Uses of Enum Class
com.vladsch.flexmark.html2md.converter.ExtensionConversion
Packages that use ExtensionConversion
-
Uses of ExtensionConversion in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter declared as ExtensionConversionModifier and TypeFieldDescriptionHtmlConverterOptions.extInlineCode
HtmlConverterOptions.extInlineDel
HtmlConverterOptions.extInlineEmphasis
HtmlConverterOptions.extInlineIns
HtmlConverterOptions.extInlineStrong
HtmlConverterOptions.extInlineSub
HtmlConverterOptions.extInlineSup
HtmlConverterOptions.extMath
Fields in com.vladsch.flexmark.html2md.converter with type parameters of type ExtensionConversionModifier and TypeFieldDescriptionstatic final DataKey<ExtensionConversion>
FlexmarkHtmlConverter.EXT_INLINE_CODE
static final DataKey<ExtensionConversion>
FlexmarkHtmlConverter.EXT_INLINE_DEL
static final DataKey<ExtensionConversion>
FlexmarkHtmlConverter.EXT_INLINE_EMPHASIS
static final DataKey<ExtensionConversion>
FlexmarkHtmlConverter.EXT_INLINE_INS
static final DataKey<ExtensionConversion>
FlexmarkHtmlConverter.EXT_INLINE_STRONG
static final DataKey<ExtensionConversion>
FlexmarkHtmlConverter.EXT_INLINE_SUB
static final DataKey<ExtensionConversion>
FlexmarkHtmlConverter.EXT_INLINE_SUP
static final DataKey<ExtensionConversion>
FlexmarkHtmlConverter.EXT_MATH
static final DataKey<ExtensionConversion>
FlexmarkHtmlConverter.EXT_TABLES
Methods in com.vladsch.flexmark.html2md.converter that return ExtensionConversionModifier and TypeMethodDescriptionstatic ExtensionConversion
Returns the enum constant of this class with the specified name.static ExtensionConversion[]
ExtensionConversion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.html2md.converter with parameters of type ExtensionConversionModifier and TypeMethodDescriptionvoid
FlexmarkHtmlConverter.MainHtmlConverter.processConditional
(@NotNull ExtensionConversion extensionConversion, @NotNull org.jsoup.nodes.Node node, @NotNull Runnable processNode) void
FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.processConditional
(@NotNull ExtensionConversion extensionConversion, @NotNull org.jsoup.nodes.Node node, @NotNull Runnable processNode) (package private) static void
FlexmarkHtmlConverter.processConditional
(@NotNull HtmlNodeConverterContext context, @NotNull ExtensionConversion extensionConversion, @NotNull org.jsoup.nodes.Node node, @NotNull Runnable processNode) void
HtmlNodeConverterContext.processConditional
(@NotNull ExtensionConversion extensionConversion, @NotNull org.jsoup.nodes.Node node, @NotNull Runnable processNode)