| Package | Description |
|---|---|
| com.vladsch.flexmark.util.html | |
| com.vladsch.flexmark.util.html.ui |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableAttribute |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeImpl |
class |
MutableAttributeImpl |
| Modifier and Type | Field and Description |
|---|---|
static Attribute |
Attribute.NO_FOLLOW |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attributes.addValue(Attribute attribute) |
Attribute |
Attributes.addValue(CharSequence key,
CharSequence value) |
Attribute |
Attributes.get(CharSequence key) |
Attribute |
Attributes.remove(Attribute attribute) |
Attribute |
Attributes.remove(CharSequence key) |
Attribute |
Attributes.removeValue(Attribute attribute) |
Attribute |
AttributeImpl.removeValue(CharSequence value) |
Attribute |
Attribute.removeValue(CharSequence value)
Add a new value or values depending on list and name delimiter settings and value content.
|
Attribute |
Attributes.removeValue(CharSequence key,
CharSequence value) |
Attribute |
Attributes.replaceValue(Attribute attribute) |
Attribute |
AttributeImpl.replaceValue(CharSequence value) |
Attribute |
Attribute.replaceValue(CharSequence value)
Replace the complete value of this attribute by a new value
|
Attribute |
Attributes.replaceValue(CharSequence key,
CharSequence value)
Attribute dependent value replacement
class and style append new values to existing ones
others set it to the new value
|
Attribute |
AttributeImpl.setValue(CharSequence value) |
Attribute |
Attribute.setValue(CharSequence value)
Add a new value or values depending on list and name delimiter settings and value content
|
Attribute |
MutableAttributeImpl.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,Attribute>> |
Attributes.entrySet() |
protected LinkedHashMap<String,Attribute> |
Attributes.getAttributes() |
Collection<Attribute> |
Attributes.values() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attributes.addValue(Attribute attribute) |
HtmlFormattingAppendable |
HtmlFormattingAppendable.attr(Attribute... attribute) |
T |
HtmlFormattingAppendableBase.attr(Attribute... attribute) |
static AttributeImpl |
AttributeImpl.of(Attribute other) |
static MutableAttributeImpl |
MutableAttributeImpl.of(Attribute other) |
Attribute |
Attributes.remove(Attribute attribute) |
Attribute |
Attributes.removeValue(Attribute attribute) |
Attribute |
Attributes.replaceValue(Attribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
Attributes.forEach(BiConsumer<String,Attribute> action) |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
HtmlBuilder.getAttribute(Object item) |
| Modifier and Type | Method and Description |
|---|---|
HtmlBuilder |
HtmlBuilder.attr(Attribute... attribute) |
Copyright © 2019. All rights reserved.