Uses of Class
com.vladsch.flexmark.html.renderer.LinkType
Packages that use LinkType
-
Uses of LinkType in com.vladsch.flexmark.ext.wikilink
Fields in com.vladsch.flexmark.ext.wikilink declared as LinkType -
Uses of LinkType in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter with type parameters of type LinkTypeModifier and TypeFieldDescriptionprivate final HashMap<LinkType,
HashMap<String, ResolvedLink>> Formatter.MainNodeFormatter.resolvedLinkMap
Methods in com.vladsch.flexmark.formatter with parameters of type LinkTypeModifier 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) @NotNull ResolvedLink
Formatter.MainNodeFormatter.SubNodeFormatter.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Boolean urlEncode) -
Uses of LinkType in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html with type parameters of type LinkTypeModifier and TypeFieldDescriptionprivate HashMap<LinkType,
HashMap<String, ResolvedLink>> HtmlRenderer.MainNodeRenderer.resolvedLinkMap
Methods in com.vladsch.flexmark.html with parameters of type LinkTypeModifier and TypeMethodDescription@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) @NotNull ResolvedLink
HtmlRenderer.MainNodeRenderer.SubNodeRenderer.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Boolean urlEncode) -
Uses of LinkType in com.vladsch.flexmark.html.renderer
Fields in com.vladsch.flexmark.html.renderer declared as LinkTypeModifier and TypeFieldDescriptionstatic final LinkType
LinkType.IMAGE
static final LinkType
LinkType.IMAGE_REF
static final LinkType
LinkType.LINK
static final LinkType
LinkType.LINK_REF
private final @NotNull LinkType
ResolvedLink.myLinkType
Methods in com.vladsch.flexmark.html.renderer that return LinkTypeMethods in com.vladsch.flexmark.html.renderer with parameters of type LinkTypeModifier and TypeMethodDescription@NotNull ResolvedLink
LinkResolverContext.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Attributes attributes, @Nullable Boolean urlEncode) Resolve link for rendering.default @NotNull ResolvedLink
LinkResolverContext.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Boolean urlEncode) Resolve link for rendering.ResolvedLink.withLinkType
(@NotNull LinkType linkType) Constructors in com.vladsch.flexmark.html.renderer with parameters of type LinkTypeModifierConstructorDescriptionResolvedLink
(@NotNull LinkType linkType, @NotNull CharSequence url) ResolvedLink
(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Attributes attributes) ResolvedLink
(@NotNull LinkType linkType, CharSequence url, @Nullable Attributes attributes, @NotNull LinkStatus status) -
Uses of LinkType in com.vladsch.flexmark.html2md.converter
Methods in com.vladsch.flexmark.html2md.converter with parameters of type LinkTypeModifier and TypeMethodDescription@NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Boolean urlEncode) @NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Attributes attributes, Boolean urlEncode) @NotNull ResolvedLink
FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, Boolean urlEncode) @NotNull ResolvedLink
HtmlNodeConverterContext.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Attributes attributes, @Nullable Boolean urlEncode) @NotNull ResolvedLink
HtmlNodeConverterContext.resolveLink
(@NotNull LinkType linkType, @NotNull CharSequence url, @Nullable Boolean urlEncode)