Uses of Class
com.vladsch.flexmark.util.ast.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 Modifier and Type Method Description @NotNull DataKey<KeepType>
ReferenceRepository. getKeepDataKey()
-
Uses of KeepType in com.vladsch.flexmark.ext.abbreviation
Fields in com.vladsch.flexmark.ext.abbreviation with type parameters of type KeepType Modifier and Type Field Description static DataKey<KeepType>
AbbreviationExtension. 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 Modifier and Type Method Description @NotNull DataKey<KeepType>
AbbreviationRepository. getKeepDataKey()
-
Uses of KeepType in com.vladsch.flexmark.ext.attributes
Fields in com.vladsch.flexmark.ext.attributes with type parameters of type KeepType Modifier and Type Field Description static DataKey<KeepType>
AttributesExtension. ATTRIBUTES_KEEP
-
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 Modifier and Type Method Description DataKey<KeepType>
NodeAttributeRepository. getKeepDataKey()
-
Uses of KeepType in com.vladsch.flexmark.ext.enumerated.reference
Fields in com.vladsch.flexmark.ext.enumerated.reference with type parameters of type KeepType Modifier and Type Field Description static DataKey<KeepType>
EnumeratedReferenceExtension. ENUMERATED_REFERENCES_KEEP
Methods in com.vladsch.flexmark.ext.enumerated.reference that return types with arguments of type KeepType Modifier and Type Method Description @NotNull DataKey<KeepType>
EnumeratedReferenceRepository. getKeepDataKey()
-
Uses of KeepType in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes with type parameters of type KeepType Modifier and Type Field Description static DataKey<KeepType>
FootnoteExtension. FOOTNOTES_KEEP
-
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 Modifier and Type Method Description @NotNull DataKey<KeepType>
FootnoteRepository. getKeepDataKey()
-
Uses of KeepType in com.vladsch.flexmark.ext.macros
Fields in com.vladsch.flexmark.ext.macros with type parameters of type KeepType Modifier and Type Field Description static DataKey<KeepType>
MacrosExtension. MACRO_DEFINITIONS_KEEP
-
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 Modifier and Type Method Description @NotNull DataKey<KeepType>
MacroDefinitionRepository. getKeepDataKey()
-
Uses of KeepType in com.vladsch.flexmark.ext.zzzzzz
Fields in com.vladsch.flexmark.ext.zzzzzz with type parameters of type KeepType Modifier and Type Field Description static DataKey<KeepType>
ZzzzzzExtension. ZZZZZZS_KEEP
-
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 Modifier and Type Method Description @NotNull DataKey<KeepType>
ZzzzzzRepository. getKeepDataKey()
-
Uses of KeepType in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type KeepType Modifier and Type Field Description static DataKey<KeepType>
Parser. REFERENCES_KEEP
-
Uses of KeepType in com.vladsch.flexmark.test.util
Method parameters in com.vladsch.flexmark.test.util with type arguments of type KeepType Modifier and Type Method Description static @NotNull java.util.Map<java.lang.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 KeepType Modifier and Type Field Description protected KeepType
NodeRepository. keepType
Methods in com.vladsch.flexmark.util.ast that return KeepType Modifier and Type Method Description static KeepType
KeepType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeepType[]
KeepType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.util.ast that return types with arguments of type KeepType Modifier and Type Method Description abstract @NotNull DataKey<KeepType>
NodeRepository. getKeepDataKey()
Constructors in com.vladsch.flexmark.util.ast with parameters of type KeepType Constructor Description NodeRepository(@Nullable KeepType keepType)
-