Uses of Enum Class
com.vladsch.flexmark.util.ast.KeepType
Packages that use KeepType
-
Uses of KeepType in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util that return types with arguments of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.abbreviation
Fields in com.vladsch.flexmark.ext.abbreviation with type parameters of type KeepTypeModifier and TypeFieldDescriptionAbbreviationExtension.ABBREVIATIONS_KEEP
ADataKey
that is used to set the behavior of the abbreviations repository when duplicates are defined. -
Uses of KeepType in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return types with arguments of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.attributes
Fields in com.vladsch.flexmark.ext.attributes with type parameters of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.attributes.internal
Methods in com.vladsch.flexmark.ext.attributes.internal that return types with arguments of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.enumerated.reference
Fields in com.vladsch.flexmark.ext.enumerated.reference with type parameters of type KeepTypeMethods in com.vladsch.flexmark.ext.enumerated.reference that return types with arguments of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes with type parameters of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.footnotes.internal
Methods in com.vladsch.flexmark.ext.footnotes.internal that return types with arguments of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.macros
Fields in com.vladsch.flexmark.ext.macros with type parameters of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.macros.internal
Methods in com.vladsch.flexmark.ext.macros.internal that return types with arguments of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.zzzzzz
Fields in com.vladsch.flexmark.ext.zzzzzz with type parameters of type KeepType -
Uses of KeepType in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return types with arguments of type KeepType -
Uses of KeepType in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type KeepType -
Uses of KeepType in com.vladsch.flexmark.test.util
Method parameters in com.vladsch.flexmark.test.util with type arguments of type KeepTypeModifier and TypeMethodDescriptionstatic @NotNull Map<String,
DataHolder> ComboSpecTestCase.placementAndSortOptions
(@Nullable DataKey<KeepType> keepTypeDataKey, @Nullable DataKey<ElementPlacement> placementDataKey, @Nullable DataKey<ElementPlacementSort> sortDataKey) -
Uses of KeepType in com.vladsch.flexmark.util.ast
Fields in com.vladsch.flexmark.util.ast declared as KeepTypeMethods in com.vladsch.flexmark.util.ast that return KeepTypeModifier and TypeMethodDescriptionstatic KeepType
Returns the enum constant of this class with the specified name.static KeepType[]
KeepType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.util.ast that return types with arguments of type KeepTypeConstructors in com.vladsch.flexmark.util.ast with parameters of type KeepType