Uses of Interface
com.vladsch.flexmark.util.html.Attribute
Packages that use Attribute
-
Uses of Attribute in com.vladsch.flexmark.util.html
Subinterfaces of Attribute in com.vladsch.flexmark.util.htmlClasses in com.vladsch.flexmark.util.html that implement AttributeFields in com.vladsch.flexmark.util.html declared as AttributeFields in com.vladsch.flexmark.util.html with type parameters of type AttributeMethods in com.vladsch.flexmark.util.html that return AttributeModifier and TypeMethodDescriptionMutableAttributes.addValue
(CharSequence key, CharSequence value) Attributes.get
(CharSequence key) MutableAttributes.remove
(CharSequence key) Attribute.removeValue
(CharSequence value) Add a new value or values depending on list and name delimiter settings and value content.AttributeImpl.removeValue
(CharSequence value) MutableAttributes.removeValue
(Attribute attribute) MutableAttributes.removeValue
(CharSequence key, CharSequence value) Attribute.replaceValue
(CharSequence value) Replace the complete value of this attribute by a new valueAttributeImpl.replaceValue
(CharSequence value) MutableAttributes.replaceValue
(Attribute attribute) MutableAttributes.replaceValue
(CharSequence key, CharSequence value) Attribute dependent value replacement class and style append new values to existing ones others set it to the new valueAttribute.setValue
(CharSequence value) Add a new value or values depending on list and name delimiter settings and value contentAttributeImpl.setValue
(CharSequence value) MutableAttributeImpl.toImmutable()
Methods in com.vladsch.flexmark.util.html that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributes.entrySet()
protected LinkedHashMap<String,
Attribute> MutableAttributes.getAttributes()
Attributes.values()
Methods in com.vladsch.flexmark.util.html with parameters of type AttributeModifier and TypeMethodDescription@NotNull HtmlAppendable
static AttributeImpl
static MutableAttributeImpl
MutableAttributes.removeValue
(Attribute attribute) MutableAttributes.replaceValue
(Attribute attribute) Method parameters in com.vladsch.flexmark.util.html with type arguments of type Attribute -
Uses of Attribute in com.vladsch.flexmark.util.html.ui
Methods in com.vladsch.flexmark.util.html.ui that return AttributeMethods in com.vladsch.flexmark.util.html.ui with parameters of type Attribute