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 boolean
GitLabNodeRenderer.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@NotNull ResolvedLink
Formatter.MainNodeFormatter.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) (package private) ResolvedLink
Formatter.MainNodeFormatter.resolveLink
(NodeFormatterSubContext context, LinkType linkType, CharSequence url, Attributes attributes) @NotNull ResolvedLink
Formatter.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 Attributes
EmbeddedAttributeProvider.EmbeddedNodeAttributes.attributes
Methods in com.vladsch.flexmark.html with parameters of type AttributesModifier 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) @NotNull ResolvedLink
HtmlRenderer.MainNodeRenderer.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLink
HtmlRenderer.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 Attributes
ResolvedLink.getAttributes()
@NotNull Attributes
ResolvedLink.getNonNullAttributes()
Methods in com.vladsch.flexmark.html.renderer with parameters of type AttributesModifier 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 ResolvedLink
LinkResolverContext.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 ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLink
HtmlNodeConverterContext.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 Attributes
HtmlAppendable.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 HtmlAppendable
HtmlAppendable.attr
(@NotNull Attributes attributes) HtmlAppendableBase.attr
(@NotNull Attributes attributes) @NotNull HtmlAppendable
HtmlAppendable.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 HtmlBuilder
HtmlBuilder.attr
(@NotNull Attributes attributes)