Uses of Class
com.vladsch.flexmark.util.html.MutableAttributeImpl
-
Packages that use MutableAttributeImpl Package Description com.vladsch.flexmark.util.html -
-
Uses of MutableAttributeImpl in com.vladsch.flexmark.util.html
Methods in com.vladsch.flexmark.util.html that return MutableAttributeImpl Modifier and Type Method Description static MutableAttributeImpl
MutableAttributeImpl. of(Attribute other)
static MutableAttributeImpl
MutableAttributeImpl. of(java.lang.CharSequence attrName)
static MutableAttributeImpl
MutableAttributeImpl. of(java.lang.CharSequence attrName, java.lang.CharSequence value)
static MutableAttributeImpl
MutableAttributeImpl. of(java.lang.CharSequence attrName, java.lang.CharSequence value, char valueListDelimiter)
static MutableAttributeImpl
MutableAttributeImpl. of(java.lang.CharSequence attrName, java.lang.CharSequence value, char valueListDelimiter, char valueNameDelimiter)
MutableAttributeImpl
MutableAttributeImpl. removeValue(java.lang.CharSequence value)
MutableAttributeImpl
MutableAttributeImpl. replaceValue(java.lang.CharSequence value)
MutableAttributeImpl
MutableAttributeImpl. setValue(java.lang.CharSequence value)
-