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 booleanGitLabNodeRenderer. 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 ResolvedLinkFormatter.MainNodeFormatter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)(package private) ResolvedLinkFormatter.MainNodeFormatter. resolveLink(NodeFormatterSubContext context, LinkType linkType, java.lang.CharSequence url, Attributes attributes)@NotNull ResolvedLinkFormatter.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 AttributesEmbeddedAttributeProvider.EmbeddedNodeAttributes. attributesMethods in com.vladsch.flexmark.html with parameters of type Attributes 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)@NotNull ResolvedLinkHtmlRenderer.MainNodeRenderer. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)@NotNull ResolvedLinkHtmlRenderer.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 AttributesResolvedLink. getAttributes()@NotNull AttributesResolvedLink. getNonNullAttributes()Methods in com.vladsch.flexmark.html.renderer with parameters of type Attributes 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 ResolvedLinkLinkResolverContext. 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 AttributesHtmlConverterState. getAttributes()Methods in com.vladsch.flexmark.html2md.converter with parameters of type Attributes Modifier and Type Method Description @NotNull ResolvedLinkFlexmarkHtmlConverter.MainHtmlConverter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)@NotNull ResolvedLinkFlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter. resolveLink(@NotNull LinkType linkType, @NotNull java.lang.CharSequence url, Attributes attributes, java.lang.Boolean urlEncode)@NotNull ResolvedLinkHtmlNodeConverterContext. 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 classMutableAttributesFields in com.vladsch.flexmark.util.html declared as Attributes Modifier and Type Field Description static AttributesAttributes. EMPTYMethods in com.vladsch.flexmark.util.html that return Attributes Modifier and Type Method Description @Nullable AttributesHtmlAppendable. getAttributes()AttributesHtmlAppendableBase. getAttributes()AttributesAttributes. toImmutable()AttributesMutableAttributes. toImmutable()Methods in com.vladsch.flexmark.util.html with parameters of type Attributes Modifier and Type Method Description MutableAttributesMutableAttributes. addValues(Attributes attributes)@NotNull HtmlAppendableHtmlAppendable. attr(@NotNull Attributes attributes)THtmlAppendableBase. attr(@NotNull Attributes attributes)@NotNull HtmlAppendableHtmlAppendable. setAttributes(@NotNull Attributes attributes)THtmlAppendableBase. 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 HtmlBuilderHtmlBuilder. attr(@NotNull Attributes attributes)
-