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 voidAttributeProviderAdapter. 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 MutableAttributes Modifier and Type Method Description voidAttributesAttributeProvider. 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 voidZzzzzzAttributeProvider. 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 MutableAttributes Modifier and Type Method Description @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 MutableAttributes Modifier and Type Method Description voidAttributeProvider. 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 MutableAttributes Modifier and Type Field Description private @Nullable MutableAttributesResolvedLink. myAttributesMethods in com.vladsch.flexmark.html.renderer that return MutableAttributes Modifier and Type Method Description @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 MutableAttributes Modifier and Type Field Description (package private) @NotNull MutableAttributesHtmlConverterState. 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 MutableAttributesHtmlAppendableBase. currentAttributesMethods in com.vladsch.flexmark.util.html that return MutableAttributes Modifier and Type Method Description MutableAttributesMutableAttributes. addValues(Attributes attributes)MutableAttributesAttributes. toMutable()MutableAttributesMutableAttributes. toMutable()Methods in com.vladsch.flexmark.util.html with parameters of type MutableAttributes Modifier and Type Method Description voidMutableAttributes. replaceValues(MutableAttributes attributes)
-