Uses of Class
com.vladsch.flexmark.util.html.Attributes
Packages that use Attributes
-
Uses of Attributes in com.vladsch.flexmark.ext.gitlab.internal
Methods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type AttributesModifier and TypeMethodDescriptionprivate booleanGitLabNodeRenderer.renderVideoImage(Node srcNode, String url, String altText, Attributes attributes, HtmlWriter html) -
Uses of Attributes in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type AttributesModifier and TypeMethodDescription(package private) ResolvedLinkFormatter.MainNodeFormatter.resolveLink(NodeFormatterSubContext context, LinkType linkType, CharSequence url, Attributes attributes) @NotNull ResolvedLinkFormatter.MainNodeFormatter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkFormatter.MainNodeFormatter.SubNodeFormatter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) -
Uses of Attributes in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html declared as AttributesModifier and TypeFieldDescription(package private) final @NotNull AttributesEmbeddedAttributeProvider.EmbeddedNodeAttributes.attributesMethods in com.vladsch.flexmark.html with parameters of type AttributesModifier 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) @NotNull ResolvedLinkHtmlRenderer.MainNodeRenderer.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkHtmlRenderer.MainNodeRenderer.SubNodeRenderer.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) Constructors in com.vladsch.flexmark.html with parameters of type AttributesModifierConstructorDescriptionEmbeddedNodeAttributes(@NotNull Node parent, @NotNull Attributes attributes) -
Uses of Attributes in com.vladsch.flexmark.html.renderer
Methods in com.vladsch.flexmark.html.renderer that return AttributesModifier and TypeMethodDescription@Nullable AttributesResolvedLink.getAttributes()@NotNull AttributesResolvedLink.getNonNullAttributes()Methods in com.vladsch.flexmark.html.renderer with parameters of type AttributesModifier 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 ResolvedLinkLinkResolverContext.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Attributes attributes, @Nullable Boolean urlEncode) Resolve link for rendering.Constructors in com.vladsch.flexmark.html.renderer with parameters of type AttributesModifierConstructorDescriptionResolvedLink(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Attributes attributes) ResolvedLink(@NotNull LinkType linkType, CharSequence url, @Nullable Attributes attributes, @NotNull LinkStatus status) -
Uses of Attributes in com.vladsch.flexmark.html2md.converter
Methods in com.vladsch.flexmark.html2md.converter that return AttributesMethods in com.vladsch.flexmark.html2md.converter with parameters of type AttributesModifier and TypeMethodDescription@NotNull ResolvedLinkFlexmarkHtmlConverter.MainHtmlConverter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkFlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLinkHtmlNodeConverterContext.resolveLink(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Attributes attributes, @Nullable Boolean urlEncode) -
Uses of Attributes in com.vladsch.flexmark.util.html
Subclasses of Attributes in com.vladsch.flexmark.util.htmlFields in com.vladsch.flexmark.util.html declared as AttributesMethods in com.vladsch.flexmark.util.html that return AttributesModifier and TypeMethodDescription@Nullable AttributesHtmlAppendable.getAttributes()HtmlAppendableBase.getAttributes()Attributes.toImmutable()MutableAttributes.toImmutable()Methods in com.vladsch.flexmark.util.html with parameters of type AttributesModifier and TypeMethodDescriptionMutableAttributes.addValues(Attributes attributes) @NotNull HtmlAppendableHtmlAppendable.attr(@NotNull Attributes attributes) HtmlAppendableBase.attr(@NotNull Attributes attributes) @NotNull HtmlAppendableHtmlAppendable.setAttributes(@NotNull Attributes attributes) HtmlAppendableBase.setAttributes(@NotNull Attributes attributes) Constructors in com.vladsch.flexmark.util.html with parameters of type AttributesModifierConstructorDescriptionAttributes(Attributes attributes) MutableAttributes(Attributes attributes) -
Uses of Attributes in com.vladsch.flexmark.util.html.ui
Methods in com.vladsch.flexmark.util.html.ui with parameters of type AttributesModifier and TypeMethodDescription@NotNull HtmlBuilderHtmlBuilder.attr(@NotNull Attributes attributes)