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 AttributeSubinterfaces with type arguments of type Attribute in com.vladsch.flexmark.util.htmlFields in com.vladsch.flexmark.util.html declared as AttributeFields in com.vladsch.flexmark.util.html with type parameters of type AttributeModifier and TypeFieldDescriptionprotected LinkedHashMap<String, Attribute> Attributes.attributesMethods 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 HtmlAppendablestatic AttributeImplstatic MutableAttributeImplMutableAttributes.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