Uses of Class
com.vladsch.flexmark.util.html.MutableAttributes
Packages that use MutableAttributes
-
Uses of MutableAttributes in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util with parameters of type MutableAttributesModifier and TypeMethodDescriptionvoid
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 MutableAttributesModifier and TypeMethodDescriptionvoid
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 MutableAttributesModifier and TypeMethodDescriptionvoid
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 MutableAttributesModifier and TypeMethodDescription@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 MutableAttributesModifier and TypeMethodDescriptionvoid
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 MutableAttributesMethods in com.vladsch.flexmark.html.renderer that return MutableAttributesModifier and TypeMethodDescription@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 MutableAttributesModifier and TypeFieldDescription(package private) final @NotNull MutableAttributes
HtmlConverterState.myAttributes
-
Uses of MutableAttributes in com.vladsch.flexmark.util.html
Fields in com.vladsch.flexmark.util.html declared as MutableAttributesModifier and TypeFieldDescriptionprivate @Nullable MutableAttributes
HtmlAppendableBase.currentAttributes
Methods in com.vladsch.flexmark.util.html that return MutableAttributesModifier and TypeMethodDescriptionMutableAttributes.addValues
(Attributes attributes) Attributes.toMutable()
MutableAttributes.toMutable()
Methods in com.vladsch.flexmark.util.html with parameters of type MutableAttributesModifier and TypeMethodDescriptionvoid
MutableAttributes.replaceValues
(MutableAttributes attributes)