Uses of Interface
com.vladsch.flexmark.util.html.Attribute
-
Packages that use Attribute Package Description com.vladsch.flexmark.util.html com.vladsch.flexmark.util.html.ui -
-
Uses of Attribute in com.vladsch.flexmark.util.html
Subinterfaces of Attribute in com.vladsch.flexmark.util.html Modifier and Type Interface Description interfaceMutableAttributeClasses in com.vladsch.flexmark.util.html that implement Attribute Modifier and Type Class Description classAttributeImplclassMutableAttributeImplFields in com.vladsch.flexmark.util.html declared as Attribute Modifier and Type Field Description static AttributeAttribute. NO_FOLLOWFields in com.vladsch.flexmark.util.html with type parameters of type Attribute Modifier and Type Field Description protected LinkedHashMap<String,Attribute>Attributes. attributesMethods in com.vladsch.flexmark.util.html that return Attribute Modifier and Type Method Description AttributeMutableAttributes. addValue(Attribute attribute)AttributeMutableAttributes. addValue(CharSequence key, CharSequence value)AttributeAttributes. get(CharSequence key)AttributeMutableAttributes. remove(Attribute attribute)AttributeMutableAttributes. remove(CharSequence key)AttributeAttribute. removeValue(CharSequence value)Add a new value or values depending on list and name delimiter settings and value content.AttributeAttributeImpl. removeValue(CharSequence value)AttributeMutableAttributes. removeValue(Attribute attribute)AttributeMutableAttributes. removeValue(CharSequence key, CharSequence value)AttributeAttribute. replaceValue(CharSequence value)Replace the complete value of this attribute by a new valueAttributeAttributeImpl. replaceValue(CharSequence value)AttributeMutableAttributes. replaceValue(Attribute attribute)AttributeMutableAttributes. replaceValue(CharSequence key, CharSequence value)Attribute dependent value replacement class and style append new values to existing ones others set it to the new valueAttributeAttribute. setValue(CharSequence value)Add a new value or values depending on list and name delimiter settings and value contentAttributeAttributeImpl. setValue(CharSequence value)AttributeMutableAttributeImpl. toImmutable()Methods in com.vladsch.flexmark.util.html that return types with arguments of type Attribute Modifier and Type Method Description Set<Map.Entry<String,Attribute>>Attributes. entrySet()protected LinkedHashMap<String,Attribute>MutableAttributes. getAttributes()Collection<Attribute>Attributes. values()Methods in com.vladsch.flexmark.util.html with parameters of type Attribute Modifier and Type Method Description AttributeMutableAttributes. addValue(Attribute attribute)@NotNull HtmlAppendableHtmlAppendable. attr(@NotNull Attribute... attribute)THtmlAppendableBase. attr(@NotNull Attribute... attribute)static AttributeImplAttributeImpl. of(Attribute other)static MutableAttributeImplMutableAttributeImpl. of(Attribute other)AttributeMutableAttributes. remove(Attribute attribute)AttributeMutableAttributes. removeValue(Attribute attribute)AttributeMutableAttributes. replaceValue(Attribute attribute)Method parameters in com.vladsch.flexmark.util.html with type arguments of type Attribute Modifier and Type Method Description voidAttributes. forEach(BiConsumer<String,Attribute> action) -
Uses of Attribute in com.vladsch.flexmark.util.html.ui
Methods in com.vladsch.flexmark.util.html.ui that return Attribute Modifier and Type Method Description static AttributeHtmlBuilder. getAttribute(Object item)Methods in com.vladsch.flexmark.util.html.ui with parameters of type Attribute Modifier and Type Method Description @NotNull HtmlBuilderHtmlBuilder. attr(@NotNull Attribute... attribute)
-