Uses of Class
com.vladsch.flexmark.ext.attributes.AttributeValueQuotes
-
-
Uses of AttributeValueQuotes in com.vladsch.flexmark.ext.attributes
Fields in com.vladsch.flexmark.ext.attributes with type parameters of type AttributeValueQuotes Modifier and Type Field Description static com.vladsch.flexmark.util.data.DataKey<AttributeValueQuotes>AttributesExtension. FORMAT_ATTRIBUTE_VALUE_QUOTESMethods in com.vladsch.flexmark.ext.attributes that return AttributeValueQuotes Modifier and Type Method Description static AttributeValueQuotesAttributeValueQuotes. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeValueQuotes[]AttributeValueQuotes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-