Uses of Class
com.vladsch.flexmark.util.html.MutableAttributeImpl
Packages that use MutableAttributeImpl
-
Uses of MutableAttributeImpl in com.vladsch.flexmark.util.html
Methods in com.vladsch.flexmark.util.html that return MutableAttributeImplModifier and TypeMethodDescriptionstatic MutableAttributeImplstatic MutableAttributeImplMutableAttributeImpl.of(CharSequence attrName) static MutableAttributeImplMutableAttributeImpl.of(CharSequence attrName, CharSequence value) static MutableAttributeImplMutableAttributeImpl.of(CharSequence attrName, CharSequence value, char valueListDelimiter) static MutableAttributeImplMutableAttributeImpl.of(CharSequence attrName, CharSequence value, char valueListDelimiter, char valueNameDelimiter) MutableAttributeImpl.removeValue(CharSequence value) MutableAttributeImpl.replaceValue(CharSequence value) MutableAttributeImpl.setValue(CharSequence value)