Uses of Enum Class
com.vladsch.flexmark.html2md.converter.ExtensionConversion
Packages that use ExtensionConversion
-
Uses of ExtensionConversion in com.vladsch.flexmark.html2md.converter
Subclasses with type arguments of type ExtensionConversion in com.vladsch.flexmark.html2md.converterFields in com.vladsch.flexmark.html2md.converter declared as ExtensionConversionModifier and TypeFieldDescriptionHtmlConverterOptions.extInlineCodeHtmlConverterOptions.extInlineDelHtmlConverterOptions.extInlineEmphasisHtmlConverterOptions.extInlineInsHtmlConverterOptions.extInlineStrongHtmlConverterOptions.extInlineSubHtmlConverterOptions.extInlineSupHtmlConverterOptions.extMathFields in com.vladsch.flexmark.html2md.converter with type parameters of type ExtensionConversionModifier and TypeFieldDescriptionstatic final DataKey<ExtensionConversion> FlexmarkHtmlConverter.EXT_INLINE_CODEstatic final DataKey<ExtensionConversion> FlexmarkHtmlConverter.EXT_INLINE_DELstatic final DataKey<ExtensionConversion> FlexmarkHtmlConverter.EXT_INLINE_EMPHASISstatic final DataKey<ExtensionConversion> FlexmarkHtmlConverter.EXT_INLINE_INSstatic final DataKey<ExtensionConversion> FlexmarkHtmlConverter.EXT_INLINE_STRONGstatic final DataKey<ExtensionConversion> FlexmarkHtmlConverter.EXT_INLINE_SUBstatic final DataKey<ExtensionConversion> FlexmarkHtmlConverter.EXT_INLINE_SUPstatic final DataKey<ExtensionConversion> FlexmarkHtmlConverter.EXT_MATHstatic final DataKey<ExtensionConversion> FlexmarkHtmlConverter.EXT_TABLESMethods in com.vladsch.flexmark.html2md.converter that return ExtensionConversionModifier and TypeMethodDescriptionstatic ExtensionConversionReturns 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 TypeMethodDescriptionvoidFlexmarkHtmlConverter.MainHtmlConverter.processConditional(@NotNull ExtensionConversion extensionConversion, @NotNull org.jsoup.nodes.Node node, @NotNull Runnable processNode) voidFlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.processConditional(@NotNull ExtensionConversion extensionConversion, @NotNull org.jsoup.nodes.Node node, @NotNull Runnable processNode) (package private) static voidFlexmarkHtmlConverter.processConditional(@NotNull HtmlNodeConverterContext context, @NotNull ExtensionConversion extensionConversion, @NotNull org.jsoup.nodes.Node node, @NotNull Runnable processNode) voidHtmlNodeConverterContext.processConditional(@NotNull ExtensionConversion extensionConversion, @NotNull org.jsoup.nodes.Node node, @NotNull Runnable processNode)