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 TypeMethodDescriptionvoidAttributeProviderAdapter.setAttributes(Node node, AttributablePart part, MutableAttributes attributes) voidAttributeProvidingHandler.AttributeProvidingVisitor.setAttributes(N node, AttributablePart part, MutableAttributes attributes) voidAttributeProvidingHandler.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 TypeMethodDescriptionvoidAttributesAttributeProvider.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 TypeMethodDescriptionvoidZzzzzzAttributeProvider.setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes) private voidZzzzzzAttributeProvider.setLinkAttributes(LinkNode node, AttributablePart part, MutableAttributes attributes) private voidZzzzzzAttributeProvider.setLinkAttributes(RefNode node, AttributablePart part, MutableAttributes attributes) private voidZzzzzzAttributeProvider.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 MutableAttributesHtmlRenderer.MainNodeRenderer.extendRenderingNodeAttributes(@NotNull AttributablePart part, Attributes attributes) @NotNull MutableAttributesHtmlRenderer.MainNodeRenderer.extendRenderingNodeAttributes(@NotNull Node node, @NotNull AttributablePart part, Attributes attributes) @NotNull MutableAttributesHtmlRenderer.MainNodeRenderer.SubNodeRenderer.extendRenderingNodeAttributes(@NotNull AttributablePart part, Attributes attributes) @NotNull MutableAttributesHtmlRenderer.MainNodeRenderer.SubNodeRenderer.extendRenderingNodeAttributes(@NotNull Node node, @NotNull AttributablePart part, Attributes attributes) Methods in com.vladsch.flexmark.html with parameters of type MutableAttributesModifier and TypeMethodDescriptionvoidAttributeProvider.setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes) Set the attributes for the node by modifying the provided map.voidEmbeddedAttributeProvider.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 MutableAttributesNodeRendererContext.extendRenderingNodeAttributes(@NotNull AttributablePart part, @Nullable Attributes attributes) Extend the attributes by extensions for the node being currently rendered.@NotNull MutableAttributesNodeRendererContext.extendRenderingNodeAttributes(@NotNull Node node, @NotNull AttributablePart part, @Nullable Attributes attributes) Extend the attributes by extensions for the node being currently rendered.@NotNull MutableAttributesResolvedLink.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 MutableAttributesHtmlConverterState.myAttributes -
Uses of MutableAttributes in com.vladsch.flexmark.util.html
Fields in com.vladsch.flexmark.util.html declared as MutableAttributesModifier and TypeFieldDescriptionprivate @Nullable MutableAttributesHtmlAppendableBase.currentAttributesMethods 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 TypeMethodDescriptionvoidMutableAttributes.replaceValues(MutableAttributes attributes)