Uses of Class
com.vladsch.flexmark.util.html.Attributes
-
Packages that use Attributes Package Description com.vladsch.flexmark.ext.gitlab.internal com.vladsch.flexmark.formatter com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer
)com.vladsch.flexmark.html.renderer com.vladsch.flexmark.html2md.converter com.vladsch.flexmark.util.html com.vladsch.flexmark.util.html.ui -
-
Uses of Attributes in com.vladsch.flexmark.ext.gitlab.internal
Methods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type Attributes Modifier and Type Method Description private boolean
GitLabNodeRenderer. renderVideoImage(Node srcNode, java.lang.String url, java.lang.String altText, Attributes attributes, HtmlWriter html)
-
Uses of Attributes in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter with parameters of type Attributes Modifier and Type Method Description @NotNull ResolvedLink
Formatter.MainNodeFormatter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
(package private) ResolvedLink
Formatter.MainNodeFormatter. resolveLink(NodeFormatterSubContext context, LinkType linkType, java.lang.CharSequence url, Attributes attributes)
@NotNull ResolvedLink
Formatter.MainNodeFormatter.SubNodeFormatter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
-
Uses of Attributes in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html declared as Attributes Modifier and Type Field Description (package private) @NotNull Attributes
EmbeddedAttributeProvider.EmbeddedNodeAttributes. attributes
Methods in com.vladsch.flexmark.html with parameters of type Attributes Modifier and Type Method Description @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 java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
HtmlRenderer.MainNodeRenderer.SubNodeRenderer. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
Constructors in com.vladsch.flexmark.html with parameters of type Attributes Constructor Description EmbeddedNodeAttributes(@NotNull Node parent, @NotNull Attributes attributes)
-
Uses of Attributes in com.vladsch.flexmark.html.renderer
Methods in com.vladsch.flexmark.html.renderer that return Attributes Modifier and Type Method Description @Nullable Attributes
ResolvedLink. getAttributes()
@NotNull Attributes
ResolvedLink. getNonNullAttributes()
Methods in com.vladsch.flexmark.html.renderer with parameters of type Attributes Modifier and Type Method Description @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 java.lang.CharSequence url, @Nullable Attributes attributes, @Nullable java.lang.Boolean urlEncode)
Resolve link for rendering.Constructors in com.vladsch.flexmark.html.renderer with parameters of type Attributes Constructor Description ResolvedLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, @Nullable Attributes attributes)
ResolvedLink(@NotNull LinkType linkType, java.lang.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 Attributes Modifier and Type Method Description Attributes
HtmlConverterState. getAttributes()
Methods in com.vladsch.flexmark.html2md.converter with parameters of type Attributes Modifier and Type Method Description @NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)
@NotNull ResolvedLink
HtmlNodeConverterContext. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, @Nullable Attributes attributes, @Nullable java.lang.Boolean urlEncode)
-
Uses of Attributes in com.vladsch.flexmark.util.html
Subclasses of Attributes in com.vladsch.flexmark.util.html Modifier and Type Class Description class
MutableAttributes
Fields in com.vladsch.flexmark.util.html declared as Attributes Modifier and Type Field Description static Attributes
Attributes. EMPTY
Methods in com.vladsch.flexmark.util.html that return Attributes Modifier and Type Method Description @Nullable Attributes
HtmlAppendable. getAttributes()
Attributes
HtmlAppendableBase. getAttributes()
Attributes
Attributes. toImmutable()
Attributes
MutableAttributes. toImmutable()
Methods in com.vladsch.flexmark.util.html with parameters of type Attributes Modifier and Type Method Description MutableAttributes
MutableAttributes. addValues(Attributes attributes)
@NotNull HtmlAppendable
HtmlAppendable. attr(@NotNull Attributes attributes)
T
HtmlAppendableBase. attr(@NotNull Attributes attributes)
@NotNull HtmlAppendable
HtmlAppendable. setAttributes(@NotNull Attributes attributes)
T
HtmlAppendableBase. setAttributes(@NotNull Attributes attributes)
Constructors in com.vladsch.flexmark.util.html with parameters of type Attributes Constructor Description Attributes(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 Attributes Modifier and Type Method Description @NotNull HtmlBuilder
HtmlBuilder. attr(@NotNull Attributes attributes)
-