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 TypeMethodDescriptionbooleancontains(CharSequence key) booleancontainsValue(CharSequence key, CharSequence value) entrySet()voidforEach(BiConsumer<String, Attribute> action) get(CharSequence key) getValue(CharSequence key) booleanisEmpty()keySet()intsize()toString()values()