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 interface
MutableAttribute
Classes in com.vladsch.flexmark.util.html that implement Attribute Modifier and Type Class Description class
AttributeImpl
class
MutableAttributeImpl
Fields in com.vladsch.flexmark.util.html declared as Attribute Modifier and Type Field Description static Attribute
Attribute. NO_FOLLOW
Fields in com.vladsch.flexmark.util.html with type parameters of type Attribute Modifier and Type Field Description protected java.util.LinkedHashMap<java.lang.String,Attribute>
Attributes. attributes
Methods in com.vladsch.flexmark.util.html that return Attribute Modifier and Type Method Description Attribute
MutableAttributes. addValue(Attribute attribute)
Attribute
MutableAttributes. addValue(java.lang.CharSequence key, java.lang.CharSequence value)
Attribute
Attributes. get(java.lang.CharSequence key)
Attribute
MutableAttributes. remove(Attribute attribute)
Attribute
MutableAttributes. remove(java.lang.CharSequence key)
Attribute
Attribute. removeValue(java.lang.CharSequence value)
Add a new value or values depending on list and name delimiter settings and value content.Attribute
AttributeImpl. removeValue(java.lang.CharSequence value)
Attribute
MutableAttributes. removeValue(Attribute attribute)
Attribute
MutableAttributes. removeValue(java.lang.CharSequence key, java.lang.CharSequence value)
Attribute
Attribute. replaceValue(java.lang.CharSequence value)
Replace the complete value of this attribute by a new valueAttribute
AttributeImpl. replaceValue(java.lang.CharSequence value)
Attribute
MutableAttributes. replaceValue(Attribute attribute)
Attribute
MutableAttributes. replaceValue(java.lang.CharSequence key, java.lang.CharSequence value)
Attribute dependent value replacement class and style append new values to existing ones others set it to the new valueAttribute
Attribute. setValue(java.lang.CharSequence value)
Add a new value or values depending on list and name delimiter settings and value contentAttribute
AttributeImpl. setValue(java.lang.CharSequence value)
Attribute
MutableAttributeImpl. toImmutable()
Methods in com.vladsch.flexmark.util.html that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.String,Attribute>>
Attributes. entrySet()
protected java.util.LinkedHashMap<java.lang.String,Attribute>
MutableAttributes. getAttributes()
java.util.Collection<Attribute>
Attributes. values()
Methods in com.vladsch.flexmark.util.html with parameters of type Attribute Modifier and Type Method Description Attribute
MutableAttributes. addValue(Attribute attribute)
@NotNull HtmlAppendable
HtmlAppendable. attr(@NotNull Attribute... attribute)
T
HtmlAppendableBase. attr(@NotNull Attribute... attribute)
static AttributeImpl
AttributeImpl. of(Attribute other)
static MutableAttributeImpl
MutableAttributeImpl. of(Attribute other)
Attribute
MutableAttributes. remove(Attribute attribute)
Attribute
MutableAttributes. removeValue(Attribute attribute)
Attribute
MutableAttributes. replaceValue(Attribute attribute)
Method parameters in com.vladsch.flexmark.util.html with type arguments of type Attribute Modifier and Type Method Description void
Attributes. forEach(java.util.function.BiConsumer<java.lang.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 Attribute
HtmlBuilder. getAttribute(java.lang.Object item)
Methods in com.vladsch.flexmark.util.html.ui with parameters of type Attribute Modifier and Type Method Description @NotNull HtmlBuilder
HtmlBuilder. attr(@NotNull Attribute... attribute)
-