Uses of Class
com.vladsch.flexmark.util.html.MutableAttributes
-
-
Uses of MutableAttributes in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util with parameters of type MutableAttributes Modifier and Type Method Description void
AttributeProviderAdapter. setAttributes(Node node, AttributablePart part, MutableAttributes attributes)
void
AttributeProvidingHandler.AttributeProvidingVisitor. setAttributes(N node, AttributablePart part, MutableAttributes attributes)
void
AttributeProvidingHandler. setAttributes(Node node, AttributablePart part, MutableAttributes attributes)
-
Uses of MutableAttributes in com.vladsch.flexmark.ext.attributes.internal
Methods in com.vladsch.flexmark.ext.attributes.internal with parameters of type MutableAttributes Modifier and Type Method Description void
AttributesAttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)
-
Uses of MutableAttributes in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type MutableAttributes Modifier and Type Method Description void
ZzzzzzAttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)
private void
ZzzzzzAttributeProvider. setLinkAttributes(LinkNode node, AttributablePart part, MutableAttributes attributes)
private void
ZzzzzzAttributeProvider. setLinkAttributes(RefNode node, AttributablePart part, MutableAttributes attributes)
private void
ZzzzzzAttributeProvider. setLinkAttributes(AttributablePart part, MutableAttributes attributes)
-
Uses of MutableAttributes in com.vladsch.flexmark.html
Methods in com.vladsch.flexmark.html that return MutableAttributes Modifier and Type Method Description @NotNull MutableAttributes
HtmlRenderer.MainNodeRenderer. extendRenderingNodeAttributes(@NotNull AttributablePart part, Attributes attributes)
@NotNull MutableAttributes
HtmlRenderer.MainNodeRenderer. extendRenderingNodeAttributes(@NotNull Node node, @NotNull AttributablePart part, Attributes attributes)
@NotNull MutableAttributes
HtmlRenderer.MainNodeRenderer.SubNodeRenderer. extendRenderingNodeAttributes(@NotNull AttributablePart part, Attributes attributes)
@NotNull MutableAttributes
HtmlRenderer.MainNodeRenderer.SubNodeRenderer. extendRenderingNodeAttributes(@NotNull Node node, @NotNull AttributablePart part, Attributes attributes)
Methods in com.vladsch.flexmark.html with parameters of type MutableAttributes Modifier and Type Method Description void
AttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)
Set the attributes for the node by modifying the provided map.void
EmbeddedAttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)
-
Uses of MutableAttributes in com.vladsch.flexmark.html.renderer
Fields in com.vladsch.flexmark.html.renderer declared as MutableAttributes Modifier and Type Field Description private @Nullable MutableAttributes
ResolvedLink. myAttributes
Methods in com.vladsch.flexmark.html.renderer that return MutableAttributes Modifier and Type Method Description @NotNull MutableAttributes
NodeRendererContext. extendRenderingNodeAttributes(@NotNull AttributablePart part, @Nullable Attributes attributes)
Extend the attributes by extensions for the node being currently rendered.@NotNull MutableAttributes
NodeRendererContext. extendRenderingNodeAttributes(@NotNull Node node, @NotNull AttributablePart part, @Nullable Attributes attributes)
Extend the attributes by extensions for the node being currently rendered.@NotNull MutableAttributes
ResolvedLink. getMutableAttributes()
-
Uses of MutableAttributes in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter declared as MutableAttributes Modifier and Type Field Description (package private) @NotNull MutableAttributes
HtmlConverterState. myAttributes
-
Uses of MutableAttributes in com.vladsch.flexmark.util.html
Fields in com.vladsch.flexmark.util.html declared as MutableAttributes Modifier and Type Field Description private @Nullable MutableAttributes
HtmlAppendableBase. currentAttributes
Methods in com.vladsch.flexmark.util.html that return MutableAttributes Modifier and Type Method Description MutableAttributes
MutableAttributes. addValues(Attributes attributes)
MutableAttributes
Attributes. toMutable()
MutableAttributes
MutableAttributes. toMutable()
Methods in com.vladsch.flexmark.util.html with parameters of type MutableAttributes Modifier and Type Method Description void
MutableAttributes. replaceValues(MutableAttributes attributes)
-