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 void
AttributeProviderAdapter. setAttributes(Node node, AttributablePart part, MutableAttributes attributes)
void
AttributeProvidingHandler.AttributeProvidingVisitor. setAttributes(N node, AttributablePart part, MutableAttributes attributes)
void
AttributeProvidingHandler. 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 AttributablePart
AdmonitionNodeRenderer. ADMONITION_BODY_PART
static AttributablePart
AdmonitionNodeRenderer. ADMONITION_HEADING_PART
static AttributablePart
AdmonitionNodeRenderer. ADMONITION_ICON_PART
static AttributablePart
AdmonitionNodeRenderer. ADMONITION_SVG_OBJECT_PART
static AttributablePart
AdmonitionNodeRenderer. 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 void
AttributesAttributeProvider. 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 AttributablePart
TaskListNodeRenderer. 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 AttributablePart
GitLabNodeRenderer. VIDEO
static AttributablePart
GitLabNodeRenderer. 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 AttributablePart
SimTocExtension. TOC_CONTENT
static AttributablePart
TocExtension. TOC_CONTENT
static AttributablePart
TocUtils. TOC_CONTENT
static AttributablePart
SimTocExtension. TOC_LIST
static AttributablePart
TocExtension. TOC_LIST
static AttributablePart
TocUtils. 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 void
ZzzzzzAttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)
private void
ZzzzzzAttributeProvider. setLinkAttributes(LinkNode node, AttributablePart part, MutableAttributes attributes)
private void
ZzzzzzAttributeProvider. setLinkAttributes(RefNode node, AttributablePart part, MutableAttributes attributes)
private void
ZzzzzzAttributeProvider. 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 AttributablePart
HtmlWriter. useAttributes
Methods in com.vladsch.flexmark.html with parameters of type AttributablePart 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)
void
AttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)
Set the attributes for the node by modifying the provided map.void
EmbeddedAttributeProvider. setAttributes(@NotNull Node node, @NotNull AttributablePart part, @NotNull MutableAttributes attributes)
@NotNull HtmlWriter
HtmlWriter. 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 AttributablePart
CoreNodeRenderer. CODE_CONTENT
static AttributablePart
AttributablePart. ID
static AttributablePart
AttributablePart. LINK
static AttributablePart
CoreNodeRenderer. LOOSE_LIST_ITEM
static AttributablePart
AttributablePart. NODE
static AttributablePart
AttributablePart. NODE_POSITION
static AttributablePart
CoreNodeRenderer. PARAGRAPH_LINE
static AttributablePart
CoreNodeRenderer. TIGHT_LIST_ITEM
Methods in com.vladsch.flexmark.html.renderer with parameters of type AttributablePart 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.
-