Class AttributesFormatOptions
- java.lang.Object
-
- com.vladsch.flexmark.ext.attributes.internal.AttributesFormatOptions
-
- All Implemented Interfaces:
MutableDataSetter
class AttributesFormatOptions extends java.lang.Object implements MutableDataSetter
-
-
Field Summary
Fields Modifier and Type Field Description AttributeImplicitName
attributeClassFormat
DiscretionaryText
attributeEqualSpace
AttributeImplicitName
attributeIdFormat
boolean
attributesCombineConsecutive
boolean
attributesSort
DiscretionaryText
attributesSpaces
AttributeValueQuotes
attributeValueQuotes
-
Constructor Summary
Constructors Constructor Description AttributesFormatOptions(DataHolder options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull MutableDataHolder
setIn(@NotNull MutableDataHolder dataHolder)
-
-
-
Field Detail
-
attributesCombineConsecutive
public final boolean attributesCombineConsecutive
-
attributesSort
public final boolean attributesSort
-
attributesSpaces
public final DiscretionaryText attributesSpaces
-
attributeEqualSpace
public final DiscretionaryText attributeEqualSpace
-
attributeValueQuotes
public final AttributeValueQuotes attributeValueQuotes
-
attributeIdFormat
public final AttributeImplicitName attributeIdFormat
-
attributeClassFormat
public final AttributeImplicitName attributeClassFormat
-
-
Constructor Detail
-
AttributesFormatOptions
public AttributesFormatOptions(DataHolder options)
-
-
Method Detail
-
setIn
@NotNull public @NotNull MutableDataHolder setIn(@NotNull @NotNull MutableDataHolder dataHolder)
- Specified by:
setIn
in interfaceMutableDataSetter
-
-