Package com.vladsch.flexmark.util.html
Class Attributes
java.lang.Object
com.vladsch.flexmark.util.html.Attributes
- Direct Known Subclasses:
MutableAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LinkedHashMap<String,
Attribute> static final Attributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(CharSequence key) boolean
containsValue
(CharSequence key, CharSequence value) entrySet()
void
forEach
(BiConsumer<String, Attribute> action) get
(CharSequence key) getValue
(CharSequence key) boolean
isEmpty()
keySet()
int
size()
toString()
values()