Uses of Class
com.vladsch.flexmark.html.renderer.AttributablePart
-
-
Uses of AttributablePart in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util with parameters of type AttributablePart Modifier and Type Method Description voidAttributeProviderAdapter. setAttributes(Node node, AttributablePart part, MutableAttributes attributes)voidAttributeProvidingHandler.AttributeProvidingVisitor. setAttributes(N node, AttributablePart part, MutableAttributes attributes)voidAttributeProvidingHandler. setAttributes(Node node, AttributablePart part, MutableAttributes attributes) -
Uses of AttributablePart in com.vladsch.flexmark.ext.admonition.internal
Fields in com.vladsch.flexmark.ext.admonition.internal declared as AttributablePart Modifier and Type Field Description static AttributablePartAdmonitionNodeRenderer. ADMONITION_BODY_PARTstatic AttributablePartAdmonitionNodeRenderer. ADMONITION_HEADING_PARTstatic AttributablePartAdmonitionNodeRenderer. ADMONITION_ICON_PARTstatic AttributablePartAdmonitionNodeRenderer. ADMONITION_SVG_OBJECT_PARTstatic AttributablePartAdmonitionNodeRenderer. ADMONITION_TITLE_PART -
Uses of AttributablePart in com.vladsch.flexmark.ext.attributes.internal
Methods in com.vladsch.flexmark.ext.attributes.internal with parameters of type AttributablePart Modifier and Type Method Description voidAttributesAttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes) -
Uses of AttributablePart in com.vladsch.flexmark.ext.gfm.tasklist.internal
Fields in com.vladsch.flexmark.ext.gfm.tasklist.internal declared as AttributablePart Modifier and Type Field Description static AttributablePartTaskListNodeRenderer. TASK_ITEM_PARAGRAPH -
Uses of AttributablePart in com.vladsch.flexmark.ext.gitlab.internal
Fields in com.vladsch.flexmark.ext.gitlab.internal declared as AttributablePart Modifier and Type Field Description static AttributablePartGitLabNodeRenderer. VIDEOstatic AttributablePartGitLabNodeRenderer. VIDEO_LINK -
Uses of AttributablePart in com.vladsch.flexmark.ext.toc
Fields in com.vladsch.flexmark.ext.toc declared as AttributablePart Modifier and Type Field Description static AttributablePartSimTocExtension. TOC_CONTENTstatic AttributablePartTocExtension. TOC_CONTENTstatic AttributablePartTocUtils. TOC_CONTENTstatic AttributablePartSimTocExtension. TOC_LISTstatic AttributablePartTocExtension. TOC_LISTstatic AttributablePartTocUtils. TOC_LIST -
Uses of AttributablePart in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type AttributablePart Modifier and Type Method Description voidZzzzzzAttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)private voidZzzzzzAttributeProvider. setLinkAttributes(LinkNode node, AttributablePart part, MutableAttributes attributes)private voidZzzzzzAttributeProvider. setLinkAttributes(RefNode node, AttributablePart part, MutableAttributes attributes)private voidZzzzzzAttributeProvider. setLinkAttributes(AttributablePart part, MutableAttributes attributes) -
Uses of AttributablePart in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html declared as AttributablePart Modifier and Type Field Description private @Nullable AttributablePartHtmlWriter. useAttributesMethods in com.vladsch.flexmark.html with parameters of type AttributablePart 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)voidAttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)Set the attributes for the node by modifying the provided map.voidEmbeddedAttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)@NotNull HtmlWriterHtmlWriter. withAttr(@NotNull AttributablePart part) -
Uses of AttributablePart in com.vladsch.flexmark.html.renderer
Fields in com.vladsch.flexmark.html.renderer declared as AttributablePart Modifier and Type Field Description static AttributablePartCoreNodeRenderer. CODE_CONTENTstatic AttributablePartAttributablePart. IDstatic AttributablePartAttributablePart. LINKstatic AttributablePartCoreNodeRenderer. LOOSE_LIST_ITEMstatic AttributablePartAttributablePart. NODEstatic AttributablePartAttributablePart. NODE_POSITIONstatic AttributablePartCoreNodeRenderer. PARAGRAPH_LINEstatic AttributablePartCoreNodeRenderer. TIGHT_LIST_ITEMMethods in com.vladsch.flexmark.html.renderer with parameters of type AttributablePart 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.
-